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
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
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
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
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
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