From 34d623c2a366fe23e6e460f2c0e659c29c7080ad Mon Sep 17 00:00:00 2001 From: franklahm Date: Thu, 26 Nov 2009 14:24:06 +0000 Subject: [PATCH] Don't run configure from bootstrap --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 2d871d82..1cd523f2 100755 --- a/bootstrap +++ b/bootstrap @@ -19,7 +19,7 @@ autoconf || exit 1 # this feature. It's not there at the moment, so I'm changing the # configure call. # And sometimes I don't want this to run. -[ -z "$NOEXECCONFIGURE" ] && ./configure "$@" +# [ -z "$NOEXECCONFIGURE" ] && ./configure "$@" # Let's not fall off the end... exit 0 -- 2.39.2