]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4: Move things around so that "setopt NO_GLOB_SUBST"
authorPeter O'Gorman <peter@pogma.com>
Fri, 28 Nov 2003 13:41:22 +0000 (13:41 +0000)
committerPeter O'Gorman <peter@pogma.com>
Fri, 28 Nov 2003 13:41:22 +0000 (13:41 +0000)
to make zsh behave wrt  escapes happens early in config.status.

ChangeLog
m4/libtool.m4

index 8b8acd67737373ae9de4477d89b2a4eb1280bc14..4e7cfe8e3d2450be5d5153e97fc157296322e2f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index d7d5efd8735080fe986ed278c5fa9ff6447d0c25..441ee0dfc15723f39add66300f8ee42e14d5a836 100644 (file)
@@ -101,6 +101,17 @@ AC_REQUIRE([AC_OBJEXT])dnl
 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