11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.59 for Osi 0.108.
3+ # Generated by GNU Autoconf 2.59 for Osi 0.108.11.
44#
55# Report bugs to <
[email protected] >.
66#
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
429429# Identity of this package.
430430PACKAGE_NAME='Osi'
431431PACKAGE_TARNAME='osi'
432- PACKAGE_VERSION='0.108'
433- PACKAGE_STRING='Osi 0.108'
432+ PACKAGE_VERSION='0.108.11 '
433+ PACKAGE_STRING='Osi 0.108.11 '
434434PACKAGE_BUGREPORT='
[email protected] '
435435
436436ac_unique_file="src/Osi/OsiAuxInfo.cpp"
@@ -1009,7 +1009,7 @@ if test "$ac_init_help" = "long"; then
10091009 # Omit some internal or obsolete options to make the list less imposing.
10101010 # This message is too long to be a string in the A/UX 3.1 sh.
10111011 cat <<_ACEOF
1012- \`configure' configures Osi 0.108 to adapt to many kinds of systems.
1012+ \`configure' configures Osi 0.108.11 to adapt to many kinds of systems.
10131013
10141014Usage: $0 [OPTION]... [VAR=VALUE]...
10151015
10751075
10761076if test -n "$ac_init_help"; then
10771077 case $ac_init_help in
1078- short | recursive ) echo "Configuration of Osi 0.108:";;
1078+ short | recursive ) echo "Configuration of Osi 0.108.11 :";;
10791079 esac
10801080 cat <<\_ACEOF
10811081
12851285test -n "$ac_init_help" && exit 0
12861286if $ac_init_version; then
12871287 cat <<\_ACEOF
1288- Osi configure 0.108
1288+ Osi configure 0.108.11
12891289generated by GNU Autoconf 2.59
12901290
12911291Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1305,7 +1305,7 @@ cat >&5 <<_ACEOF
13051305This file contains any messages produced by compilers while
13061306running configure, to aid debugging if configure makes a mistake.
13071307
1308- It was created by Osi $as_me 0.108, which was
1308+ It was created by Osi $as_me 0.108.11 , which was
13091309generated by GNU Autoconf 2.59. Invocation command line was
13101310
13111311 $ $0 $@
@@ -1828,7 +1828,7 @@ _ACEOF
18281828
18291829
18301830# Capture libtool library version, if given.
1831-
1831+ coin_libversion=14:11:13
18321832
18331833
18341834
@@ -1977,7 +1977,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
19771977# compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl)
19781978if test x"$CXX" != x; then
19791979 case "$CXX" in
1980- clang* ) ;;
1980+ clang* | */clang* ) ;;
19811981 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
19821982 if test x"$CC" = x; then
19831983 CC="$CXX"
@@ -2798,7 +2798,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;}
27982798fi
27992799# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
28002800case "$CC" in
2801- clang* ) ;;
2801+ clang* | */clang* ) ;;
28022802 cl* | */cl* | CL* | */CL* )
28032803 if test "$ac_cv_prog_cc_g" = yes ; then
28042804 ac_cv_prog_cc_g=no
@@ -2816,7 +2816,7 @@ CFLAGS="$save_cflags"
28162816# add automake conditional so we can recognize cl compiler in makefile
28172817coin_cc_is_cl=false
28182818case "$CC" in
2819- clang* ) ;;
2819+ clang* | */clang* ) ;;
28202820 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
28212821 coin_cc_is_cl=true
28222822 ;;
@@ -2862,7 +2862,7 @@ if test x"$CFLAGS" = x; then
28622862 case $build in
28632863 *-cygwin* | *-mingw*)
28642864 case "$CC" in
2865- clang* ) ;;
2865+ clang* | */clang* ) ;;
28662866 cl* | */cl* | CL* | */CL*)
28672867 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
28682868 coin_opt_cflags='-MD -O2'
31773177
31783178# Correct the LD variable if we are using the MS or Intel-windows compiler
31793179case "$CC" in
3180- clang* ) ;;
3180+ clang* | */clang* ) ;;
31813181 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
31823182 LD=link
31833183 ;;
36773677
36783678# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
36793679case "$CXX" in
3680- clang* ) ;;
3680+ clang* | */clang* ) ;;
36813681 cl* | */cl* | CL* | */CL* )
36823682 if test "$ac_cv_prog_cxx_g" = yes ; then
36833683 ac_cv_prog_cxx_g=no
@@ -3727,7 +3727,7 @@ if test x"$CXXFLAGS" = x; then
37273727 case $build in
37283728 *-cygwin* | *-mingw*)
37293729 case "$CXX" in
3730- clang* ) ;;
3730+ clang* | */clang* ) ;;
37313731 cl* | */cl* | CL* | */CL*)
37323732 # The MT and MTd options are mutually exclusive
37333733 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
40504050
40514051# correct the LD variable in a build with MS or Intel-windows compiler
40524052case "$CXX" in
4053- clang* ) ;;
4053+ clang* | */clang* ) ;;
40544054 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
40554055 LD=link
40564056 ;;
@@ -4086,7 +4086,7 @@ else
40864086 coin_disable_shared=yes
40874087 if test x"$enable_shared" = xyes; then
40884088 case "$CC" in
4089- clang* )
4089+ clang* | */clang* )
40904090 { echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5
40914091echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;}
40924092 ;;
45354535
45364536# Define the identity of the package.
45374537 PACKAGE='osi'
4538- VERSION='0.108'
4538+ VERSION='0.108.11 '
45394539
45404540
45414541cat >>confdefs.h <<_ACEOF
@@ -20285,7 +20285,7 @@ fi
2028520285 # sys_lib_search_path_spec
2028620286 *-cygwin* | *-mingw*)
2028720287 case "$CXX" in
20288- clang* )
20288+ clang* | */clang* )
2028920289 # we assume that libtool patches for CLANG are the same as for GNU compiler - correct???
2029020290 { echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5
2029120291echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;}
@@ -20484,7 +20484,7 @@ if test "$dependency_linking" = auto; then
2048420484 case $build in
2048520485 *-cygwin* | *-mingw*)
2048620486 case "$CC" in
20487- clang* )
20487+ clang* | */clang* )
2048820488 dependency_linking=yes
2048920489 ;;
2049020490 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
@@ -25331,7 +25331,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files"
2533125331echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6
2533225332coin_link_input_cmd="$LN_S"
2533325333case "$CC" in
25334- clang* ) ;;
25334+ clang* | */clang* ) ;;
2533525335 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2533625336 coin_link_input_cmd=cp ;;
2533725337esac
@@ -25345,7 +25345,7 @@ if test x$coin_skip_ac_output != xyes; then
2534525345 # library extension
2534625346
2534725347 case "$CC" in
25348- clang* )
25348+ clang* | */clang* )
2534925349 LIBEXT=a ;;
2535025350 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2535125351 LIBEXT=lib ;;
@@ -25929,7 +25929,7 @@ _ASBOX
2592925929} >&5
2593025930cat >&5 <<_CSEOF
2593125931
25932- This file was extended by Osi $as_me 0.108, which was
25932+ This file was extended by Osi $as_me 0.108.11 , which was
2593325933generated by GNU Autoconf 2.59. Invocation command line was
2593425934
2593525935 CONFIG_FILES = $CONFIG_FILES
@@ -25992,7 +25992,7 @@ _ACEOF
2599225992
2599325993cat >>$CONFIG_STATUS <<_ACEOF
2599425994ac_cs_version="\\
25995- Osi config.status 0.108
25995+ Osi config.status 0.108.11
2599625996configured by $0, generated by GNU Autoconf 2.59,
2599725997 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
2599825998
0 commit comments