]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 (_LT_AC_LTCONFIG_HACK): Fixed incorrect use of
authorPavel Roskin <proskin@gnu.org>
Thu, 7 Sep 2000 21:35:16 +0000 (21:35 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 7 Sep 2000 21:35:16 +0000 (21:35 +0000)
changequote

ChangeLog
libtool.m4

index 399ddd85e03e9296b810bf0a492c11029468b97a..fce799e4b286ca2c1f39582afa6a82a3944f8b58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-07  Pavel Roskin  <proskin@gnu.org>
+
+       * libtool.m4 (_LT_AC_LTCONFIG_HACK):  Fixed incorrect use of
+       changequote
+
 2000-09-07  Gary V. Vaughan  <gvv@techie.com>
 
        * NEWS:  Updated.
index 5d6acaf856d99f67c830a27e133a5b9a70ed1bfa..ff1c992ce499a067b8831febd567099b64872240 100644 (file)
@@ -597,16 +597,16 @@ fi
 ## END FIXME
 
 # Check for any special shared library compilation flags.
-changequote(,)dnl
 if test -n "$ac_cv_prog_cc_shlib"; then
   AC_MSG_WARN([\`$CC' requires \`$ac_cv_prog_cc_shlib' to build shared libraries])
+changequote(,)dnl
   if echo "$old_CC $old_CFLAGS " | egrep -e "[         ]$ac_cv_prog_cc_shlib[  ]" >/dev/null; then :
+changequote([,])dnl
   else
    AC_MSG_WARN([add \`$ac_cv_prog_cc_shlib' to the CC or CFLAGS env variable and reconfigure])
     ac_cv_prog_cc_can_build_shared=no
   fi
 fi
-changequote([,])dnl
 
 ## FIXME: this should be a separate macro
 ##