Commit ffe35540 ffe3554011739463825132e74adc20d4db99d80a by Sergey Poznyakoff

(create_m4_wrapper): Bugfix

1 parent f5b86c86
......@@ -209,7 +209,7 @@ copy_files() {
create_m4_wrapper() {
(eval list="\$${1}_modules"
libname=lib$libname
libname=lib$1
echo "AC_DEFUN([${libname}_GNULIB],["
for module in $list
do
......