mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-12 14:06:37 +08:00
* 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.
This commit is contained in:
parent
4d35a15aee
commit
ef199e55da
@ -1,5 +1,9 @@
|
|||||||
2004-09-24 Gary V. Vaughan <gary@gnu.org>
|
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
|
* m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER) [openbsd3.3]: Set
|
||||||
need_version to yes or no depending on the os release.
|
need_version to yes or no depending on the os release.
|
||||||
Reported by Dalibor Topic <robilad@kaffe.org>
|
Reported by Dalibor Topic <robilad@kaffe.org>
|
||||||
|
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -5782,6 +5782,8 @@ test -z "$GREP" && GREP=grep
|
|||||||
_LT_DECL([], [GREP], [1], [A grep program that handles long line])
|
_LT_DECL([], [GREP], [1], [A grep program that handles long line])
|
||||||
_LT_DECL([], [EGREP], [1], [An ERE matcher])
|
_LT_DECL([], [EGREP], [1], [An ERE matcher])
|
||||||
_LT_DECL([], [FGREP], [1], [A literal string 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])
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user