Skip to content

Commit

Permalink
Remove redundant call to autoheader in bootstrap script.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
  • Loading branch information
zwelch committed May 28, 2009
1 parent ea62c79 commit 3aa4e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -13,7 +14,6 @@ fi
(
set -x
aclocal
autoheader
${libtoolize} --automake --copy
autoconf
autoheader
Expand Down

0 comments on commit 3aa4e9e

Please sign in to comment.