Changeset 1385 for issm/trunk/autom4te.cache/output.0
- Timestamp:
- 07/27/09 14:15:58 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/autom4te.cache/output.0
r1378 r1385 723 723 MATHLIB 724 724 FORTRANLIB 725 GRAPHICSLIB 725 726 LIB@&t@OBJS 726 727 LTLIBOBJS' … … 1360 1361 --with-fortran-lib = options 1361 1362 fortran options, for ex: "/usr/lib/gfortran.a 1363 --with-graphics-lib = options 1364 graphics options, for ex: "/usr/X11/lib/libX11.a 1362 1365 1363 1366 Some influential environment variables: … … 7151 7154 cat >>confdefs.h <<\_ACEOF 7152 7155 @%:@define _HAVE_FORTRAN_ 1 7156 _ACEOF 7157 7158 7159 fi 7160 { echo "$as_me:$LINENO: result: done" >&5 7161 echo "${ECHO_T}done" >&6; } 7162 7163 { echo "$as_me:$LINENO: checking for graphics library..." >&5 7164 echo $ECHO_N "checking for graphics library...... $ECHO_C" >&6; } 7165 7166 # Check whether --with-graphics-lib was given. 7167 if test "${with_graphics_lib+set}" = set; then 7168 withval=$with_graphics_lib; GRAPHICS_LIB=$withval 7169 else 7170 GRAPHICS_LIB="" 7171 fi 7172 7173 7174 if test -n "$GRAPHICS_LIB" ; then 7175 HAVE_GRAPHICS=yes 7176 GRAPHICSLIB="$GRAPHICS_LIB" 7177 7178 7179 cat >>confdefs.h <<\_ACEOF 7180 @%:@define _HAVE_GRAPHICS_ 1 7153 7181 _ACEOF 7154 7182 … … 8020 8048 MATHLIB!$MATHLIB$ac_delim 8021 8049 FORTRANLIB!$FORTRANLIB$ac_delim 8050 GRAPHICSLIB!$GRAPHICSLIB$ac_delim 8022 8051 LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim 8023 8052 LTLIBOBJS!$LTLIBOBJS$ac_delim 8024 8053 _ACEOF 8025 8054 8026 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then8055 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 50; then 8027 8056 break 8028 8057 elif $ac_last_try; then
Note:
See TracChangeset
for help on using the changeset viewer.