From 3aa4e9ebf6fa2ceeadd24ed78cd5fac49117a620 Mon Sep 17 00:00:00 2001 From: zwelch Date: Thu, 28 May 2009 23:47:37 +0000 Subject: [PATCH] Remove redundant call to autoheader in bootstrap script. git-svn-id: svn://svn.berlios.de/openocd/trunk@1940 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 40a807fc3a..c01b7e4884 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 -- 2.30.2