FC and F77 at the same time?

2005-11-09 Thread Ed Hartnett
Howdy all! My configure.ac file contains the following: # We must call AC_PROG_F77 here, otherwise the LIBTOOL macro below # will call it, and reset F77 to g77. AC_PROG_F77([xlf f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran frt pgf77 f77 fort77 fl32 af77 f90 xlf90 pgf90 epcf90 g77]) if tes

Re: CONFIG_SHELL and `./config.status --recheck'

2005-11-09 Thread Ralf Wildenhues
Hi Paul, * Paul Eggert wrote on Mon, Nov 07, 2005 at 03:11:26AM CET: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > > One possibility would be to restart once with /bin/sh, or, if part of > > the environment, with CONFIG_SHELL, or, after parsing the command line, > > with CONFIG_SHELL, if that

Re: CONFIG_SHELL and `./config.status --recheck'

2005-11-09 Thread Paul Eggert
That patch looks good to me, except: > + CONFIG_SHELL=$SHELL exec $SHELL $[0] $ac_configure_args > \$ac_configure_extra_args --no-create --no-recursion Many shells treat "A=B exec COMMAND" differently; they ignore the assignment. For example, ksh M-11/16/88i, or Solaris 10 /bin/sh. I suspect t

using m4_pattern_allow

2005-11-09 Thread Manish Marathe
How do i use m4_pattern_allow when I do autoconf ? ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf