mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
in sed regular expression.
This commit is contained in:
parent
d6d76e17c7
commit
5a84fe71d2
@ -1,3 +1,8 @@
|
||||
2006-06-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* lib/autoconf/programs.m4 (AC_PROG_MAKE_SET): Fix M4 quotation
|
||||
in regular expression.
|
||||
|
||||
2006-06-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
|
||||
* doc/autoconf.texi (Installation Directory Variables):
|
||||
|
@ -780,7 +780,7 @@ AN_MAKEVAR([MAKE], [AC_PROG_MAKE_SET])
|
||||
AN_PROGRAM([make], [AC_PROG_MAKE_SET])
|
||||
AC_DEFUN([AC_PROG_MAKE_SET],
|
||||
[AC_MSG_CHECKING([whether ${MAKE-make} sets \$(MAKE)])
|
||||
set x ${MAKE-make}; ac_make=`echo "$[2]" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
|
||||
set x ${MAKE-make}; ac_make=`echo "$[2]" | sed 's/+/p/g; s/[[^a-zA-Z0-9_]]/_/g'`
|
||||
AC_CACHE_VAL(ac_cv_prog_make_${ac_make}_set,
|
||||
[cat >conftest.make <<\_ACEOF
|
||||
SHELL = /bin/sh
|
||||
|
Loading…
Reference in New Issue
Block a user