]> arthur.barton.de Git - netatalk.git/blobdiff - bootstrap
bootstrap libevent
[netatalk.git] / bootstrap
index 1cd523f23a9a372920f744dbca39027a4601dd2c..62610eef1a71de5684de043af95f63b6276d339f 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -11,15 +11,7 @@ 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 "$@"
+cd libevent && ./autogen.sh
 
 # Let's not fall off the end...
 exit 0