Skip to content
Snippets Groups Projects
Commit 3aa4e9eb authored by zwelch's avatar zwelch
Browse files

Remove redundant call to autoheader in bootstrap script.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent ea62c796
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment