equal
deleted
inserted
replaced
2 # |
2 # |
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 cat acinclude/* >aclocal.m4 |
8 found=false |
8 found=false |
9 for autoconf in autoconf autoconf259 autoconf-2.59 |
9 for autoconf in autoconf autoconf259 autoconf-2.59 |
10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi |
10 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi |
11 done |
11 done |
12 if test x$found = xfalse; then |
12 if test x$found = xfalse; then |