Code Review
/
openocd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ea62c79
)
Remove redundant call to autoheader in bootstrap script.
author
zwelch
<zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 May 2009 23:47:37 +0000
(23:47 +0000)
committer
zwelch
<zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Thu, 28 May 2009 23:47:37 +0000
(23:47 +0000)
git-svn-id: svn://svn.berlios.de/openocd/trunk@1940
b42882b7
-edfa-0310-969c-
e2dbd0fdcd60
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index
40a807f
..
c01b7e4
100755
(executable)
--- 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