equal
deleted
inserted
replaced
3 echo "Generating build information using autoconf" |
3 echo "Generating build information using autoconf" |
4 echo "This may take a while ..." |
4 echo "This may take a while ..." |
5 |
5 |
6 # Regenerate configuration files |
6 # Regenerate configuration files |
7 cp acinclude.m4 aclocal.m4 |
7 cp acinclude.m4 aclocal.m4 |
8 autoconf |
8 for autoconf in autoconf autoconf259 |
|
9 do if which $autoconf >/dev/null; then $autoconf; break; fi |
|
10 done |
9 (cd test; sh autogen.sh) |
11 (cd test; sh autogen.sh) |
10 |
12 |
11 # Run configure for this platform |
13 # Run configure for this platform |
12 echo "Now you are ready to run ./configure" |
14 echo "Now you are ready to run ./configure" |