Re: Using automake to install config.sub and config.guess

2004-08-06 Thread William S Fulton
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

Re: Using automake to install config.sub and config.guess

2004-08-05 Thread William S Fulton
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

Using automake to install config.sub and config.guess

2004-08-05 Thread William S Fulton
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

Re: CXXFLAGS and linking

2003-01-24 Thread William S Fulton
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

CXXFLAGS and linking

2003-01-23 Thread William S Fulton
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

Re: Specifying include directories for groups of source files

2002-12-14 Thread William S Fulton
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

Specifying include directories for groups of source files

2002-12-04 Thread William S Fulton
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