(gnulib_tool_options): Use it.
+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.
}
'
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.
--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\