]> arthur.barton.de Git - netatalk.git/commitdiff
Fix problems with INSTALL and README files.
authorsrittau <srittau>
Fri, 3 Aug 2001 22:04:23 +0000 (22:04 +0000)
committersrittau <srittau>
Fri, 3 Aug 2001 22:04:23 +0000 (22:04 +0000)
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...