|
From: <zw...@ma...> - 2009-05-29 01:47:44
|
Author: zwelch
Date: 2009-05-29 01:47:37 +0200 (Fri, 29 May 2009)
New Revision: 1940
Modified:
trunk/bootstrap
Log:
Remove redundant call to autoheader in bootstrap script.
Modified: trunk/bootstrap
===================================================================
--- trunk/bootstrap 2009-05-28 23:13:32 UTC (rev 1939)
+++ trunk/bootstrap 2009-05-28 23:47:37 UTC (rev 1940)
@@ -1,4 +1,5 @@
#!/bin/sh -e
+# Run the autotools bootstrap sequence to create the configure script
if libtoolize --version >/dev/null 2>&1; then
libtoolize="libtoolize"
@@ -13,7 +14,6 @@
(
set -x
aclocal
-autoheader
${libtoolize} --automake --copy
autoconf
autoheader
|