Re: [PATCH] doc: fix typo: s/AM_V_AT/AM_V_at/

2010-04-02 Thread Jim Meyering
Ralf Wildenhues wrote: * Jim Meyering wrote on Thu, Apr 01, 2010 at 10:06:03AM CEST: I noticed my recent doc changes caused slightly-too-verbose build output. This fixes it: Cc'ing bug-automake, in case Ralf thinks it makes sense to let the consistently capitalized name be used some day.

dynamic include in Makefile.am

2010-04-02 Thread Tim Just
Hi, the project I am working on uses GNU autotools as build system and has the following structure: app/ lib/ modules/ configure.ac Makefile.am We use one central Makefile.am to avoid the recursive use of make. This central Makefile.am contains all information related to app/ and lib/. However

Re: dynamic include in Makefile.am

2010-04-02 Thread Tim Just
Hello Ralf, thanks for your reply! On 04/02/2010 11:45 AM, Ralf Wildenhues wrote: Hello Tim, * Tim Just wrote on Fri, Apr 02, 2010 at 10:04:13AM CEST: We use one central Makefile.am to avoid the recursive use of make. This central Makefile.am contains all information related to app/ and

Re: revision control info in generated files

2010-04-02 Thread Ralf Wildenhues
* Jef Driesen wrote on Fri, Apr 02, 2010 at 11:45:20AM CEST: On 01/04/10 20:31, Ralf Wildenhues wrote: * Jef Driesen wrote on Thu, Apr 01, 2010 at 02:34:29PM CEST: Since the .git-version file is a generated file, I would think it belongs in the build directory, where all other generated files

Re: revision control info in generated files

2010-04-02 Thread Jef Driesen
On 02/04/10 11:58, Ralf Wildenhues wrote: * Jef Driesen wrote on Fri, Apr 02, 2010 at 11:45:20AM CEST: On 01/04/10 20:31, Ralf Wildenhues wrote: * Jef Driesen wrote on Thu, Apr 01, 2010 at 02:34:29PM CEST: Since the .git-version file is a generated file, I would think it belongs in the build

Re: revision control info in generated files

2010-04-02 Thread Peter Johansson
On 4/2/10 7:04 AM, Jef Driesen wrote: The problem I'm trying to solve is that I already have a version.h that is generated from a version.h.in template that contains: #define MYLIB_VERSION_MAJOR @MYLIB_VERSION_MAJOR@ #define MYLIB_VERSION_MINOR @MYLIB_VERSION_MINOR@ #define