#! /bin/sh
-# From configure.in Revision: 1.63
+# From configure.in Revision: 1.64
F77_VERSION="SunF77"
F77FLAGSG="$FFLAGS -silent -g"
F77FLAGSO="$FFLAGS -silent -O3 -w"
- LIBSS="$LIBS -lF77 -lsunmath -lM77"
+ LIBS="$LIBS -lF77 -lsunmath -lM77"
if test $enableshared = yes ; then
F77FLAGSG="$F77FLAGSG -PIC"
F77_VERSION="MIPSproF77"
F77FLAGSG="$FFLAGS -ansi -g"
F77FLAGSO="$FFLAGS -O3 -woffall"
- LIBSS="$LIBS -lftn"
+ LIBS="$LIBS -lftn"
if test $enableshared = yes ; then
F77FLAGSG="$F77FLAGSG -shared -KPIC"
F77_VERSION="SunF77"
F77FLAGSG="$FFLAGS -silent -g"
F77FLAGSO="$FFLAGS -silent -O3 -w"
- LIBSS="$LIBS -lF77 -lsunmath -lM77"
+ LIBS="$LIBS -lF77 -lsunmath -lM77"
dnl If necessary, add shared lib flags
if test $enableshared = yes ; then
F77_VERSION="MIPSproF77"
F77FLAGSG="$FFLAGS -ansi -g"
F77FLAGSO="$FFLAGS -O3 -woffall"
- LIBSS="$LIBS -lftn"
+ LIBS="$LIBS -lftn"
dnl If necessary, add shared lib flags
if test $enableshared = yes ; then
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams