]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Remove unnecessary make-variable expansion in configure
authorDaiki Ueno <ueno@gnu.org>
Tue, 11 Mar 2014 05:26:59 +0000 (14:26 +0900)
committerDaiki Ueno <ueno@gnu.org>
Tue, 11 Mar 2014 05:26:59 +0000 (14:26 +0900)
gettext-tools/ChangeLog
gettext-tools/configure.ac

index d70e7918e822e9206a3e75c7c3af20a7b78ae54a..9866892fb1dd1dc3656c603de4baa1c18ab654a6 100644 (file)
@@ -1,3 +1,8 @@
+2014-03-11  Daiki Ueno  <ueno@gnu.org>
+
+       * configure.ac: Remove unnecessary make-variable expansion,
+       previously needed for LIBTOOL.
+
 2014-01-28  Roumen Petrov <bugtrack@roumenpetrov.info>  (tiny change)
 
        tests: fix "make check" under VPATH builds
index b721106e1422d1c689aa1682c7bcb54c83274c52..b13bcfd389daea40dfc0224143f293c89c1ea87c 100644 (file)
@@ -549,12 +549,7 @@ AC_CONFIG_FILES([m4/Makefile])
 
 AC_CONFIG_FILES([tests/Makefile])
 
-AC_CONFIG_FILES([tests/init-env], [changequote(<<,>>)
-  # Replace occurrences of make variables with shell variables so they
-  # can be adjusted in test scripts.
-  sed -e 's|\$(\([^)]*\))|${\1}|g' < tests/init-env > tests/init-env.tmp
-  mv tests/init-env.tmp tests/init-env
-  changequote([,])])
+AC_CONFIG_FILES([tests/init-env])
 
 AC_CONFIG_FILES([gnulib-tests/Makefile])