Changeset 1385
- Timestamp:
- 07/27/09 14:15:58 (15 years ago)
- Location:
- issm/trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/Makefile.in
r1378 r1385 104 104 FLIBS = @FLIBS@ 105 105 FORTRANLIB = @FORTRANLIB@ 106 GRAPHICSLIB = @GRAPHICSLIB@ 106 107 INSTALL = @INSTALL@ 107 108 INSTALL_DATA = @INSTALL_DATA@ -
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 -
issm/trunk/autom4te.cache/output.1
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 -
issm/trunk/autom4te.cache/traces.0
r1378 r1385 512 512 AC_SUBST([am__untar]) 513 513 ]) 514 m4trace:m4/issm_options.m4:4 74: -1- AC_DEFUN([ISSM_OPTIONS], [514 m4trace:m4/issm_options.m4:491: -1- AC_DEFUN([ISSM_OPTIONS], [ 515 515 dnl Debugging option check. 516 516 AC_ARG_ENABLE([debugging],AS_HELP_STRING([--enable-debugging], … … 980 980 AC_DEFINE([_HAVE_FORTRAN_],[1],[with FORTRAN in ISSM src]) 981 981 AC_SUBST([FORTRANLIB]) 982 fi 983 AC_MSG_RESULT(done) 984 985 dnl graphics library option 986 AC_MSG_CHECKING(for graphics library...) 987 AC_ARG_WITH([graphics-lib], 988 AS_HELP_STRING([--with-graphics-lib = options], 989 [graphics options, for ex: "/usr/X11/lib/libX11.a]), 990 [GRAPHICS_LIB=$withval],[GRAPHICS_LIB=""]) 991 992 dnl check that --with-graphics-lib may have been provided 993 if test -n "$GRAPHICS_LIB" ; then 994 HAVE_GRAPHICS=yes 995 GRAPHICSLIB="$GRAPHICS_LIB" 996 997 AC_DEFINE([_HAVE_GRAPHICS_],[1],[with GRAPHICS in ISSM src]) 998 AC_SUBST([GRAPHICSLIB]) 982 999 fi 983 1000 AC_MSG_RESULT(done) … … 1912 1929 m4/matlab.m4:469: AX_MATLAB is expanded from... 1913 1930 m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from... 1914 m4/issm_options.m4:4 74: ISSM_OPTIONS is expanded from...1931 m4/issm_options.m4:491: ISSM_OPTIONS is expanded from... 1915 1932 configure.ac:12: the top level]) 1916 1933 m4trace:configure.ac:12: -1- m4_pattern_allow([^HAVE_MATLAB$]) … … 1966 1983 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_FORTRAN_$]) 1967 1984 m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$]) 1985 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_GRAPHICS_$]) 1986 m4trace:configure.ac:12: -1- m4_pattern_allow([^GRAPHICSLIB$]) 1968 1987 m4trace:configure.ac:18: -1- m4_pattern_allow([^LIB@&t@OBJS$]) 1969 1988 m4trace:configure.ac:18: -1- m4_pattern_allow([^LTLIBOBJS$]) -
issm/trunk/autom4te.cache/traces.1
r1378 r1385 483 483 m4/matlab.m4:469: AX_MATLAB is expanded from... 484 484 m4/matlab.m4:323: AX_MATLAB_VERSION is expanded from... 485 m4/issm_options.m4:4 74: ISSM_OPTIONS is expanded from...485 m4/issm_options.m4:491: ISSM_OPTIONS is expanded from... 486 486 configure.ac:12: the top level]) 487 487 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MATLAB]) … … 653 653 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([FORTRANLIB]) 654 654 m4trace:configure.ac:12: -1- m4_pattern_allow([^FORTRANLIB$]) 655 m4trace:configure.ac:12: -1- AC_DEFINE_TRACE_LITERAL([_HAVE_GRAPHICS_]) 656 m4trace:configure.ac:12: -1- m4_pattern_allow([^_HAVE_GRAPHICS_$]) 657 m4trace:configure.ac:12: -1- AH_OUTPUT([_HAVE_GRAPHICS_], [/* with GRAPHICS in ISSM src */ 658 #undef _HAVE_GRAPHICS_]) 659 m4trace:configure.ac:12: -1- AC_SUBST([GRAPHICSLIB]) 660 m4trace:configure.ac:12: -1- AC_SUBST_TRACE([GRAPHICSLIB]) 661 m4trace:configure.ac:12: -1- m4_pattern_allow([^GRAPHICSLIB$]) 655 662 m4trace:configure.ac:17: -1- AC_CONFIG_FILES([Makefile 656 663 src/Makefile -
issm/trunk/bin/Makefile.in
r1378 r1385 77 77 FLIBS = @FLIBS@ 78 78 FORTRANLIB = @FORTRANLIB@ 79 GRAPHICSLIB = @GRAPHICSLIB@ 79 80 INSTALL = @INSTALL@ 80 81 INSTALL_DATA = @INSTALL_DATA@ -
issm/trunk/config.h.in
r1378 r1385 55 55 #undef _HAVE_FORTRAN_ 56 56 57 /* with GRAPHICS in ISSM src */ 58 #undef _HAVE_GRAPHICS_ 59 57 60 /* with MATH in ISSM src */ 58 61 #undef _HAVE_MATH_
Note:
See TracChangeset
for help on using the changeset viewer.