From: Jim Meyering Date: Fri, 16 Mar 2007 20:22:58 +0000 (+0000) Subject: * build-aux/bootstrap (gnulib_name): New variable. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c6bc99c4a63b70c5fcba7a3d957aa506df39e6;hp=52815cfd648244505cd4af2a0106842ebbedc379;p=pspp * build-aux/bootstrap (gnulib_name): New variable. (gnulib_tool_options): Use it. --- 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\