aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath1993-09-19 19:54:04 +0000
committerRoland McGrath1993-09-19 19:54:04 +0000
commite16b32b04560c1456dbdfc05dc0f05907280867c (patch)
tree972dbb36361b3927dacb3b71b1fdc9bf796fdf42
parent426979a1c897221451846de50f640a49a0b7fe2a (diff)
downloademacs-e16b32b04560c1456dbdfc05dc0f05907280867c.tar.gz
emacs-e16b32b04560c1456dbdfc05dc0f05907280867c.zip
Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value.
Remove ${extra_output} from AC_OUTPUT call.
-rwxr-xr-xconfigure1.in4
1 files 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)` ] \
375 vpath_sed='-f vpath.sed' 375 vpath_sed='-f vpath.sed'
376else 376else
377 # Do the normal substitution for VPATH. This will not crash non-GNU make. 377 # Do the normal substitution for VPATH. This will not crash non-GNU make.
378 vpath_sed='-e '\''s|^\(VPATH *=\).*$$|\1 ='\''"${srcdir}/${subdir}|"' 378 vpath_sed=]'AC_QUOTE_SQUOTE(AC_QUOTE_SQUOTE('-e '\''s|^\(VPATH *=\).*$$|\1 ='\''"${srcdir}/${subdir}|"'))'[
379fi 379fi
380] AC_SUBST(vpath_sed) [ 380] AC_SUBST(vpath_sed) [
381 381
@@ -1310,4 +1310,4 @@ test -n "${prefix}" &&
1310test -n "${exec_prefix}" && 1310test -n "${exec_prefix}" &&
1311 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` 1311 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
1312] 1312]
1313AC_OUTPUT(Makefile ${extra_output}) 1313AC_OUTPUT(Makefile)