X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=autogen.sh;h=3dafa34a5beea30f2969f2d071ad23936aa1ed15;hb=cf5f2729577fde860f07743b776b996b78d111ae;hp=ad20cbb2cdd58ffd57dd558cd26b1b963314e17d;hpb=56c3d72de6483338b73db86d1eee69de3c1121f4;p=netatalk.git diff --git a/autogen.sh b/autogen.sh index ad20cbb2..3dafa34a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,11 +1,13 @@ #!/bin/sh # build it all. -libtoolize --copy && \ - aclocal $ACLOCAL_FLAGS && \ +libtoolize --copy --force && \ + aclocal -I macros $ACLOCAL_FLAGS && \ autoheader && \ automake --include-deps --add-missing --foreign && \ autoconf # just in case automake generated errors... autoconf + +./configure --enable-maintainer-mode "$@"