From: rufustfirefly Date: Fri, 23 Feb 2001 15:49:56 +0000 (+0000) Subject: autogen fix for libtoolize (Wes Hardaker) X-Git-Tag: netatalk-1-5-rc1~540 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081a972d05330800723df46f1ab0a0c9534dd0f1;p=netatalk.git autogen fix for libtoolize (Wes Hardaker) --- diff --git a/ChangeLog b/ChangeLog index 27f88208..0ccc3f13 100644 --- 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 + 2001-02-20 jeff b Released 1.5pre4 diff --git a/autogen.sh b/autogen.sh index 416ff90d..804c6f04 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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