X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bootstrap;h=1cd523f23a9a372920f744dbca39027a4601dd2c;hb=dba749e475ead46ed65a62fd108a32f39b1d7695;hp=2d871d82c678b54d1fcc7118357320da5d215dad;hpb=7b0b840bfa54126486d0824e214fa4611880e0e1;p=netatalk.git 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