Changeset 907
- Timestamp:
- Jan 7, 2008 10:34:04 AM (13 years ago)
- Location:
- ThirdParty/ASL/stable/1.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/stable/1.0/Makefile.in
r864 r907 19 19 # This file is distributed under the Common Public License. 20 20 21 # Copyright (C) 2006 International Business Machines and others.21 # Copyright (C) 2006, 2007 International Business Machines and others. 22 22 # All Rights Reserved. 23 23 # This file is distributed under the Common Public License. … … 239 239 DISTCLEANFILES = $(MAKEOKFILE) $(am__append_2) $(VPATH_DISTCLEANFILES) 240 240 DocFiles = README AUTHORS LICENSE 241 DocInstallDir = $(prefix)/share/doc/ $(PACKAGE_NAME)241 DocInstallDir = $(prefix)/share/doc/coin/$(PACKAGE_NAME) 242 242 all: all-am 243 243 … … 525 525 stdio1.h arith.h funcadd0.$(OBJEXT): $(libampl) 526 526 527 install-doc: 527 install-doc: $(DocFiles) 528 528 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 529 529 for file in $(DocFiles); do \ -
ThirdParty/ASL/stable/1.0/configure
r880 r907 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL 1.0 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL 1.0.10. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyASL' 431 431 PACKAGE_TARNAME='thirdpartyasl' 432 PACKAGE_VERSION='1.0 stable'433 PACKAGE_STRING='ThirdPartyASL 1.0 stable'432 PACKAGE_VERSION='1.0.10' 433 PACKAGE_STRING='ThirdPartyASL 1.0.10' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 986 986 # This message is too long to be a string in the A/UX 3.1 sh. 987 987 cat <<_ACEOF 988 \`configure' configures ThirdPartyASL 1.0 stableto adapt to many kinds of systems.988 \`configure' configures ThirdPartyASL 1.0.10 to adapt to many kinds of systems. 989 989 990 990 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1052 1052 if test -n "$ac_init_help"; then 1053 1053 case $ac_init_help in 1054 short | recursive ) echo "Configuration of ThirdPartyASL 1.0 stable:";;1054 short | recursive ) echo "Configuration of ThirdPartyASL 1.0.10:";; 1055 1055 esac 1056 1056 cat <<\_ACEOF … … 1063 1063 --enable-doscompile Under Cygwin, compile so that executables run under 1064 1064 DOS. Set to mingw to use gcc/g++/ld with 1065 -mno-cygwin. Set to msvc to use cl/link . Default1066 when mentioned: mingw. Default when not mentioned:1067 disabled.1065 -mno-cygwin. Set to msvc to use cl/link (or 1066 icl/link). Default when mentioned: mingw. Default 1067 when not mentioned: disabled. 1068 1068 --enable-static[=PKGS] 1069 1069 build static libraries [default=no] … … 1212 1212 if $ac_init_version; then 1213 1213 cat <<\_ACEOF 1214 ThirdPartyASL configure 1.0 stable1214 ThirdPartyASL configure 1.0.10 1215 1215 generated by GNU Autoconf 2.59 1216 1216 … … 1232 1232 running configure, to aid debugging if configure makes a mistake. 1233 1233 1234 It was created by ThirdPartyASL $as_me 1.0 stable, which was1234 It was created by ThirdPartyASL $as_me 1.0.10, which was 1235 1235 generated by GNU Autoconf 2.59. Invocation command line was 1236 1236 … … 1864 1864 if test x"$CXX" != x; then 1865 1865 case "$CXX" in 1866 cl* | */cl* | CL* | */CL* )1866 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 1867 1867 if test x"$CC" = x; then 1868 1868 CC="$CXX" … … 1891 1891 *-cygwin* | *-mingw*) 1892 1892 if test "$enable_doscompile" = msvc ; then 1893 comps=" cl"1893 comps="icl cl" 1894 1894 else 1895 1895 comps="gcc cl" … … 2777 2777 coin_dbg_cflags='-MTd' 2778 2778 ;; 2779 icl* | */icl* | ICL* | */ICL*) 2780 coin_opt_cflags='-MT -Ox' 2781 coin_add_cflags='-nologo -D_CRT_SECURE_NO_DEPRECATE' 2782 coin_dbg_cflags='-MTd -debug' 2783 ;; 2779 2784 esac 2780 2785 ;; … … 3083 3088 # Correct ADDLIBS initialization if we are using the MS compiler 3084 3089 case "$CC" in 3085 cl* | */cl* | CL* | */CL* )3090 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3086 3091 ADDLIBS= 3087 3092 case $build in … … 3526 3531 # Define the identity of the package. 3527 3532 PACKAGE='thirdpartyasl' 3528 VERSION='1.0 stable'3533 VERSION='1.0.10' 3529 3534 3530 3535 … … 4708 4713 *-*-irix6*) 4709 4714 # Find out which ABI we are using. 4710 echo '#line 471 0"configure"' > conftest.$ac_ext4715 echo '#line 4715 "configure"' > conftest.$ac_ext 4711 4716 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4712 4717 (eval $ac_compile) 2>&5 … … 6307 6312 6308 6313 # Provide some information about the compiler. 6309 echo "$as_me:63 09:" \6314 echo "$as_me:6314:" \ 6310 6315 "checking for Fortran 77 compiler version" >&5 6311 6316 ac_compiler=`set X $ac_compile; echo $2` … … 7374 7379 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7375 7380 -e 's:$: $lt_compiler_flag:'` 7376 (eval echo "\"\$as_me:73 76: $lt_compile\"" >&5)7381 (eval echo "\"\$as_me:7381: $lt_compile\"" >&5) 7377 7382 (eval "$lt_compile" 2>conftest.err) 7378 7383 ac_status=$? 7379 7384 cat conftest.err >&5 7380 echo "$as_me:738 0: \$? = $ac_status" >&57385 echo "$as_me:7385: \$? = $ac_status" >&5 7381 7386 if (exit $ac_status) && test -s "$ac_outfile"; then 7382 7387 # The compiler can only warn and ignore the option if not recognized … … 7642 7647 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7643 7648 -e 's:$: $lt_compiler_flag:'` 7644 (eval echo "\"\$as_me:764 4: $lt_compile\"" >&5)7649 (eval echo "\"\$as_me:7649: $lt_compile\"" >&5) 7645 7650 (eval "$lt_compile" 2>conftest.err) 7646 7651 ac_status=$? 7647 7652 cat conftest.err >&5 7648 echo "$as_me:76 48: \$? = $ac_status" >&57653 echo "$as_me:7653: \$? = $ac_status" >&5 7649 7654 if (exit $ac_status) && test -s "$ac_outfile"; then 7650 7655 # The compiler can only warn and ignore the option if not recognized … … 7746 7751 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7747 7752 -e 's:$: $lt_compiler_flag:'` 7748 (eval echo "\"\$as_me:77 48: $lt_compile\"" >&5)7753 (eval echo "\"\$as_me:7753: $lt_compile\"" >&5) 7749 7754 (eval "$lt_compile" 2>out/conftest.err) 7750 7755 ac_status=$? 7751 7756 cat out/conftest.err >&5 7752 echo "$as_me:775 2: \$? = $ac_status" >&57757 echo "$as_me:7757: \$? = $ac_status" >&5 7753 7758 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7754 7759 then … … 10091 10096 lt_status=$lt_dlunknown 10092 10097 cat > conftest.$ac_ext <<EOF 10093 #line 1009 3"configure"10098 #line 10098 "configure" 10094 10099 #include "confdefs.h" 10095 10100 … … 10191 10196 lt_status=$lt_dlunknown 10192 10197 cat > conftest.$ac_ext <<EOF 10193 #line 1019 3"configure"10198 #line 10198 "configure" 10194 10199 #include "confdefs.h" 10195 10200 … … 12535 12540 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12536 12541 -e 's:$: $lt_compiler_flag:'` 12537 (eval echo "\"\$as_me:125 37: $lt_compile\"" >&5)12542 (eval echo "\"\$as_me:12542: $lt_compile\"" >&5) 12538 12543 (eval "$lt_compile" 2>conftest.err) 12539 12544 ac_status=$? 12540 12545 cat conftest.err >&5 12541 echo "$as_me:1254 1: \$? = $ac_status" >&512546 echo "$as_me:12546: \$? = $ac_status" >&5 12542 12547 if (exit $ac_status) && test -s "$ac_outfile"; then 12543 12548 # The compiler can only warn and ignore the option if not recognized … … 12639 12644 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12640 12645 -e 's:$: $lt_compiler_flag:'` 12641 (eval echo "\"\$as_me:1264 1: $lt_compile\"" >&5)12646 (eval echo "\"\$as_me:12646: $lt_compile\"" >&5) 12642 12647 (eval "$lt_compile" 2>out/conftest.err) 12643 12648 ac_status=$? 12644 12649 cat out/conftest.err >&5 12645 echo "$as_me:126 45: \$? = $ac_status" >&512650 echo "$as_me:12650: \$? = $ac_status" >&5 12646 12651 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12647 12652 then … … 14209 14214 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14210 14215 -e 's:$: $lt_compiler_flag:'` 14211 (eval echo "\"\$as_me:1421 1: $lt_compile\"" >&5)14216 (eval echo "\"\$as_me:14216: $lt_compile\"" >&5) 14212 14217 (eval "$lt_compile" 2>conftest.err) 14213 14218 ac_status=$? 14214 14219 cat conftest.err >&5 14215 echo "$as_me:142 15: \$? = $ac_status" >&514220 echo "$as_me:14220: \$? = $ac_status" >&5 14216 14221 if (exit $ac_status) && test -s "$ac_outfile"; then 14217 14222 # The compiler can only warn and ignore the option if not recognized … … 14313 14318 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14314 14319 -e 's:$: $lt_compiler_flag:'` 14315 (eval echo "\"\$as_me:143 15: $lt_compile\"" >&5)14320 (eval echo "\"\$as_me:14320: $lt_compile\"" >&5) 14316 14321 (eval "$lt_compile" 2>out/conftest.err) 14317 14322 ac_status=$? 14318 14323 cat out/conftest.err >&5 14319 echo "$as_me:143 19: \$? = $ac_status" >&514324 echo "$as_me:14324: \$? = $ac_status" >&5 14320 14325 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14321 14326 then … … 16520 16525 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16521 16526 -e 's:$: $lt_compiler_flag:'` 16522 (eval echo "\"\$as_me:1652 2: $lt_compile\"" >&5)16527 (eval echo "\"\$as_me:16527: $lt_compile\"" >&5) 16523 16528 (eval "$lt_compile" 2>conftest.err) 16524 16529 ac_status=$? 16525 16530 cat conftest.err >&5 16526 echo "$as_me:165 26: \$? = $ac_status" >&516531 echo "$as_me:16531: \$? = $ac_status" >&5 16527 16532 if (exit $ac_status) && test -s "$ac_outfile"; then 16528 16533 # The compiler can only warn and ignore the option if not recognized … … 16788 16793 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16789 16794 -e 's:$: $lt_compiler_flag:'` 16790 (eval echo "\"\$as_me:1679 0: $lt_compile\"" >&5)16795 (eval echo "\"\$as_me:16795: $lt_compile\"" >&5) 16791 16796 (eval "$lt_compile" 2>conftest.err) 16792 16797 ac_status=$? 16793 16798 cat conftest.err >&5 16794 echo "$as_me:1679 4: \$? = $ac_status" >&516799 echo "$as_me:16799: \$? = $ac_status" >&5 16795 16800 if (exit $ac_status) && test -s "$ac_outfile"; then 16796 16801 # The compiler can only warn and ignore the option if not recognized … … 16892 16897 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16893 16898 -e 's:$: $lt_compiler_flag:'` 16894 (eval echo "\"\$as_me:1689 4: $lt_compile\"" >&5)16899 (eval echo "\"\$as_me:16899: $lt_compile\"" >&5) 16895 16900 (eval "$lt_compile" 2>out/conftest.err) 16896 16901 ac_status=$? 16897 16902 cat out/conftest.err >&5 16898 echo "$as_me:16 898: \$? = $ac_status" >&516903 echo "$as_me:16903: \$? = $ac_status" >&5 16899 16904 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16900 16905 then … … 19632 19637 *-cygwin* | *-mingw*) 19633 19638 case "$CXX" in 19634 cl* | */cl* | CL* | */CL* )19639 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 19635 19640 { echo "$as_me:$LINENO: Applying patches to libtool for cl compiler" >&5 19636 19641 echo "$as_me: Applying patches to libtool for cl compiler" >&6;} … … 19786 19791 # Determine the name of the ASL library 19787 19792 case "$CC" in 19788 cl* | */cl* | CL* | */CL* )19793 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 19789 19794 ampllib=amplsolv.lib ;; 19790 19795 *) … … 20250 20255 fi 20251 20256 case "$CC" in 20252 cl* | */cl* | CL* | */CL* )20257 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 20253 20258 coin_link_input_cmd=cp ;; 20254 20259 esac … … 20268 20273 20269 20274 case "$CC" in 20270 cl* | */cl* | CL* | */CL* )20275 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 20271 20276 LIBEXT=lib ;; 20272 20277 *) LIBEXT=a ;; … … 20752 20757 cat >&5 <<_CSEOF 20753 20758 20754 This file was extended by ThirdPartyASL $as_me 1.0 stable, which was20759 This file was extended by ThirdPartyASL $as_me 1.0.10, which was 20755 20760 generated by GNU Autoconf 2.59. Invocation command line was 20756 20761 … … 20810 20815 cat >>$CONFIG_STATUS <<_ACEOF 20811 20816 ac_cs_version="\\ 20812 ThirdPartyASL config.status 1.0 stable20817 ThirdPartyASL config.status 1.0.10 20813 20818 configured by $0, generated by GNU Autoconf 2.59, 20814 20819 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/ASL/stable/1.0/configure.ac
r880 r907 14 14 AC_PREREQ(2.59) 15 15 16 AC_INIT([ThirdPartyASL],[1.0 stable],[http://projects.coin-or.org/BuildTools/newticket])16 AC_INIT([ThirdPartyASL],[1.0.10],[http://projects.coin-or.org/BuildTools/newticket]) 17 17 18 18 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.