From a1c6bc99c4a63b70c5fcba7a3d957aa506df39e6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 16 Mar 2007 20:22:58 +0000 Subject: [PATCH] * build-aux/bootstrap (gnulib_name): New variable. (gnulib_tool_options): Use it. --- ChangeLog | 5 +++++ build-aux/bootstrap | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 29d33cd2ca..0e53e8373f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-16 Alfred M. Szmidt + + * build-aux/bootstrap (gnulib_name): New variable. + (gnulib_tool_options): Use it. + 2007-03-13 Simon Josefsson * tests/test-des.c: Use new namespace. diff --git a/build-aux/bootstrap b/build-aux/bootstrap index 7d214d3bf7..e5bcc68c36 100755 --- a/build-aux/bootstrap +++ b/build-aux/bootstrap @@ -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\ -- 2.30.2