* build-aux/bootstrap (gnulib_name): New variable.
authorJim Meyering <jim@meyering.net>
Fri, 16 Mar 2007 20:22:58 +0000 (20:22 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 16 Mar 2007 20:22:58 +0000 (20:22 +0000)
(gnulib_tool_options): Use it.

ChangeLog
build-aux/bootstrap

index 29d33cd2cab50b429e88ce3c9b039d5d91e61a00..0e53e8373f312c0db45a96fe822c4aebff8105f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
+
+       * build-aux/bootstrap (gnulib_name): New variable.
+       (gnulib_tool_options): Use it.
+
 2007-03-13  Simon Josefsson  <simon@josefsson.org>
 
        * tests/test-des.c: Use new namespace.
index 7d214d3bf74275b3a785a8c977356c9e1bbecfb4..e5bcc68c36b4cc8f9faf313ab6861f26e93a263f 100755 (executable)
@@ -89,6 +89,7 @@ extract_package_name='
   }
 '
 package=`sed -n "$extract_package_name" configure.ac` || exit
+gnulib_name=lib$package
 
 build_aux=build-aux
 # Extra files from gnulib, which override files from other sources.
@@ -450,7 +451,7 @@ gnulib_tool_options="\
  --no-changelog\
  --aux-dir $bt/$build_aux\
  --doc-base $bt/doc\
- --lib lib$package\
+ --lib $gnulib_name\
  --m4-base $bt/m4/\
  --source-base $bt/lib/\
  --tests-base $bt/tests\