From: franklahm Date: Thu, 26 Nov 2009 14:24:06 +0000 (+0000) Subject: Don't run configure from bootstrap X-Git-Tag: branch-symlink-start~82 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=34d623c2a366fe23e6e460f2c0e659c29c7080ad Don't run configure from bootstrap --- 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