]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/libtool.m4 (_LT_DECL_EGREP): Only the newest CVS autoconf
authorGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2004 12:51:24 +0000 (12:51 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 24 Sep 2004 12:51:24 +0000 (12:51 +0000)
AC_SUBSTs for GREP.  Do our own here too to cater for release
autoconfen.

ChangeLog
m4/libtool.m4

index 14d4d1a9978d14d7d03fe0f662ceea8465d79155..e8c729d402f61612e95aeaec0d48d77c540540f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2004-09-24  Gary V. Vaughan  <gary@gnu.org>
 
+       * m4/libtool.m4 (_LT_DECL_EGREP): Only the newest CVS autoconf
+       AC_SUBSTs for GREP.  Do our own here too to cater for release
+       autoconfen.
+
        * m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [openbsd3.3]: Set
        need_version to yes or no depending on the os release.
        Reported by Dalibor Topic <robilad@kaffe.org>
index 49e665dafb1e7ad3604d7daa594b9cfe9abe5121..487f814142393437844476cdc7d0563b3b1f2c24 100644 (file)
@@ -5782,6 +5782,8 @@ test -z "$GREP" && GREP=grep
 _LT_DECL([], [GREP], [1], [A grep program that handles long line])
 _LT_DECL([], [EGREP], [1], [An ERE matcher])
 _LT_DECL([], [FGREP], [1], [A literal string matcher])
+dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
+AC_SUBST([GREP])
 ])