Update of /cvsroot/plplot/plplot/cf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27432
Modified Files:
summary.ac
Log Message:
More informative f95-related messages.
Index: summary.ac
===================================================================
RCS file: /cvsroot/plplot/plplot/cf/summary.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- summary.ac 7 May 2006 22:36:13 -0000 1.8
+++ summary.ac 12 May 2006 19:08:38 -0000 1.9
@@ -57,6 +57,12 @@
F77 FFLAGS: $F77 $FFLAGS"
fi
+if test "$enable_f95" = "yes"; then
+ plplot_config_result_msg=\
+"$plplot_config_result_msg
+FC FCLAGS: $FC $FCFLAGS"
+fi
+
plplot_config_result_msg=\
"$plplot_config_result_msg
LIB_TAG: $LIB_TAG
@@ -78,10 +84,11 @@
with_freetype: $with_freetype with_pthreads: $with_pthreads
Language Bindings:
+enable_f77: $enable_f77 enable_f95: $enable_f95
+enable_cxx: $enable_cxx enable_java: $enable_java
+enable_python: $enable_python enable_octave: $enable_octave
enable_tcl: $enable_tcl enable_itcl: $enable_itcl
-enable_cxx: $enable_cxx enable_f77: $enable_f77
-enable_java: $enable_java enable_python: $enable_python
-enable_octave: $enable_octave enable_pdl: $enable_pdl
+enable_pdl: $enable_pdl
"
cat << EOF > config.summary
|