Re: aCC compiler Flags support

2000-11-17 Thread Paul Berrevoets
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

Re: Targets using automake

2000-11-03 Thread Paul Berrevoets
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

Non-trivial example of Java & automake?

2000-07-14 Thread Paul Berrevoets
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

Re: Shared library with source in sub directories

2000-07-14 Thread Paul Berrevoets
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

Re: pb with @ substitution

2000-05-04 Thread Paul Berrevoets
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