to make zsh behave wrt escapes happens early in config.status.
+2003-11-28 Peter O'Gorman <peter@pogma.com>
+
+ * m4/libtool.m4: Move things around so that "setopt NO_GLOB_SUBST"
+ to make zsh behave wrt \ escapes happens early in config.status.
+
2003-11-27 Gary V. Vaughan <gary@gnu.org>
* libltdl/configure.ac: Removed.
AC_REQUIRE([AC_EXEEXT])dnl
dnl
+_LT_CONFIG_LIBTOOL_INIT([
+# See if we are running on zsh, and set the options which allow our
+# commands through without removal of \ escapes INIT.
+if test -n "${ZSH_VERSION+set}" ; then
+ setopt NO_GLOB_SUBST
+fi
+])
+if test -n "${ZSH_VERSION+set}" ; then
+ setopt NO_GLOB_SUBST
+fi
+
AC_ENABLE_SHARED
AC_ENABLE_STATIC
AC_ENABLE_FAST_INSTALL