[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtoolize --ltdl copies old version of configure script
From: |
Raphaël Poss |
Subject: |
Re: libtoolize --ltdl copies old version of configure script |
Date: |
Mon, 06 Jan 2003 13:47:19 +0100 |
User-agent: |
Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, i386-debian-linux) |
Brent Goodrick <address@hidden> writes:
>
> My workaround is to simply rerun autoconf to regenerate the configure
> script inside the libltdl subdirectory of my package.
This is a problem, since the acinclude.m4 file of 1.4.2 uses a
2.13-specific feature triggering a bug when used with 2.53:
ifdef([AC_PROVIDE_AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
Indeed,
AC_PROVIDE([AC_LIBTOOL_DLOPEN])
does not defined `AC_PROVIDE_AC_LIBTOOL_DLOPEN' any more with 2.5x,
and thus in a way autoconf 2.5x "disables" shared library support in
ltdl.
--
/------------------------------------------------------------------.
| Raphaël Poss EPITA CSI 2003 - EpX - ACU |
| ICQ 1757157 - GnuPG fp bda2eb602866390c7a7d:a13ad7c86dd33b72e72b |
`------------------------------------------------------------------/