Re: Adding an external project to autoconf

2009-09-09 Thread Marshall B. Rogers
Hi, I had a quick look at newlib's autotools setup just now. It uses AC_CONFIG_SUBDIRS, but does not add the directories it configures to the SUBDIRS in Makefile.in. Is it safe to assume that this is the correct behavior? Regards, Marshall On Wed, Sep 9, 2009 at 11:33 AM, Dan Smithers wrote: >

Default host other than local system

2010-01-15 Thread Marshall B. Rogers
Hey, Is it possible for autoconf to use a predefined value as the default host (unless overridden) instead of the system configure is being run on? I know this goes a little against the principle of autoconf, but I have a few projects which target specifically one highly specialized embedded platf