]> arthur.barton.de Git - netatalk.git/commitdiff
autogen fix for libtoolize (Wes Hardaker)
authorrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 15:49:56 +0000 (15:49 +0000)
committerrufustfirefly <rufustfirefly>
Fri, 23 Feb 2001 15:49:56 +0000 (15:49 +0000)
ChangeLog
autogen.sh

index 27f882080ddf240325cf33fe4abbf2c17573835d..0ccc3f131acef0fedd24ac6a2b289a57fc9917ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
        * VERSION: bumped up version to 1.5pre5, since 1.5pre4 was kind of
        paperbag-ish
 
+       * autogen.sh: make libtoolize copy instead of linking files to
+       avoid problems, thanks to Wes Hardaker <hardaker@users.sourceforge.net>
+
 2001-02-20  jeff b  <jeff@univrel.pr.uconn.edu>
 
        Released 1.5pre4
index 416ff90d0cc51b880bd4850dbbb76e5fc91d72c4..804c6f0449ba645ebf029d310fe33b10027021a2 100755 (executable)
@@ -4,7 +4,7 @@
 rm -Rvf INSTALL
 
 # build it all.
-libtoolize --force && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
+libtoolize --force --copy && aclocal $ACLOCAL_FLAGS && autoheader && automake --add-missing && autoconf
 
 # just in case automake generated errors...
 autoconf