]> arthur.barton.de Git - netatalk.git/commitdiff
added --force to libtoolize (again)
authorrufustfirefly <rufustfirefly>
Mon, 13 Aug 2001 14:34:52 +0000 (14:34 +0000)
committerrufustfirefly <rufustfirefly>
Mon, 13 Aug 2001 14:34:52 +0000 (14:34 +0000)
autogen.sh

index ad20cbb2cdd58ffd57dd558cd26b1b963314e17d..05068bc2622326a91f0dd7b898cb79bbd14c55c0 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # build it all.
-libtoolize --copy && \
+libtoolize --copy --force && \
        aclocal $ACLOCAL_FLAGS && \
        autoheader && \
        automake --include-deps --add-missing --foreign && \