From: Sascha Schumann Date: Fri, 5 Jul 2002 06:42:31 +0000 (+0000) Subject: some seds want to see a newline, so we give them a newline X-Git-Tag: INITIAL_IMPORT_SOURCEFORGE~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8366e6531a0faf1577ade06fded971ab9c72bd69;p=php some seds want to see a newline, so we give them a newline PR: #17072 and others --- diff --git a/acinclude.m4 b/acinclude.m4 index 35cc8bafac..f8e943b2b8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1167,7 +1167,7 @@ AC_DEFUN(PHP_NEW_EXTENSION,[ ext_builddir=[]PHP_EXT_BUILDDIR($1) ext_srcdir=[]PHP_EXT_SRCDIR($1) - ifelse($5,,ac_extra=,[ac_extra=`echo $ac_n "$5$ac_c"|sed s#@ext_srcdir@#$ext_srcdir#g`]) + ifelse($5,,ac_extra=,[ac_extra=`echo "$5"|sed s#@ext_srcdir@#$ext_srcdir#g`]) if test "$3" != "shared" && test "$3" != "yes" && test "$4" != "cli"; then dnl ---------------------------------------------- Static module