diff options
| author | Roland McGrath | 1993-09-19 19:54:04 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-09-19 19:54:04 +0000 |
| commit | e16b32b04560c1456dbdfc05dc0f05907280867c (patch) | |
| tree | 972dbb36361b3927dacb3b71b1fdc9bf796fdf42 | |
| parent | 426979a1c897221451846de50f640a49a0b7fe2a (diff) | |
| download | emacs-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-x | configure1.in | 4 |
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' |
| 376 | else | 376 | else |
| 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}|"'))'[ |
| 379 | fi | 379 | fi |
| 380 | ] AC_SUBST(vpath_sed) [ | 380 | ] AC_SUBST(vpath_sed) [ |
| 381 | 381 | ||
| @@ -1310,4 +1310,4 @@ test -n "${prefix}" && | |||
| 1310 | test -n "${exec_prefix}" && | 1310 | test -n "${exec_prefix}" && |
| 1311 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | 1311 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` |
| 1312 | ] | 1312 | ] |
| 1313 | AC_OUTPUT(Makefile ${extra_output}) | 1313 | AC_OUTPUT(Makefile) |