Re: Testresults for sparc-sun-solaris2.6

2008-12-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Simon Josefsson on 12/20/2008 6:00 AM: >> ./test-parse-duration.sh: -u3: is not an identifier >> FAIL: test-parse-duration.sh > > The problem seems to be: > >while read -u3 line > > Possibly the -u parameter to read isn't portable?

Re: including autoconf paths in source

2008-12-20 Thread Jan Engelhardt
On Saturday 2008-12-20 19:57, Monty Taylor wrote: > >This is what we've been doing so far. It's not terrible, but it does >make for a rather long and ugly command line. While there are no "response" files as there were for DOS compilers (because of the limited command line length), you can use:

Re: including autoconf paths in source

2008-12-20 Thread Monty Taylor
John Calcote wrote: > Ralf, First of all... thanks guys... > The trouble with your approach is that it doesn't solve the original > poster's issue. The issue was that when such variables are expanded into > config.h using the regular AC_DEFINE mechanism, environment variables > don't get expanded

Re: including autoconf paths in source

2008-12-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Monty Taylor on 12/20/2008 11:57 AM: > > I'm wondering if it would be worthwhile to add an AC_DEFINE form, like > AC_DEFINE_EXPANDED, that would fully-expand things before putting them > in config.h. No, because that would violate GNU Co

Re: including autoconf paths in source

2008-12-20 Thread Monty Taylor
Eric Blake wrote: > According to Monty Taylor on 12/20/2008 11:57 AM: >> I'm wondering if it would be worthwhile to add an AC_DEFINE form, like >> AC_DEFINE_EXPANDED, that would fully-expand things before putting them >> in config.h. > > No, because that would violate GNU Coding Standards that the