From: Daiki Ueno Date: Tue, 11 Mar 2014 05:26:59 +0000 (+0900) Subject: build: Remove unnecessary make-variable expansion in configure X-Git-Tag: v0.19~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a00d0ccd1a4565a9d538d85643781bbce5eb768;p=thirdparty%2Fgettext.git build: Remove unnecessary make-variable expansion in configure --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index d70e7918e..9866892fb 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2014-03-11 Daiki Ueno + + * configure.ac: Remove unnecessary make-variable expansion, + previously needed for LIBTOOL. + 2014-01-28 Roumen Petrov (tiny change) tests: fix "make check" under VPATH builds diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index b721106e1..b13bcfd38 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -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])