From e16b32b04560c1456dbdfc05dc0f05907280867c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 19 Sep 1993 19:54:04 +0000 Subject: [PATCH] Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. Remove ${extra_output} from AC_OUTPUT call. --- configure1.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure1.in b/configure1.in index 592da0cb7a0..23cdd962141 100755 --- a/configure1.in +++ b/configure1.in @@ -375,7 +375,7 @@ if [ `pwd` != `(cd ${srcdir} && pwd)` ] \ vpath_sed='-f vpath.sed' else # Do the normal substitution for VPATH. This will not crash non-GNU make. - vpath_sed='-e '\''s|^\(VPATH *=\).*$$|\1 ='\''"${srcdir}/${subdir}|"' + vpath_sed=]'AC_QUOTE_SQUOTE(AC_QUOTE_SQUOTE('-e '\''s|^\(VPATH *=\).*$$|\1 ='\''"${srcdir}/${subdir}|"'))'[ fi ] AC_SUBST(vpath_sed) [ @@ -1310,4 +1310,4 @@ test -n "${prefix}" && test -n "${exec_prefix}" && exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` ] -AC_OUTPUT(Makefile ${extra_output}) +AC_OUTPUT(Makefile) -- 2.39.5