GNU bug report logs - #9847
[PATCH 3/3] maint: use gnulib's gitlog-to-changelog instead of a ChangeLog file.

Previous Next

Package: libtool;

Reported by: "Gary V. Vaughan" <gary <at> gnu.org>

Date: Sun, 23 Oct 2011 16:20:01 UTC

Severity: normal

Tags: patch

Done: "Gary V. Vaughan" <gary <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Gary V. Vaughan" <gary <at> gnu.org>
To: Roumen Petrov <bugtrack <at> roumenpetrov.info>
Cc: Libtool Bugs List <bug-libtool <at> gnu.org>
Subject: Re: bug#9847: [PATCH 3/3] maint: use gnulib's gitlog-to-changelog
	instead of a ChangeLog file.
Date: Mon, 24 Oct 2011 08:22:44 +0700
Hi Roumen,

On 24 Oct 2011, at 05:00, Roumen Petrov wrote:
> GL_Gary V. Vaughan wrote:
>> We already have to enter all the ChangeLog ....
> [SNIP]
>> -2010-08-27  Gary V. Vaughan<gary <at> gnu.org>
>> -
>> -	maint: add gnulib submodule.
>> -	* configure.ac (GL_INIT, GL_EARLY): Initialise gnulib, and expand
>> -	its configure time checks.
>> -	* .gitmodules (gnulib): New file with configuration for our
>> -	gnulib git submodule.
> [SNIP]
> 
> GL_INIT and  GL_EARLY are not in libtool soure tree yet.

These macros come from gnulib, and are installed during bootstrap.

$ git clean -f -x -d
...
$ rm -rf gnulib
$ find . -name '*.m4' -exec fgrep 'AC_DEFUN([GL_' {} \;
$ ./bootstrap
...
$ find . -name '*.m4' -exec fgrep 'AC_DEFUN([GL_' {} \;    
AC_DEFUN([GL_NOCRASH],[[
AC_DEFUN([GL_EARLY],
AC_DEFUN([GL_INIT],
AC_DEFUN([GL_LIBOBJ], [
AC_DEFUN([GL_REPLACE_FUNCS], [
AC_DEFUN([GL_LIBSOURCES], [
AC_DEFUN([GL_FILE_LIST], [

The new bootstrap script is quite clever about helping you to install all
the tools you will need to get your tree ready for './configure && make',
and also answers to --help.

Cheers,
-- 
Gary V. Vaughan (gary AT gnu DOT org)




This bug report was last modified 13 years and 210 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.