AW: prefix

2005-12-02 Thread Roesner Thomas
Dear Keith, Thank you for your hint, "ac_default_prefix=`pwd`" works fine. I had the same in with uppercase, and it did not work. Kind Regards Thomas Roesner -Ursprüngliche Nachricht- Von: Keith Marshall [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 1. Dezember 2005 22:52 An: Roesner

Re: AW: prefix

2005-12-02 Thread Keith Marshall
On Friday 02 December 2005 9:14 am, Roesner Thomas wrote: > Thank you for your hint, "ac_default_prefix=`pwd`" works fine. > I had the same in with uppercase, and it did not work. No. It's just an ordinary Bourne shell variable assignment, so is case sensitive. Most autoconf local variable name

Fwd: AC_FC_LIBRARY_LDFLAGS

2005-12-02 Thread Christopher Hulbert
I couldn't find any other solution to this, but when getting the library flags of pgf90 with -Mconcur or -Mipa (Runs pgipa) there is an empty -l in an ignore string pasted below. This messes up the FCLIBS later and makes the compiler complain because it lumps the next argument as the library name.

AC_FC_LIBRARY_LDFLAGS

2005-12-02 Thread Christopher Hulbert
I couldn't find any other solution to this, but when getting the library flags of pgf90 with -Mconcur (Runs pgipa) there is an empty -l in an ignore string pasted below. This messes up the FCLIBS later and makes the compiler complain becuase it lumps the next argument as the library name. /usr/lo

AC_FC_LIBRARY_LDFLAGS

2005-12-02 Thread Christopher Hulbert
I was able to include it by changing the fortran.m4 in the autoconf source and recompiling. ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf

Re: Handling of extra macros

2005-12-02 Thread Patrick Welche
On Thu, Dec 01, 2005 at 04:26:40PM -0800, Russ Allbery wrote: > Patrick Welche <[EMAIL PROTECTED]> writes: > > > Isn't the long term goal "aclocal must be subsumed into autoconf"? What > > is preventing this from happening sooner rather than later? > > I never really understood why one would want

Re: AW: prefix

2005-12-02 Thread Thomas Dickey
On Fri, 2 Dec 2005, Keith Marshall wrote: BTW, I don't think ac_default_prefix is officially documented -- its use can be discovered by inspecting any generated configure script. Do beware that, as an undocumented feature, it may not be supported by future autoconf versions. Furthermore, even

Re: weird ksh eval behavior

2005-12-02 Thread Ralf Wildenhues
* Otto Moerbeek wrote on Thu, Dec 01, 2005 at 11:17:01PM CET: > On Thu, 1 Dec 2005, Matthias Kilian wrote: > > On Thu, Dec 01, 2005 at 08:43:31PM +0100, Ralf Wildenhues wrote: > > > With ash-0.3.8, OpenBSD 3.8 'sh' and 'ksh' PD KSH v5.2.14 99/07/13.2, > > > > > > $ false; eval 'foo=$?'; echo $foo

Re: AW: prefix

2005-12-02 Thread Andreas Schwab
Keith Marshall <[EMAIL PROTECTED]> writes: > BTW, I don't think ac_default_prefix is officially documented But AC_PREFIX_DEFAULT is. -- Macro: AC_PREFIX_DEFAULT (PREFIX) Set the default installation prefix to PREFIX instead of `/usr/local'. Andreas. -- Andreas Schwab, SuSE Labs, [E

Re: AW: prefix

2005-12-02 Thread Keith Marshall
On Friday 02 December 2005 5:01 pm, Andreas Schwab wrote: > Keith Marshall <[EMAIL PROTECTED]> writes: > > BTW, I don't think ac_default_prefix is officially documented > > But AC_PREFIX_DEFAULT is. > > -- Macro: AC_PREFIX_DEFAULT (PREFIX) > Set the default installation prefix to PREFIX inste

AC_FC_LIBRARY_LDFLAGS

2005-12-02 Thread Christopher Hulbert
I couldn't find any other solution to this, but when getting the library flags of pgf90 with -Mconcur or -Mipa (Runs pgipa) there is an empty -l in an ignore string pasted below. This messes up the FCLIBS later and makes the compiler complain because it lumps the next argument as the library name.

Re: weird ksh eval behavior

2005-12-02 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > * lib/m4sugar/m4sh.m4 (_AS_BOURNE_COMPATIBLE): Try `set -o > posix' unconditionally, for pdksh in `native sh' emulation. Thanks; I installed that into Autoconf. --- m4sh.m4 6 Sep 2005 15:37:55 - 1.151 +++ m4sh.m4 2 D