Remove redundant call to autoheader in bootstrap script.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-05-28 23:47:37 +00:00
parent ea62c7964a
commit 3aa4e9ebf6
1 changed files with 1 additions and 1 deletions

View File

@ -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