3 # Run this script after the first cvs checkout to build
4 # makefiles and friends
6 PATH="/usr/pack/automake-1.11-to/amd64-linux-debian3.1/:/usr/pack/automake-1.11-to/amd64-linux-ubuntu8.04/bin:$PATH"
11 @t = split /\./, "$1";
12 @v = map { int \$_ } split /\./, (split /\s+/, \`$2\`)[3];
13 print "$2 = ", (join ".",@v), " (expecting $1 or later)\n";
14 \$v = \$t[0]*1000000+\$t[1]*1000+\$t[2] <= \$v[0]*1000000+\$v[1]*1000+\$v[2];
24 if vcheck $LIBTOOL_VER "libtool --version"
26 echo "get a copy of GNU libtool >= $LIBTOOL_VER"
30 if vcheck $AUTOMAKE_VER "automake --version"
32 if vcheck $AUTOMAKE_VER "automake-1.11 --version"
34 echo "get a copy of GNU automake >= $AUTOMAKE_VER"
37 AUTOMAKE="automake-1.11"
38 ACLOCAL="aclocal-1.11"
39 export AUTOMAKE ACLOCAL
44 if vcheck $AUTOCONF_VER "autoconf --version"
46 echo "get a copy of GNU autoconf >= $autoconf_ver"
57 # vim: set syntax=sh :