Browse Source

Remove redundant call to autoheader in bootstrap script.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
zwelch 15 years ago
parent
commit
3aa4e9ebf6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bootstrap

+ 1
- 1
bootstrap 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


Loading…
Cancel
Save