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

Comparing gvpe/autogen.sh (file contents):
Revision 1.4 by pcg, Wed Jul 7 00:28:06 2004 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/"`

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines