From: Roland McGrath Date: Sun, 19 Sep 1993 19:54:04 +0000 (+0000) Subject: Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. X-Git-Tag: emacs-19.34~11106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e16b32b04560c1456dbdfc05dc0f05907280867c;p=emacs.git Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. Remove ${extra_output} from AC_OUTPUT call. --- 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)