]> arthur.barton.de Git - netatalk.git/blobdiff - autogen.sh
Fix problems with INSTALL and README files.
[netatalk.git] / autogen.sh
index f21e3d8df478feeb37aa1006cacef8b15532d249..ad20cbb2cdd58ffd57dd558cd26b1b963314e17d 100755 (executable)
@@ -1,16 +1,10 @@
 #!/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 && \
        autoheader && \
-       automake --include-deps --add-missing && \
+       automake --include-deps --add-missing --foreign && \
        autoconf
 
 # just in case automake generated errors...