(create_m4_wrapper): Bugfix
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment