I seem to remember that the documentation suggests adding them to
INCLUDES:
INCLUDES = -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT
--
Paul Berrevoets
Tim Heath wrote:
> I have to add to DEFS:
>
> -D_POSIX1C_SOURCE -D_HPUX_SOURCE -D_REENTRANT
>
> in my Makefile.
>
> Is th
This should already be taken care of by the macro AM_MAINTAINER_MODE. If you use:
./configure --enable-maintainer-mode
then the autoconf/automake targets are enabled. They should be disabled by default.
--
Paul
"Derek R. Price" wrote:
> This same applies to targets using autoconf & autoheade
Does anyone know of a Java project that uses autoconf/automake that I
could use as a template example for using autoconf/automake in our
project?
--
Thanks,
Paul
Murray Cumming wrote:
> I'm trying to use automake/autoconf to build a shared library whose source
> code is neatly organised sub directories (about 5 levels wide and 5 levels
> deep).
>
> If this was an application then I would build static libraries in each of the
> subfolders and link them all
Try:
MYDATA='${prefix}/${VERSION}/${PACKAGE}'
--
Regards,
Paul
Axel Boness wrote:
> I am very new to automake / autoconf and I'm trying to do something that
> I thought was easy.
> Before writing I read the archives and searched the web : nothing.
>
> 1)
> I tried to build a susbsitution based o