Remove redundant call to autoheader in bootstrap script.
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 May 2009 23:47:37 +0000 (23:47 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 May 2009 23:47:37 +0000 (23:47 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60

bootstrap

index 40a807fc3a7d42b456ddc52163749d0e7a9295ce..c01b7e488468aadf07b21ece85245f63573f4391 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -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 @@ fi
 (
 set -x
 aclocal
-autoheader
 ${libtoolize} --automake --copy
 autoconf
 autoheader