Mercurial > emacs
changeset 4745:083140e4419f
Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
Remove ${extra_output} from AC_OUTPUT call.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 19 Sep 1993 19:54:04 +0000 |
parents | ea4df8504763 |
children | 8b96f2796afd |
files | configure1.in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure1.in Sun Sep 19 19:32:35 1993 +0000 +++ b/configure1.in Sun Sep 19 19:54:04 1993 +0000 @@ -375,7 +375,7 @@ 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 "${exec_prefix}" && exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` ] -AC_OUTPUT(Makefile ${extra_output}) +AC_OUTPUT(Makefile)