Ignore:
Timestamp:
07/27/09 14:15:58 (15 years ago)
Author:
seroussi
Message:

end of mac configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/autom4te.cache/output.0

    r1378 r1385  
    723723MATHLIB
    724724FORTRANLIB
     725GRAPHICSLIB
    725726LIB@&t@OBJS
    726727LTLIBOBJS'
     
    13601361  --with-fortran-lib = options
    13611362                          fortran options, for ex: "/usr/lib/gfortran.a
     1363  --with-graphics-lib = options
     1364                          graphics options, for ex: "/usr/X11/lib/libX11.a
    13621365
    13631366Some influential environment variables:
     
    71517154cat >>confdefs.h <<\_ACEOF
    71527155@%:@define _HAVE_FORTRAN_ 1
     7156_ACEOF
     7157
     7158               
     7159        fi
     7160        { echo "$as_me:$LINENO: result: done" >&5
     7161echo "${ECHO_T}done" >&6; }
     7162
     7163                { echo "$as_me:$LINENO: checking for graphics library..." >&5
     7164echo $ECHO_N "checking for graphics library...... $ECHO_C" >&6; }
     7165       
     7166# Check whether --with-graphics-lib was given.
     7167if test "${with_graphics_lib+set}" = set; then
     7168  withval=$with_graphics_lib; GRAPHICS_LIB=$withval
     7169else
     7170  GRAPHICS_LIB=""
     7171fi
     7172
     7173
     7174                if test -n "$GRAPHICS_LIB" ; then
     7175                HAVE_GRAPHICS=yes
     7176                GRAPHICSLIB="$GRAPHICS_LIB"
     7177
     7178               
     7179cat >>confdefs.h <<\_ACEOF
     7180@%:@define _HAVE_GRAPHICS_ 1
    71537181_ACEOF
    71547182
     
    80208048MATHLIB!$MATHLIB$ac_delim
    80218049FORTRANLIB!$FORTRANLIB$ac_delim
     8050GRAPHICSLIB!$GRAPHICSLIB$ac_delim
    80228051LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim
    80238052LTLIBOBJS!$LTLIBOBJS$ac_delim
    80248053_ACEOF
    80258054
    8026   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 49; then
     8055  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 50; then
    80278056    break
    80288057  elif $ac_last_try; then
Note: See TracChangeset for help on using the changeset viewer.