changeset 8442:edf0da079ef0

* build-aux/bootstrap (gnulib_name): New variable. (gnulib_tool_options): Use it.
author Jim Meyering <jim@meyering.net>
date Fri, 16 Mar 2007 20:22:58 +0000
parents b396ac3f1039
children c2b91de0fcec
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -89,6 +89,7 @@
   }
 '
 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 @@
  --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\