summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 13:45:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-08-16 13:45:00 +0000
commitffe3554011739463825132e74adc20d4db99d80a (patch)
tree114f99e07b2b4ac8bb4978f2135460549bc0731c
parentf5b86c8650185e841abf6fada4e3f290fedabc77 (diff)
downloadmailutils-ffe3554011739463825132e74adc20d4db99d80a.tar.gz
mailutils-ffe3554011739463825132e74adc20d4db99d80a.tar.bz2
(create_m4_wrapper): Bugfix
-rwxr-xr-xscripts/gnulib-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gnulib-sync b/scripts/gnulib-sync
index c5b573683..116f66e56 100755
--- a/scripts/gnulib-sync
+++ b/scripts/gnulib-sync
@@ -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

Return to:

Send suggestions and report system problems to the System administrator.