]> arthur.barton.de Git - netatalk.git/blobdiff - bootstrap
Correct handling of adflags NOXX for adouble:v2
[netatalk.git] / bootstrap
index 2d871d82c678b54d1fcc7118357320da5d215dad..7d0c8330f061c881e625dbdbc31df333a092486c 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -11,15 +11,5 @@ libtoolize --force --copy
 automake --include-deps --add-missing --foreign --copy || exit 1
 autoconf || exit 1
 
-# Original configure call was:
-#./configure --enable-maintainer-mode "$@"
-# However, according to:
-#  http://sources.redhat.com/autobook/autobook/autobook_43.html#SEC43
-# we need to have AM_MAINTAINER_MODE in configure.in in order to use
-# 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 "$@"
-
 # Let's not fall off the end...
 exit 0