]> www.ginac.de Git - cln.git/commitdiff
Make @exec_prefix@ usable in shell scripts.
authorBruno Haible <bruno@clisp.org>
Fri, 25 Aug 2000 22:27:35 +0000 (22:27 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 25 Aug 2000 22:27:35 +0000 (22:27 +0000)
ChangeLog
autoconf/acgeneral.m4

index 4f1c7b6e0f35e785550b948a885ef24561200f75..4d2881de0dd463679be6d429f635783407ae43e1 100644 (file)
--- a/ChangeLog
+++ b/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>
 
         * include/cl_univpoly_modint.h: Fix typo.
index 71d72a96bf45955fbc2292997c87a2d039a4ec82..78fb5946c0a7871f0ac3cb24e910bf0d6567f8e9 100644 (file)
@@ -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
 # 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
 # the first set of double-colon rules, so remove it if not needed.