+2005-07-10 Stepan Kasal <kasal@ucw.cz>
+
+ * lib/autoconf/fortran.m4 (_AC_PROG_FC_V_OUTPUT): Document which
+ versions of Portland Group compiler produce single- and double-quoted
+ -cmdline argument. Reported by Steven G. Johnson <stevenj@fftw.org>
+ and Ole Holm Nielsen <Ole.H.Nielsen@fysik.dtu.dk>.
+
2005-07-07 Paul Eggert <eggert@cs.ucla.edu>
* tests/local.at (AT_CONFIG_CMP): Ignore lines like "LIBS=''" too.
ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed 's/"-mGLOB[[^"]]*"/ /g'` ;;
# Portland Group compiler has singly- or doubly-quoted -cmdline argument
+ # Singly-quoted arguments were reported for versions 5.2-4 and 6.0-4.
+ # Doubly-quoted arguments were reported for "PGF90/x86 Linux/x86 5.0-2".
*-cmdline\ \'*)
ac_[]_AC_LANG_ABBREV[]_v_output=`echo $ac_[]_AC_LANG_ABBREV[]_v_output | sed "s/-cmdline *'[[^']]*'/ /g"` ;;
*-cmdline*)