From: Rafael L. <rla...@us...> - 2001-04-12 13:28:09
|
Update of /cvsroot/plplot/plplot In directory usw-pr-cvs1:/tmp/cvs-serv28303 Modified Files: Tag: AM-LT configure.in Log Message: Added support for F77 bindings build & install on branch AM-LT. Optional compilation is available through option --enable-f77. Availability of the m4 preprocessor program is checked using AC_CHECK_PROGS (this is not done in the MAIN trunk, but it should). Checking for a f77 compiler (AC_PROG_F77) is done conditioned to $enable_f77 = yes. |