/[monit]/monit/make_dist
ViewVC logotype

Diff of /monit/make_dist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by hauk, Fri Aug 29 16:58:07 2003 UTC revision 1.11 by hauk, Mon Sep 8 22:52:03 2003 UTC
# Line 13  clean_up() Line 13  clean_up()
13  }  }
14    
15  # Get version from the configure.ac file  # Get version from the configure.ac file
16  VERSION=`perl -ne 'if(/AC_INIT.*\[(\w)([\.\w]+)\]/){print"$1$2\n";}' configure.ac`  VERSION=`perl -ne 'if(/AC_INIT.*\[(\w)([\.\w]+)(\-\w+)?\]/){print"$1$2$3\n";}' configure.ac`
17  # Get current dir. must be named monit  # Get current dir. must be named monit
18  WORKDIR=`basename $PWD`  WORKDIR=`basename $PWD`
19  # The relase string  # The relase string

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26