From: Albert Chin-A-Young Date: Sun, 23 Jun 2002 22:39:50 +0000 (+0000) Subject: * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Need to quote [ and ] for X-Git-Tag: release-1-5~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d112d1ed7c168cddd6a832e82a6e3883c3f7196f;p=thirdparty%2Flibtool.git * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Need to quote [ and ] for Autoconf. --- diff --git a/ChangeLog b/ChangeLog index 5b73a007c..06835ce42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-23 Albert Chin-A-Young + + * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Need to quote [ and ] for + Autoconf. + 2002-06-23 Kevin Ryde * libtool.m4 (AC_LIBTOOL_SETUP, _LT_AC_LOCK): Use diff --git a/ltdl.m4 b/ltdl.m4 index dd7e239c9..55ca69094 100644 --- a/ltdl.m4 +++ b/ltdl.m4 @@ -133,13 +133,13 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen], # we want this `case' here to explicitly catch those versions. libltdl_cv_sys_dlopen_deplibs=unknown ;; - aix[45]*) + aix[[45]]*) libltdl_cv_sys_dlopen_deplibs=yes ;; gnu*) libltdl_cv_sys_dlopen_deplibs=yes ;; - irix[12345]*|irix6.[01]*) + irix[[12345]]*|irix6.[[01]]*) # Catch all versions of IRIX before 6.2, and indicate that we don't # know how it worked for any of those versions. libltdl_cv_sys_dlopen_deplibs=unknown @@ -158,7 +158,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen], openbsd*) libltdl_cv_sys_dlopen_deplibs=yes ;; - osf[1234]*) + osf[[1234]]*) # dlopen did load deplibs (at least at 4.x), but until the 5.x series, # it did *not* use an RPATH in a shared library to find objects the # library depends on, so we explictly say `no'.