Remove redundant call to autoheader in bootstrap script.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
ea62c7964a
commit
3aa4e9ebf6
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
# Run the autotools bootstrap sequence to create the configure script
|
||||||
|
|
||||||
if libtoolize --version >/dev/null 2>&1; then
|
if libtoolize --version >/dev/null 2>&1; then
|
||||||
libtoolize="libtoolize"
|
libtoolize="libtoolize"
|
||||||
|
@ -13,7 +14,6 @@ fi
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
aclocal
|
aclocal
|
||||||
autoheader
|
|
||||||
${libtoolize} --automake --copy
|
${libtoolize} --automake --copy
|
||||||
autoconf
|
autoconf
|
||||||
autoheader
|
autoheader
|
||||||
|
|
Loading…
Reference in New Issue