X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=autogen.sh;h=3dafa34a5beea30f2969f2d071ad23936aa1ed15;hb=bf4f7599ed5a186a93ddf030a5efb7f46967879f;hp=f21e3d8df478feeb37aa1006cacef8b15532d249;hpb=a3849a49a7db7dd44ce072147dc1e7437a8e6520;p=netatalk.git diff --git a/autogen.sh b/autogen.sh index f21e3d8d..3dafa34a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,17 +1,13 @@ #!/bin/sh -# quick fix to remove old INSTALL/ directory -rm -fr INSTALL - -# another fix to hack move of README -touch README - # build it all. -libtoolize --copy && \ - aclocal $ACLOCAL_FLAGS && \ +libtoolize --copy --force && \ + aclocal -I macros $ACLOCAL_FLAGS && \ autoheader && \ - automake --include-deps --add-missing && \ + automake --include-deps --add-missing --foreign && \ autoconf # just in case automake generated errors... autoconf + +./configure --enable-maintainer-mode "$@"