Alexandre Duret-Lutz wrote:
"William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> Alexandre Duret-Lutz wrote:
>>>>> "William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> We are using AC_CANONICAL_HOST which requires
Alexandre Duret-Lutz wrote:
"William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> We are using AC_CANONICAL_HOST which requires config.sub and
William> config.guess. We'd like to pick these files up from automake which
William> regularly updates thes
We are using AC_CANONICAL_HOST which requires config.sub and config.guess. We'd
like to pick these files up from automake which regularly updates these on each
automake release. We are using automake but not libtool so can't use libtoolize
which is able to install them. Also
automake --add-mi
Alexandre Duret-Lutz wrote:
William> This doesn't seem correct as the C++ flags aren't
William> necessarily appropriate for linking.
The example you sent to Guido uses `AM_CXXFLAGS = -DSOMETHING'.
I wouldn't expect this to cause any trouble during linking. Does it?
(If so you should probably
I see that CXXFLAGS and AM_CXXFLAGS gets passed to the linker
($CXXLINK). This doesn't seem correct as the C++ flags aren't
necessarily appropriate for linking. This isn't consistent with the
per-program _CXXFLAGS which do not get passed to the linker. Is this
all as intended?
Cheers
Will
Alexandre Duret-Lutz wrote:
"William" == William S Fulton <[EMAIL PROTECTED]> writes:
William> A question about groups of files in subdirectories. I
William> would like Automake's generated Makefiles to compile
William> groups of files using different include
A question about groups of files in subdirectories. I would like
Automake's generated Makefiles to compile groups of files using
different include directories, that is, different INCLUDES (AM_CFLAGS)
for each group. Each group is in a different subdirectory. Is this
possible without using the