diff autogen.sh @ 3342:3da232c5980a

Split acinclude.m4 into its constituent parts for easy upgrading
author Sam Lantinga <slouken@libsdl.org>
date Sun, 04 Oct 2009 20:44:04 +0000
parents c687a8691de3
children c8d350c981ff
line wrap: on
line diff
--- 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