--- a/bootstrap Thu Jan 08 05:52:41 2004 +0000
+++ b/bootstrap Thu Jan 08 05:53:28 2004 +0000
@@ -2,6 +2,7 @@
set -e
echo "Initial preparation...this can take awhile, so sit tight..."
+rm -f Makefile.am
perl -w -e 'use File::Copy; exit 0 if (-f "Makefile.am"); my $x = `automake --version |head -n 1`; chomp($x); $x = 0.0 if ($x !~ s/\A.*?(\d+\.\d+).*\Z/$1/); if ($x < 1.5) { copy("./Makefile.am.oldautomake", "./Makefile.am"); } else { copy("./Makefile.am.newautomake", "./Makefile.am"); }'
aclocal
libtoolize --automake --copy --force