]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Bash might not be in /bin/bash (for bootstrap)
authorHarlan Stenn <stenn@ntp.org>
Mon, 19 Jun 2006 00:14:55 +0000 (20:14 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 19 Jun 2006 00:14:55 +0000 (20:14 -0400)
bk: 4495ec7fvBaskSeG2DhTNVV9JSigag

bootstrap

index d452a1655a8f96eb82a5a465409df22ec7f77bea..530c7a1564a2c4dcca3ba3462ceab155d323ad23 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /usr/bin/env bash
 
 #  This "bootstrap" script performs various pre-autoreconf actions
 #  that are required after pulling fresh sources from the repository.
@@ -61,8 +61,11 @@ done
 
 ${AUTORECONF} -i -v
 
-# HMS: 20060615: the next line seems to be needed to make sure
-# we get the correct srcdir path in sntp/libopts/Makefile.in
-rm -rf sntp/autom4te.cache
-
-(cd sntp && ${AUTORECONF} -f -i -v)
+# HMS: 20060618: Now that we use separate copies of libopts
+# we should only need the previous line.
+#
+## HMS: 20060615: the next line seems to be needed to make sure
+## we get the correct srcdir path in sntp/libopts/Makefile.in
+#rm -rf sntp/autom4te.cache
+#
+#(cd sntp && ${AUTORECONF} -f -i -v)