Re: Automake/Libtool: Compiling the same source as C and C++

2010-09-22 Thread Ralf Wildenhues
Hello Hugh, * Hugh Dickinson wrote on Wed, Sep 22, 2010 at 04:50:33PM CEST: > I am trying to convert an existing software package to build using the > GNU autotools. The source code contains several files with .c and .cc > which are designed to be compiled both as C and C++ regardless of > their s

Re: my first autoconf macro

2010-09-22 Thread Stefano Lattarini
On Wednesday 22 September 2010, Martin Kalbfuss wrote: > Hi, > > I currently write my first atuoconf macro to detect the gm2 > Modula-2 compiler for my sdl wrapper. I'm unsure about some > details. And some comments from advanced autoconf users would be > nice. Hi Martin. You've reached the Autom

Automake/Libtool: Compiling the same source as C and C++

2010-09-22 Thread Hugh Dickinson
I am trying to convert an existing software package to build using the GNU autotools. The source code contains several files with .c and .cc which are designed to be compiled both as C and C++ regardless of their suffix (i.e. they contain conditionally compiled code #ifdef _cplusplus preprocesso

my first autoconf macro

2010-09-22 Thread Martin Kalbfuss
Hi, I currently write my first atuoconf macro to detect the gm2 Modula-2 compiler for my sdl wrapper. I'm unsure about some details. And some comments from advanced autoconf users would be nice. Here's the code: AC_DEFUN([ACX_PROG_GM2], [ # Get the gm2 compiler path and check for the rquired ver

Libtool: Compiling the same source as C and C++

2010-09-22 Thread Hugh Dickinson
I am trying to convert an existing software package to build using the GNU autotools. The source code contains several files with .c and .cc which are designed to be compiled both as C and C++ regardless of their suffix (i.e. they contain conditionally compiled code #ifdef _cplusplus preprocesso

Re: 2.4 Release in 24hrs

2010-09-22 Thread Charles Wilson
On 9/21/2010 9:21 PM, Gary V. Vaughan wrote: > I don't recall having done so in a while but, according to bootstrap: > > # It is okay for the bootstrap process to require unreleased autoconf > # or automake, as long as any released libtool will work with at least > # the newest stable versions of