Re: FLIBS (AC_F77_LIBRARY_LDFLAGS) in CVS

2000-06-08 Thread Akim Demaille
> "Steven" == Steven G Johnson <[EMAIL PROTECTED]> writes: Steven> I've never heard of anyone using .fpp either, and .F is fairly Steven> standard (as standard as things get with Fortran) for Steven> preprocessed Fortran code. So we do mean .f, not .F. Thanks! Akim

Re: FLIBS (AC_F77_LIBRARY_LDFLAGS) in CVS

2000-06-08 Thread Akim Demaille
> "Steven" == Steven G Johnson <[EMAIL PROTECTED]> writes: Steven> So, there's probably some subtle error with the various evals Steven> and redirects and pipes in the new version. Surely we have a Steven> sh guru who can identify the problem? Yep, that would help :) Here is a small test c

Invoking config.status from subdirectory

2000-06-08 Thread Peter Eisentraut
Following the suggestions in the manual, I create a rule like GNUmakefile: GNUmakefile.in $(top_builddir)/config.status cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status to automatically rebuild the makefiles. The above won't work in a subdirectory, so how about GNUm

Re: FLIBS (AC_F77_LIBRARY_LDFLAGS) in CVS

2000-06-08 Thread Steven G. Johnson
The following construction works (e.g. in bash, ash, IRIX sh, AIX sh, UNICOS sh): ac_link_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` Apparently "eval" operates in some sort of sub-shell that doesn't see the reassignments from "exec"? That's the only explanation I could think of...the

Re: FLIBS (AC_F77_LIBRARY_LDFLAGS) in CVS

2000-06-08 Thread Paul Martinolich
Okay, maybe I don't know how to use CVS, but I just did this: $ cvs -z9 -d :pserver:[EMAIL PROTECTED]:/cvs update autoconf cvs server: Updating autoconf P autoconf/ChangeLog P autoconf/NEWS P autoconf/acgeneral.m4 P autoconf/aclang.m4 P autoconf/acspecific.m4 cvs s

CALLBACK - Brasil-EUA apenas US$0,24 p/ minuto!

2000-06-08 Thread CallBack
ECONOMIZE ATÉ 80% EM SUAS LIGAÇŐES INTERNACIONAIS! Chega ao Brasil a ONE WORLD COMMUNICATIONS, Empresa líder em reduçăo de Tarifas Telefônicas Internacionais - CallBack. A One World Communications (OWC), fundada em 1994, possui escritórios em 10 paí

Re: FLIBS (AC_F77_LIBRARY_LDFLAGS) in CVS

2000-06-08 Thread Steven G. Johnson
>Okay, maybe I don't know how to use CVS, but I just did this: >$ cvs -z9 -d :pserver:[EMAIL PROTECTED]:/cvs update autoconf No, my proposed fix is not checked in; you need to apply it manually. (The ChangeLog entry with my name on it was for a different issue.) (I am not a maintainer; I ca

About config.site

2000-06-08 Thread Peter Eisentraut
I'd find it *immensely* helpful if configure also looked for a config.site (or an equivalent file of different name) in the current directory. This would especially be helpful to developers and semi-developers who frequently update via CVS and re-configure all the time. I know there's this config.

Re: About config.site

2000-06-08 Thread Harlan Stenn
I'll go further. I'd like to see several layers of config.site available. I'm starting to use "modules" at more places to handle software installation, and it would be helpful to set general things like: prefix=/opt/pkg/@PACKAGE@/@VERSION@ once at a global level, and then, for example,