summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-28 23:47:37 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-28 23:47:37 +0000
commit3aa4e9ebf6fa2ceeadd24ed78cd5fac49117a620 (patch)
treeb7d26d5c6ac7897a6f3203c0b8b015c02cad6dd1 /bootstrap
parentea62c7964ab5c7a12f95cf6b7f7d782aae94f50e (diff)
downloadopenocd+libswd-3aa4e9ebf6fa2ceeadd24ed78cd5fac49117a620.tar.gz
openocd+libswd-3aa4e9ebf6fa2ceeadd24ed78cd5fac49117a620.tar.bz2
openocd+libswd-3aa4e9ebf6fa2ceeadd24ed78cd5fac49117a620.tar.xz
openocd+libswd-3aa4e9ebf6fa2ceeadd24ed78cd5fac49117a620.zip
Remove redundant call to autoheader in bootstrap script.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 40a807fc..c01b7e48 100755
--- 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