Conditional AC_CONFIG_FILES

2007-02-19 Thread Brian
I *really* want to be able to conditionally specify the files that go into AC_CONFIG_FILES. By using AC_SUBST, I have been able to modalize the files that get listed in DIST_SUBDIRS and SUBDIRS. But I want configure itself to be flexible enough to change its awareness of what it is building. The

Re: autoheader problem

2007-02-19 Thread Daniel
Now I successfully suceed in correcting the problem, thanks again for your help ;-) Daniel On 2/17/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: Hello Daniel, * Daniel wrote on Sat, Feb 17, 2007 at 02:10:55PM CET: > > The process signals me some errors, one of these is related to autoheader.

Re: libstdc++ on solaris / rpath / gnulib's havelib macros

2007-02-19 Thread Albert Chin
On Fri, Feb 16, 2007 at 06:37:58PM -0800, David Byron wrote: > On Friday, February 16, 2007 @ 3:35p, David Byron wrote: > > > For kicks, I tried > > > > AC_LIB_LINKFLAGS([stdc++]) > > > > but I got this error (with extra stuff cut out) > > Sorry to bother everyone...I figured it out: You can d

RE: libstdc++ on solaris / rpath / gnulib's havelib macros

2007-02-19 Thread David Byron
On Monday, February 19, 2007 @ 8:31p, Albert Chin wrote: > On Fri, Feb 16, 2007 at 06:37:58PM -0800, David Byron wrote: > > On Friday, February 16, 2007 @ 3:35p, David Byron wrote: > > > > > For kicks, I tried > > > > > > AC_LIB_LINKFLAGS([stdc++]) > > > > > > but I got this error (with extra s

RE: libstdc++ on solaris / rpath / gnulib's havelib macros

2007-02-19 Thread Benoit Sigoure
Quoting David Byron <[EMAIL PROTECTED]>: On Monday, February 19, 2007 @ 8:31p, Albert Chin wrote: On Fri, Feb 16, 2007 at 06:37:58PM -0800, David Byron wrote: > On Friday, February 16, 2007 @ 3:35p, David Byron wrote: > > > For kicks, I tried > > > > AC_LIB_LINKFLAGS([stdc++]) > > > > but I go