From 0f59dd5fe6ee1c28820e785d5f85048e72c7743a Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Tue, 9 Jul 2002 13:25:40 +0000 Subject: [PATCH] Patch libltdl/ltdl.c to avoid a nasty bug in libtool-1.4.2. --- autogen.sh | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/autogen.sh b/autogen.sh index 2bdd95a90..a41df1179 100755 --- a/autogen.sh +++ b/autogen.sh @@ -55,6 +55,34 @@ if [ -f libltdl/configure.in ]; then cat libltdl/configure.tmp >> libltdl/configure.in rm libltdl/configure.tmp fi + +# Maybe patch ltdl.c. This is only needed for 1.4.2 and earlier. +if patch libltdl/ltdl.c <