+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
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])