Changeset 3141
- Timestamp:
- Dec 16, 2013 9:44:00 AM (7 years ago)
- Location:
- ThirdParty/ASL/stable/1.2
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/stable/1.2
- Property svn:mergeinfo changed
/ThirdParty/ASL/trunk merged: 3096,3117,3129
- Property svn:mergeinfo changed
-
ThirdParty/ASL/stable/1.2/Makefile.am
r2307 r3141 26 26 # This is for libtool 27 27 libcoinasl_la_LDFLAGS = $(LT_LDFLAGS) 28 29 else 30 libcoinasl_la_LIBADD = 31 libcoinasl_la_LDFLAGS = 32 endif 33 34 if DEPENDENCY_LINKING 35 libcoinasl_la_LIBADD += $(ASL_PCLIBS) 36 if HOST_IS_CYGWIN 37 libcoinasl_la_LDFLAGS += -Wl,--export-all-symbols 38 endif 28 39 endif 29 40 … … 39 50 $(AMPLSOLVER_A): 40 51 ./compile_MS_ASL 41 42 52 else 43 53 $(AMPLSOLVER_A): … … 54 64 echo "non_pic_object='$$i'" >> $$lofile ; \ 55 65 done ; cd .. 56 $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -rpath $(libdir) $(LT_LDFLAGS) linkdir/*.lo 66 $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -rpath $(libdir) $(LT_LDFLAGS) linkdir/*.lo $(libcoinasl_la_LIBADD) $(libcoinasl_la_LDFLAGS) 57 67 rm -rf linkdir 58 68 … … 62 72 $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) libcoinasl.la "$(DESTDIR)$(libdir)/libcoinasl.la"; \ 63 73 fi 64 74 65 75 uninstall-local: 66 76 $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/libcoinasl.la" -
ThirdParty/ASL/stable/1.2/Makefile.in
r3065 r3141 61 61 build_triplet = @build@ 62 62 host_triplet = @host@ 63 @COIN_CC_IS_CL_FALSE@am__append_1 = libcoinasl.la 63 @COIN_CC_IS_CL_FALSE@libcoinasl_la_DEPENDENCIES = \ 64 @COIN_CC_IS_CL_FALSE@ $(am__DEPENDENCIES_2) 65 @DEPENDENCY_LINKING_TRUE@am__append_1 = $(ASL_PCLIBS) 66 @DEPENDENCY_LINKING_TRUE@@HOST_IS_CYGWIN_TRUE@am__append_2 = -Wl,--export-all-symbols 67 @COIN_CC_IS_CL_FALSE@am__append_3 = libcoinasl.la 64 68 DIST_COMMON = $(am__configure_deps) $(srcdir)/BuildTools/Makemain.inc \ 65 69 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ … … 68 72 $(thirdpartyinclude_HEADERS) $(top_srcdir)/configure \ 69 73 config.guess config.sub depcomp install-sh ltmain.sh missing 70 @HAVE_EXTERNALS_TRUE@am__append_ 2= Dependencies71 @HAVE_EXTERNALS_TRUE@am__append_ 3= .Dependencies-stamp74 @HAVE_EXTERNALS_TRUE@am__append_4 = Dependencies 75 @HAVE_EXTERNALS_TRUE@am__append_5 = .Dependencies-stamp 72 76 subdir = . 73 77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 … … 92 96 LTLIBRARIES = $(lib_LTLIBRARIES) 93 97 am__DEPENDENCIES_1 = 98 @DEPENDENCY_LINKING_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) 94 99 am_libcoinasl_la_OBJECTS = 95 100 libcoinasl_la_OBJECTS = $(am_libcoinasl_la_OBJECTS) … … 174 179 HAVE_EXTERNALS_FALSE = @HAVE_EXTERNALS_FALSE@ 175 180 HAVE_EXTERNALS_TRUE = @HAVE_EXTERNALS_TRUE@ 181 HOST_IS_CYGWIN_FALSE = @HOST_IS_CYGWIN_FALSE@ 182 HOST_IS_CYGWIN_TRUE = @HOST_IS_CYGWIN_TRUE@ 183 HOST_TYPE = @HOST_TYPE@ 176 184 INSTALL_DATA = @INSTALL_DATA@ 177 185 INSTALL_PROGRAM = @INSTALL_PROGRAM@ … … 265 273 target_alias = @target_alias@ 266 274 AUTOMAKE_OPTIONS = foreign 267 EXTRA_DIST = get.ASL INSTALL.ASL $(am__append_ 2)275 EXTRA_DIST = get.ASL INSTALL.ASL $(am__append_4) 268 276 @COIN_CC_IS_CL_TRUE@lib_LTLIBRARIES = libcoinasl.la 269 277 @COIN_CC_IS_CL_TRUE@libcoinasl_la_SOURCES = 270 @COIN_CC_IS_CL_TRUE@libcoinasl_la_LIBADD = $(AMPLSOLVER_A) 278 @COIN_CC_IS_CL_FALSE@libcoinasl_la_LIBADD = $(am__append_1) 279 @COIN_CC_IS_CL_TRUE@libcoinasl_la_LIBADD = $(AMPLSOLVER_A) \ 280 @COIN_CC_IS_CL_TRUE@ $(am__append_1) 271 281 @COIN_CC_IS_CL_TRUE@libcoinasl_la_DEPENDENCIES = $(AMPLSOLVER_A) 282 @COIN_CC_IS_CL_FALSE@libcoinasl_la_LDFLAGS = $(am__append_2) 272 283 273 284 # This is for libtool 274 @COIN_CC_IS_CL_TRUE@libcoinasl_la_LDFLAGS = $(LT_LDFLAGS) 285 @COIN_CC_IS_CL_TRUE@libcoinasl_la_LDFLAGS = $(LT_LDFLAGS) \ 286 @COIN_CC_IS_CL_TRUE@ $(am__append_2) 275 287 276 288 ######################################################################## … … 278 290 ######################################################################## 279 291 compdir = compdir 280 alltargets = stdio1.h arith.h funcadd0.$(OBJEXT) $(am__append_ 1)292 alltargets = stdio1.h arith.h funcadd0.$(OBJEXT) $(am__append_3) 281 293 thirdpartyincludedir = $(includedir)/coin/ThirdParty 282 294 thirdpartyinclude_HEADERS = \ … … 294 306 295 307 # Files that are generated and should be cleaned with make distclean 296 DISTCLEANFILES = $(am__append_ 3) $(VPATH_DISTCLEANFILES)308 DISTCLEANFILES = $(am__append_5) $(VPATH_DISTCLEANFILES) 297 309 DocFiles = README AUTHORS LICENSE 298 310 DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME) … … 707 719 @COIN_CC_IS_CL_TRUE@$(AMPLSOLVER_A): 708 720 @COIN_CC_IS_CL_TRUE@ ./compile_MS_ASL 709 710 721 @COIN_CC_IS_CL_FALSE@$(AMPLSOLVER_A): 711 722 @COIN_CC_IS_CL_FALSE@ ./compile_Unix_ASL … … 721 732 @COIN_CC_IS_CL_FALSE@ echo "non_pic_object='$$i'" >> $$lofile ; \ 722 733 @COIN_CC_IS_CL_FALSE@ done ; cd .. 723 @COIN_CC_IS_CL_FALSE@ $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -rpath $(libdir) $(LT_LDFLAGS) linkdir/*.lo 734 @COIN_CC_IS_CL_FALSE@ $(LIBTOOL) --tag=CC --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -rpath $(libdir) $(LT_LDFLAGS) linkdir/*.lo $(libcoinasl_la_LIBADD) $(libcoinasl_la_LDFLAGS) 724 735 @COIN_CC_IS_CL_FALSE@ rm -rf linkdir 725 736 -
ThirdParty/ASL/stable/1.2/configure
r3109 r3141 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 build build_cpu build_vendor build_os ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC 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 ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS DEPENDENCY_LINKING_TRUE DEPENDENCY_LINKING_FALSE LT_LDFLAGS PKG_CONFIG ac_ct_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED AMPLSOLVER_A ASLMAKEFLAGS ASL_PCLIBS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR 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 build build_cpu build_vendor build_os ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion ASL_SVN_REV EGREP LN_S CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC 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 ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS DEPENDENCY_LINKING_TRUE DEPENDENCY_LINKING_FALSE LT_LDFLAGS PKG_CONFIG ac_ct_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED AMPLSOLVER_A HOST_TYPE HOST_IS_CYGWIN_TRUE HOST_IS_CYGWIN_FALSE ASLMAKEFLAGS ASL_PCLIBS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 3210 3210 coin_disable_shared=yes 3211 3211 if test x"$enable_shared" = xyes; then 3212 case "$C XX" in3212 case "$CC" in 3213 3213 clang* ) 3214 3214 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 … … 3218 3218 { echo "$as_me:$LINENO: DLL building not supported, but will build with -MD(d) instead of -MT(d)." >&5 3219 3219 echo "$as_me: DLL building not supported, but will build with -MD(d) instead of -MT(d)." >&6;} 3220 ;; 3221 *gcc*) 3222 if test x"$enable_dependency_linking" = xyes; then 3223 coin_disable_shared=no 3224 else 3225 { echo "$as_me:$LINENO: WARNING: To build shared libraries with gcc on CYGWIN or MSys, use --enable-dependency-linking" >&5 3226 echo "$as_me: WARNING: To build shared libraries with gcc on CYGWIN or MSys, use --enable-dependency-linking" >&2;} 3227 fi 3220 3228 ;; 3221 3229 *) … … 4813 4821 *-*-irix6*) 4814 4822 # Find out which ABI we are using. 4815 echo '#line 48 15"configure"' > conftest.$ac_ext4823 echo '#line 4823 "configure"' > conftest.$ac_ext 4816 4824 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4817 4825 (eval $ac_compile) 2>&5 … … 6412 6420 6413 6421 # Provide some information about the compiler. 6414 echo "$as_me:64 14:" \6422 echo "$as_me:6422:" \ 6415 6423 "checking for Fortran 77 compiler version" >&5 6416 6424 ac_compiler=`set X $ac_compile; echo $2` … … 7479 7487 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7480 7488 -e 's:$: $lt_compiler_flag:'` 7481 (eval echo "\"\$as_me:748 1: $lt_compile\"" >&5)7489 (eval echo "\"\$as_me:7489: $lt_compile\"" >&5) 7482 7490 (eval "$lt_compile" 2>conftest.err) 7483 7491 ac_status=$? 7484 7492 cat conftest.err >&5 7485 echo "$as_me:74 85: \$? = $ac_status" >&57493 echo "$as_me:7493: \$? = $ac_status" >&5 7486 7494 if (exit $ac_status) && test -s "$ac_outfile"; then 7487 7495 # The compiler can only warn and ignore the option if not recognized … … 7747 7755 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7748 7756 -e 's:$: $lt_compiler_flag:'` 7749 (eval echo "\"\$as_me:77 49: $lt_compile\"" >&5)7757 (eval echo "\"\$as_me:7757: $lt_compile\"" >&5) 7750 7758 (eval "$lt_compile" 2>conftest.err) 7751 7759 ac_status=$? 7752 7760 cat conftest.err >&5 7753 echo "$as_me:77 53: \$? = $ac_status" >&57761 echo "$as_me:7761: \$? = $ac_status" >&5 7754 7762 if (exit $ac_status) && test -s "$ac_outfile"; then 7755 7763 # The compiler can only warn and ignore the option if not recognized … … 7851 7859 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7852 7860 -e 's:$: $lt_compiler_flag:'` 7853 (eval echo "\"\$as_me:78 53: $lt_compile\"" >&5)7861 (eval echo "\"\$as_me:7861: $lt_compile\"" >&5) 7854 7862 (eval "$lt_compile" 2>out/conftest.err) 7855 7863 ac_status=$? 7856 7864 cat out/conftest.err >&5 7857 echo "$as_me:78 57: \$? = $ac_status" >&57865 echo "$as_me:7865: \$? = $ac_status" >&5 7858 7866 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7859 7867 then … … 10196 10204 lt_status=$lt_dlunknown 10197 10205 cat > conftest.$ac_ext <<EOF 10198 #line 10 198"configure"10206 #line 10206 "configure" 10199 10207 #include "confdefs.h" 10200 10208 … … 10296 10304 lt_status=$lt_dlunknown 10297 10305 cat > conftest.$ac_ext <<EOF 10298 #line 10 298"configure"10306 #line 10306 "configure" 10299 10307 #include "confdefs.h" 10300 10308 … … 12640 12648 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12641 12649 -e 's:$: $lt_compiler_flag:'` 12642 (eval echo "\"\$as_me:126 42: $lt_compile\"" >&5)12650 (eval echo "\"\$as_me:12650: $lt_compile\"" >&5) 12643 12651 (eval "$lt_compile" 2>conftest.err) 12644 12652 ac_status=$? 12645 12653 cat conftest.err >&5 12646 echo "$as_me:126 46: \$? = $ac_status" >&512654 echo "$as_me:12654: \$? = $ac_status" >&5 12647 12655 if (exit $ac_status) && test -s "$ac_outfile"; then 12648 12656 # The compiler can only warn and ignore the option if not recognized … … 12744 12752 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12745 12753 -e 's:$: $lt_compiler_flag:'` 12746 (eval echo "\"\$as_me:127 46: $lt_compile\"" >&5)12754 (eval echo "\"\$as_me:12754: $lt_compile\"" >&5) 12747 12755 (eval "$lt_compile" 2>out/conftest.err) 12748 12756 ac_status=$? 12749 12757 cat out/conftest.err >&5 12750 echo "$as_me:1275 0: \$? = $ac_status" >&512758 echo "$as_me:12758: \$? = $ac_status" >&5 12751 12759 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12752 12760 then … … 14314 14322 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14315 14323 -e 's:$: $lt_compiler_flag:'` 14316 (eval echo "\"\$as_me:143 16: $lt_compile\"" >&5)14324 (eval echo "\"\$as_me:14324: $lt_compile\"" >&5) 14317 14325 (eval "$lt_compile" 2>conftest.err) 14318 14326 ac_status=$? 14319 14327 cat conftest.err >&5 14320 echo "$as_me:1432 0: \$? = $ac_status" >&514328 echo "$as_me:14328: \$? = $ac_status" >&5 14321 14329 if (exit $ac_status) && test -s "$ac_outfile"; then 14322 14330 # The compiler can only warn and ignore the option if not recognized … … 14418 14426 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14419 14427 -e 's:$: $lt_compiler_flag:'` 14420 (eval echo "\"\$as_me:1442 0: $lt_compile\"" >&5)14428 (eval echo "\"\$as_me:14428: $lt_compile\"" >&5) 14421 14429 (eval "$lt_compile" 2>out/conftest.err) 14422 14430 ac_status=$? 14423 14431 cat out/conftest.err >&5 14424 echo "$as_me:144 24: \$? = $ac_status" >&514432 echo "$as_me:14432: \$? = $ac_status" >&5 14425 14433 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14426 14434 then … … 16625 16633 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16626 16634 -e 's:$: $lt_compiler_flag:'` 16627 (eval echo "\"\$as_me:166 27: $lt_compile\"" >&5)16635 (eval echo "\"\$as_me:16635: $lt_compile\"" >&5) 16628 16636 (eval "$lt_compile" 2>conftest.err) 16629 16637 ac_status=$? 16630 16638 cat conftest.err >&5 16631 echo "$as_me:1663 1: \$? = $ac_status" >&516639 echo "$as_me:16639: \$? = $ac_status" >&5 16632 16640 if (exit $ac_status) && test -s "$ac_outfile"; then 16633 16641 # The compiler can only warn and ignore the option if not recognized … … 16893 16901 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16894 16902 -e 's:$: $lt_compiler_flag:'` 16895 (eval echo "\"\$as_me:16 895: $lt_compile\"" >&5)16903 (eval echo "\"\$as_me:16903: $lt_compile\"" >&5) 16896 16904 (eval "$lt_compile" 2>conftest.err) 16897 16905 ac_status=$? 16898 16906 cat conftest.err >&5 16899 echo "$as_me:16 899: \$? = $ac_status" >&516907 echo "$as_me:16907: \$? = $ac_status" >&5 16900 16908 if (exit $ac_status) && test -s "$ac_outfile"; then 16901 16909 # The compiler can only warn and ignore the option if not recognized … … 16997 17005 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16998 17006 -e 's:$: $lt_compiler_flag:'` 16999 (eval echo "\"\$as_me:1 6999: $lt_compile\"" >&5)17007 (eval echo "\"\$as_me:17007: $lt_compile\"" >&5) 17000 17008 (eval "$lt_compile" 2>out/conftest.err) 17001 17009 ac_status=$? 17002 17010 cat out/conftest.err >&5 17003 echo "$as_me:170 03: \$? = $ac_status" >&517011 echo "$as_me:17011: \$? = $ac_status" >&5 17004 17012 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17005 17013 then … … 20141 20149 fi 20142 20150 20151 # Determine the host type to set linker options in the Makefile 20152 20153 case $host in 20154 *-cygwin* | *-mingw*) 20155 20156 20157 if test 0 = 0; then 20158 HOST_IS_CYGWIN_TRUE= 20159 HOST_IS_CYGWIN_FALSE='#' 20160 else 20161 HOST_IS_CYGWIN_TRUE='#' 20162 HOST_IS_CYGWIN_FALSE= 20163 fi 20164 20165 ;; 20166 *) 20167 20168 20169 if test 0 = 1; then 20170 HOST_IS_CYGWIN_TRUE= 20171 HOST_IS_CYGWIN_FALSE='#' 20172 else 20173 HOST_IS_CYGWIN_TRUE='#' 20174 HOST_IS_CYGWIN_FALSE= 20175 fi 20176 20177 ;; 20178 esac 20179 20143 20180 # Determine flags to be passed on the command line to (n)make. The main 20144 20181 # activity is to groom CFLAGS and set up ASLMAKEFLAGS to pass CFLAGS on the … … 20764 20801 Usually this means the macro was only invoked conditionally." >&5 20765 20802 echo "$as_me: error: conditional \"COIN_HAS_PKGCONFIG\" was never defined. 20803 Usually this means the macro was only invoked conditionally." >&2;} 20804 { (exit 1); exit 1; }; } 20805 fi 20806 if test -z "${HOST_IS_CYGWIN_TRUE}" && test -z "${HOST_IS_CYGWIN_FALSE}"; then 20807 { { echo "$as_me:$LINENO: error: conditional \"HOST_IS_CYGWIN\" was never defined. 20808 Usually this means the macro was only invoked conditionally." >&5 20809 echo "$as_me: error: conditional \"HOST_IS_CYGWIN\" was never defined. 20810 Usually this means the macro was only invoked conditionally." >&2;} 20811 { (exit 1); exit 1; }; } 20812 fi 20813 if test -z "${HOST_IS_CYGWIN_TRUE}" && test -z "${HOST_IS_CYGWIN_FALSE}"; then 20814 { { echo "$as_me:$LINENO: error: conditional \"HOST_IS_CYGWIN\" was never defined. 20815 Usually this means the macro was only invoked conditionally." >&5 20816 echo "$as_me: error: conditional \"HOST_IS_CYGWIN\" was never defined. 20766 20817 Usually this means the macro was only invoked conditionally." >&2;} 20767 20818 { (exit 1); exit 1; }; } … … 21401 21452 s,@COIN_PKG_CONFIG_PATH_UNINSTALLED@,$COIN_PKG_CONFIG_PATH_UNINSTALLED,;t t 21402 21453 s,@AMPLSOLVER_A@,$AMPLSOLVER_A,;t t 21454 s,@HOST_TYPE@,$HOST_TYPE,;t t 21455 s,@HOST_IS_CYGWIN_TRUE@,$HOST_IS_CYGWIN_TRUE,;t t 21456 s,@HOST_IS_CYGWIN_FALSE@,$HOST_IS_CYGWIN_FALSE,;t t 21403 21457 s,@ASLMAKEFLAGS@,$ASLMAKEFLAGS,;t t 21404 21458 s,@ASL_PCLIBS@,$ASL_PCLIBS,;t t -
ThirdParty/ASL/stable/1.2/configure.ac
r3109 r3141 75 75 AMPLSOLVER_A=libamplsolver.a 76 76 fi 77 78 # Determine the host type to set linker options in the Makefile 79 AC_SUBST(HOST_TYPE) 80 case $host in 81 *-cygwin* | *-mingw*) 82 AM_CONDITIONAL(HOST_IS_CYGWIN, [test 0 = 0]) 83 ;; 84 *) 85 AM_CONDITIONAL(HOST_IS_CYGWIN, [test 0 = 1]) 86 ;; 87 esac 77 88 78 89 # Determine flags to be passed on the command line to (n)make. The main
Note: See TracChangeset
for help on using the changeset viewer.