Browse Source

Make @exec_prefix@ usable in shell scripts.

master
Bruno Haible 25 years ago
parent
commit
e0b64ba4f9
  1. 5
      ChangeLog
  2. 2
      autoconf/acgeneral.m4

5
ChangeLog

@ -1,3 +1,8 @@
2000-08-26 Bruno Haible <haible@clisp.cons.org>
* autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default
value, not parens.
2000-08-18 Bruno Haible <haible@clisp.cons.org> 2000-08-18 Bruno Haible <haible@clisp.cons.org>
* include/cl_univpoly_modint.h: Fix typo. * include/cl_univpoly_modint.h: Fix typo.

2
autoconf/acgeneral.m4

@ -2095,7 +2095,7 @@ trap 'rm -fr conftest* confdefs* core $ac_clean_files; exit 1' 1 2 15
test "x$prefix" = xNONE && prefix=$ac_default_prefix test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix. # Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='$(prefix)'
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
# Any assignment to VPATH causes Sun make to only execute # Any assignment to VPATH causes Sun make to only execute
# the first set of double-colon rules, so remove it if not needed. # the first set of double-colon rules, so remove it if not needed.

Loading…
Cancel
Save