Re: distcheck bug

2004-07-20 Thread Thomas Treadway
"make -s" doesn't seem to stop echoing of install and ranlib commands. Can this behavior be over ridden? trt -- Thomas R. Treadway Computer Scientist Lawrence Livermore Nat'l Lab 7000 East Avenue, L-365 Livermore, CA 94550-0611

Re: distcheck bug

2004-07-16 Thread Andreas Schwab
Bob Friesenhahn <[EMAIL PROTECTED]> writes: >eval isset=$\{`echo $var`'+set'\} This is equivalent to eval isset=\${$var+set} Andreas. -- Andreas Schwab, SuSE Labs, [EMAIL PROTECTED] SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany Key fingerprint = 58CA 54C7 6D53 942B 1756 01

Re: distcheck bug

2004-07-15 Thread Bob Friesenhahn
On Fri, 16 Jul 2004, Andrew Suffield wrote: I habitually do something like this anyway (duplicated for every variable I mangle in configure): orig_CFLAGS="$CFLAGS" [detect some stuff...] CFLAGS="$foo_CFLAGS $bar_CFLAGS $orig_CFLAGS" [detect some more stuff...] CFLAGS="$foo_CFLAGS $bar_CFLAGS $baz_C

Re: distcheck bug

2004-07-15 Thread Andrew Suffield
On Thu, Jul 15, 2004 at 05:28:30PM -0500, Bob Friesenhahn wrote: > On Thu, 15 Jul 2004, Bob Friesenhahn wrote: > > > >It seems that LDFLAGS is being passed but not CC and CXX even though those > >were also specified on the configure command line. Why aren't all the > >standard Autoconf variables

Re: distcheck bug

2004-07-15 Thread Bob Friesenhahn
On Thu, 15 Jul 2004, Bob Friesenhahn wrote: It seems that LDFLAGS is being passed but not CC and CXX even though those were also specified on the configure command line. Why aren't all the standard Autoconf variables saved and replayed? I was wrong. It seems that the user specified LDFLAGS is n

Re: distcheck bug

2004-07-15 Thread Bob Friesenhahn
On Fri, 16 Jul 2004, Alexandre Duret-Lutz wrote: "Bob" == Bob Friesenhahn <[EMAIL PROTECTED]> writes: Bob> There is an Automake bug in 'make distcheck' which is causing me Bob> considerable pain. See DISTCHECK_CONFIGURE_FLAGS is the manual. Interesting. So if I want Automake to re-use the standard

Re: distcheck bug

2004-07-15 Thread Alexandre Duret-Lutz
>>> "Bob" == Bob Friesenhahn <[EMAIL PROTECTED]> writes: Bob> There is an Automake bug in 'make distcheck' which is causing me Bob> considerable pain. See DISTCHECK_CONFIGURE_FLAGS is the manual. -- Alexandre Duret-Lutz

distcheck bug

2004-07-15 Thread Bob Friesenhahn
There is an Automake bug in 'make distcheck' which is causing me considerable pain. The problem is that while configuring subordinate builds, Automake allows configure to use any old compiler rather than the one specified with CC or CXX while configuring the project. In spite of using any old