+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
# 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
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'.