From 081a972d05330800723df46f1ab0a0c9534dd0f1 Mon Sep 17 00:00:00 2001 From: rufustfirefly Date: Fri, 23 Feb 2001 15:49:56 +0000 Subject: [PATCH] autogen fix for libtoolize (Wes Hardaker) --- ChangeLog | 3 +++ autogen.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2