changeset 3342 | 3da232c5980a |
parent 1832 | c687a8691de3 |
child 3377 | c8d350c981ff |
--- a/autogen.sh Sun Oct 04 19:14:30 2009 +0000 +++ b/autogen.sh Sun Oct 04 20:44:04 2009 +0000 @@ -4,7 +4,7 @@ echo "This may take a while ..." # Regenerate configuration files -cp acinclude.m4 aclocal.m4 +cat acinclude/* >aclocal.m4 found=false for autoconf in autoconf autoconf259 autoconf-2.59 do if which $autoconf >/dev/null 2>&1; then $autoconf && found=true; break; fi