bug#13520: incomplete type of distribution in "List of Automake options" chapter

2013-01-21 Thread Roumen Petrov
Hi automake developers, Current (2013-01-21) automake 1.13 manual http://www.gnu.org/software/automake/manual/automake.html list quite short distribution types in chapter 17.2 List of Automake options. It seems to me up to date list is in chapter "14.5 The Types of Distributions" List of sup

bug#13519: AM_INIT_AUTOMAKE (1.13), suggest non-existing URL for in two- and three-arguments deprecation message

2013-01-21 Thread Roumen Petrov
Roumen Petrov wrote: [SNIP] Probably correct suggestion is just AM_INIT_AUTOMAKE([1.5 no-define]) Correction: just AM_INIT_AUTOMAKE([1.13 no-define]) as version(i.e. 1.13) must be required minimum automake version(!) not package version(1.5) as in sample above on manual page. [SNIP] Regar

bug#13519: AM_INIT_AUTOMAKE (1.13), suggest non-existing URL for in two- and three-arguments deprecation message

2013-01-21 Thread Roumen Petrov
Hi automake developers, 1) defect Bootstrap of quite recent release of one project automake 1.13 produce following warning: ... #configure.ac:27: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see: #configure.ac:27: http://www.gnu.org/software/automa

bug#13436: 3 fails in make check

2013-01-21 Thread Johannes . Bieser
bison v2.4 solved the problem: PASS: t/yacc-bison-skeleton-cxx.sh However I still get 2 FAILS from lex-clean-cxx and lex-depend-cxx (using flex 2.5.37 now) + cp config.status config.sav + make c++ -DPACKAGE_NAME=\"lex-clean-cxx\" -DPACKAGE_TARNAME=\"lex-clean-cxx\" -DPACKAGE_VERSION=\"1.0\"

bug#13436: 3 fails in make check

2013-01-21 Thread Stefano Lattarini
Thanks for getting back at me so quickly. On 01/21/2013 03:27 PM, johannes.bie...@hzg.de wrote: >> Weird, it seems Flex is not respecting the "YY_NO_UNISTD_H" #define >> given in 'parsefoo.lxx'. Which version of Flex are you using? > > flex --version > flex 2.5.31 > Yep, that's old; according to

bug#13436: 3 fails in make check

2013-01-21 Thread Johannes . Bieser
>Weird, it seems Flex is not respecting the "YY_NO_UNISTD_H" #define >given in 'parsefoo.lxx'.  Which version of Flex are you using? flex --version flex 2.5.31 Helmholtz-Zentrum Geesthacht Zentrum für Material- und Küstenforschung GmbH Max-Planck-Straße 1 I 21502 Geesthacht I Deutschland/Germany

bug#13378: Cleaning up AC_PROG_CC_C_O semantics

2013-01-21 Thread Stefano Lattarini
Hi Eric. On 01/19/2013 03:25 PM, Eric Blake wrote: > On 01/19/2013 06:10 AM, Stefano Lattarini wrote: >> [-cc automake-patches] >> >> On 01/16/2013 06:48 PM, Paul Eggert wrote: >>> On 01/16/13 04:46, Stefano Lattarini wrote: Makes sense. Should I try to implement something along these lines

bug#13514: unintentional regression with AC_CONFIG_MACRO_DIR in 1.13.1

2013-01-21 Thread Stefano Lattarini
Hi Eric, thanks for the report. On 01/21/2013 02:31 PM, Eric Blake wrote: > See https://bugzilla.redhat.com/show_bug.cgi?id=901333 for details; but > the short summary is: > > The xorg-x11-drv-wacom uses AC_CONFIG_MACRO_DIR([m4]) to tell libtool > where to dump m4 macros, but has no m4 macros of

bug#13514: unintentional regression with AC_CONFIG_MACRO_DIR in 1.13.1

2013-01-21 Thread Eric Blake
See https://bugzilla.redhat.com/show_bug.cgi?id=901333 for details; but the short summary is: The xorg-x11-drv-wacom uses AC_CONFIG_MACRO_DIR([m4]) to tell libtool where to dump m4 macros, but has no m4 macros of its own. Therefore, it does not ship an m4 directory in its git project. When libto

bug#13436: 3 fails in make check

2013-01-21 Thread Stefano Lattarini
tags 13436 + moreinfo severity 13436 minor thanks On 01/14/2013 05:08 PM, johannes.bie...@hzg.de wrote: > Hi, > Hello Johannes. Thanks for the report, and sorry for the delay. > I compiled automake 1.12.6 and got 3 fails when doing make check. > I tried it with v1.13.1 and got the same results.

bug#13507: small patch for 1.13.1 t/lisp-flags.sh

2013-01-21 Thread Stefano Lattarini
On 01/20/2013 07:05 PM, Thien-Thi Nguyen wrote: > Here is a suitable ChangeLog entry: > > 2013-01-20 Thien-Thi Nguyen(tiny change) > > Don't get fooled when running "make check" inside Emacs. > > Some versions of Emacs set the env var 'EMACS' to 't' > for child processes.