]> arthur.barton.de Git - netatalk.git/commitdiff
Call ./configure automatically.
authorsrittau <srittau>
Mon, 17 Feb 2003 02:09:28 +0000 (02:09 +0000)
committersrittau <srittau>
Mon, 17 Feb 2003 02:09:28 +0000 (02:09 +0000)
autogen.sh

index 99c3c775882b7145e1c06e04ef8e04da38a8d3c6..3dafa34a5beea30f2969f2d071ad23936aa1ed15 100755 (executable)
@@ -9,3 +9,5 @@ libtoolize --copy --force && \
 
 # just in case automake generated errors...
 autoconf
+
+./configure --enable-maintainer-mode "$@"