ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/autogen.sh
(Generate patch)

Comparing gvpe/autogen.sh (file contents):
Revision 1.3 by pcg, Fri Mar 28 19:56:29 2003 UTC vs.
Revision 1.5 by pcg, Thu Mar 29 17:35:20 2007 UTC

15{ 15{
16 if expr $1 \>= $2 > /dev/null; then 16 if expr $1 \>= $2 > /dev/null; then
17 echo "yes (version $1)" 17 echo "yes (version $1)"
18 else 18 else
19 echo "Too old (found version $1)!" 19 echo "Too old (found version $1)!"
20 DIE=1 20# DIE=1
21 fi 21 fi
22} 22}
23 23
24DIE=0 24DIE=0
25 25
42 ACLOCAL=aclocal-1.7 42 ACLOCAL=aclocal-1.7
43else 43else
44 echo 44 echo
45 echo " You must have automake 1.7 installed to compile $PROJECT." 45 echo " You must have automake 1.7 installed to compile $PROJECT."
46 echo " (or a newer version if it is available)" 46 echo " (or a newer version if it is available)"
47 DIE=1 47# DIE=1
48fi 48fi
49 49
50if test x$AUTOMAKE != x; then 50if test x$AUTOMAKE != x; then
51 VER=`$AUTOMAKE --version \ 51 VER=`$AUTOMAKE --version \
52 | grep automake | sed "s/.* \([0-9.]*\)[-a-z0-9]*$/\1/"` 52 | grep automake | sed "s/.* \([0-9.]*\)[-a-z0-9]*$/\1/"`
86 86
87# optionally feature autoheader 87# optionally feature autoheader
88(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader 88(autoheader --version) < /dev/null > /dev/null 2>&1 && autoheader
89 89
90(cd m4 && make -f Makefile.am.in Makefile.am) 90(cd m4 && make -f Makefile.am.in Makefile.am)
91touch doc/vpe.texi 91touch doc/gvpe.texi
92$AUTOMAKE --add-missing 92$AUTOMAKE -f --add-missing
93rm doc/vpe.texi 93rm doc/gvpe.texi
94autoconf 94autoconf
95autoheader 95autoheader
96 96
97 97
98#intltoolize --copy --force --automake 98#intltoolize --copy --force --automake

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines