]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Need to quote [ and ] for
authorAlbert Chin-A-Young <china@thewrittenword.com>
Sun, 23 Jun 2002 22:39:50 +0000 (22:39 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 23 Jun 2002 22:39:50 +0000 (22:39 +0000)
Autoconf.

ChangeLog
ltdl.m4

index 5b73a007cd2f3857d273b987e4ddc2eb8d249a4e..06835ce42dd6e244dd786e5e86378cc68e28400b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-23  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * ltdl.m4 (AC_LTDL_SYS_DLOPEN_DEPLIBS): Need to quote [ and ] for
+       Autoconf.
+
 2002-06-23  Kevin Ryde  <user42@zip.com.au>
 
        * libtool.m4 (AC_LIBTOOL_SETUP, _LT_AC_LOCK): Use
diff --git a/ltdl.m4 b/ltdl.m4
index dd7e239c9d111975c9241fdd5d1589db851224a4..55ca690941930afb56039dfc2ffd71e754e6f4d4 100644 (file)
--- 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'.