Commit ffe35540 ffe3554011739463825132e74adc20d4db99d80a by Sergey Poznyakoff

(create_m4_wrapper): Bugfix

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