Changeset 172 for ThirdParty/Blas/trunk/configure
- Timestamp:
- Dec 9, 2006 1:37:58 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/configure
r168 r172 473 473 #endif" 474 474 475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL LT_LDFLAGS RPATH_FLAGS LIBEXT VPATH_DISTCLEANFILES LIBOBJS LTLIBOBJS'475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ADDLIBS FADDLIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 FFLAGS ac_ct_F77 MPIF77 EGREP INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 20048 20048 20049 20049 20050 else 20051 20052 { echo "$as_me:$LINENO: Using libtool script in directory $coin_config_dir" >&5 20053 echo "$as_me: Using libtool script in directory $coin_config_dir" >&6;} 20054 # get all missing information from the config.log file 20055 20056 # output variables and defines 20057 as_save_IFS=$IFS 20058 IFS=' 20059 ' 20060 for oneline in `cat $coin_config_dir/config.status`; do 20061 case "$oneline" in 20062 # First some automake conditionals 20063 s,@am__fastdep* | s,@AR@* | s,@CPP@* | s,@CPPFLAGS@* | s,@CXXCPP@* | \ 20064 s,@RANLIB@* | s,@STRIP@* | s,@ac_ct_AR@* | s,@ac_ct_RANLIB@* | \ 20065 s,@ac_ct_STRIP@* | s,@host* | s,@LN_S@* ) 20066 command=`echo $oneline | sed -e 's/^s,@//' -e 's/@,/="/' -e 's/,;t t/"/'` 20067 # echo "$command" 20068 eval "$command" 20069 ;; 20070 s,@DEFS@* ) 20071 command=`echo $oneline | sed -e 's/^s,@DEFS@,/defsline="/' -e 's/,;t t/"/'` 20072 # echo "$command" 20073 eval "$command" 20074 ;; 20075 esac 20076 done 20077 IFS=$as_save_IFS 20078 20079 # And some defines (assuming here that the packages base dir 20080 # doesn't have a config.h file 20081 for word in $defsline; do 20082 # echo word $word 20083 case $word in 20084 -DHAVE_[A-Z_]*_H=1 | -DSTDC_HEADERS=1 ) 20085 i=`echo $word | sed -e 's/-D/#define /' -e 's/=/ /'` 20086 # echo dd $i 20087 echo $i >>confdefs.h 20088 ;; 20089 esac 20090 done 20091 fi 20092 20093 # ToDo 20094 # For now, don't use the -no-undefined flag, since the Makefiles are 20095 # not yet set up that way. But we need to fix this, when we want 20096 # to comile DLLs under Windows. 20097 LT_LDFLAGS= 20098 20099 20100 # set RPATH_FLAGS to the compiler link flags required to hardcode location 20101 # of the shared objects 20102 RPATH_FLAGS= 20050 # set RPATH_FLAGS to the compiler link flags required to hardcode location 20051 # of the shared objects 20052 RPATH_FLAGS= 20103 20053 20104 20054 if test $enable_shared = yes; then … … 20140 20090 20141 20091 20092 20093 else 20094 20095 { echo "$as_me:$LINENO: Using libtool script in directory $coin_config_dir" >&5 20096 echo "$as_me: Using libtool script in directory $coin_config_dir" >&6;} 20097 # get all missing information from the config.log file 20098 20099 # output variables and defines 20100 as_save_IFS=$IFS 20101 IFS=' 20102 ' 20103 for oneline in `cat $coin_config_dir/config.status`; do 20104 case "$oneline" in 20105 # First some automake conditionals 20106 s,@am__fastdep* | s,@AR@* | s,@CPP@* | s,@CPPFLAGS@* | s,@CXXCPP@* | \ 20107 s,@RANLIB@* | s,@STRIP@* | s,@ac_ct_AR@* | s,@ac_ct_RANLIB@* | \ 20108 s,@ac_ct_STRIP@* | s,@host* | s,@LN_S@* | s,@RPATH_FLAGS@* ) 20109 command=`echo $oneline | sed -e 's/^s,@//' -e 's/@,/="/' -e 's/,;t t/"/'` 20110 # echo "$command" 20111 eval "$command" 20112 ;; 20113 s,@DEFS@* ) 20114 command=`echo $oneline | sed -e 's/^s,@DEFS@,/defsline="/' -e 's/,;t t/"/'` 20115 # echo "$command" 20116 eval "$command" 20117 ;; 20118 esac 20119 done 20120 IFS=$as_save_IFS 20121 20122 # And some defines (assuming here that the packages base dir 20123 # doesn't have a config.h file 20124 for word in $defsline; do 20125 # echo word $word 20126 case $word in 20127 -DHAVE_[A-Z_]*_H=1 | -DSTDC_HEADERS=1 ) 20128 i=`echo $word | sed -e 's/-D/#define /' -e 's/=/ /'` 20129 # echo dd $i 20130 echo $i >>confdefs.h 20131 ;; 20132 esac 20133 done 20134 fi 20135 20136 # ToDo 20137 # For now, don't use the -no-undefined flag, since the Makefiles are 20138 # not yet set up that way. But we need to fix this, when we want 20139 # to comile DLLs under Windows. 20140 LT_LDFLAGS= 20142 20141 20143 20142 … … 20949 20948 s,@CXXCPP@,$CXXCPP,;t t 20950 20949 s,@LIBTOOL@,$LIBTOOL,;t t 20950 s,@RPATH_FLAGS@,$RPATH_FLAGS,;t t 20951 20951 s,@LT_LDFLAGS@,$LT_LDFLAGS,;t t 20952 s,@RPATH_FLAGS@,$RPATH_FLAGS,;t t20953 20952 s,@LIBEXT@,$LIBEXT,;t t 20954 20953 s,@VPATH_DISTCLEANFILES@,$VPATH_DISTCLEANFILES,;t t
Note: See TracChangeset
for help on using the changeset viewer.