1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.59 for Clp 1.17.
3
+ # Generated by GNU Autoconf 2.59 for Clp 1.17.10.
4
4
#
5
5
# Report bugs to <clp@list.coin-or.org>.
6
6
#
@@ -429,8 +429,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
429
429
# Identity of this package.
430
430
PACKAGE_NAME='Clp'
431
431
PACKAGE_TARNAME='clp'
432
- PACKAGE_VERSION='1.17'
433
- PACKAGE_STRING='Clp 1.17'
432
+ PACKAGE_VERSION='1.17.10 '
433
+ PACKAGE_STRING='Clp 1.17.10 '
434
434
PACKAGE_BUGREPORT='clp@list.coin-or.org'
435
435
436
436
ac_unique_file="src/ClpSimplex.cpp"
@@ -1025,7 +1025,7 @@ if test "$ac_init_help" = "long"; then
1025
1025
# Omit some internal or obsolete options to make the list less imposing.
1026
1026
# This message is too long to be a string in the A/UX 3.1 sh.
1027
1027
cat <<_ACEOF
1028
- \`configure' configures Clp 1.17 to adapt to many kinds of systems.
1028
+ \`configure' configures Clp 1.17.10 to adapt to many kinds of systems.
1029
1029
1030
1030
Usage: $0 [OPTION]... [VAR=VALUE]...
1031
1031
1091
1091
1092
1092
if test -n "$ac_init_help"; then
1093
1093
case $ac_init_help in
1094
- short | recursive ) echo "Configuration of Clp 1.17:";;
1094
+ short | recursive ) echo "Configuration of Clp 1.17.10 :";;
1095
1095
esac
1096
1096
cat <<\_ACEOF
1097
1097
1314
1314
test -n "$ac_init_help" && exit 0
1315
1315
if $ac_init_version; then
1316
1316
cat <<\_ACEOF
1317
- Clp configure 1.17
1317
+ Clp configure 1.17.10
1318
1318
generated by GNU Autoconf 2.59
1319
1319
1320
1320
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1334,7 +1334,7 @@ cat >&5 <<_ACEOF
1334
1334
This file contains any messages produced by compilers while
1335
1335
running configure, to aid debugging if configure makes a mistake.
1336
1336
1337
- It was created by Clp $as_me 1.17, which was
1337
+ It was created by Clp $as_me 1.17.10 , which was
1338
1338
generated by GNU Autoconf 2.59. Invocation command line was
1339
1339
1340
1340
$ $0 $@
@@ -1860,7 +1860,7 @@ _ACEOF
1860
1860
1861
1861
1862
1862
# Capture libtool library version, if given.
1863
-
1863
+ coin_libversion=15:10:14
1864
1864
1865
1865
1866
1866
@@ -2009,7 +2009,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009
2009
# compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl)
2010
2010
if test x"$CXX" != x; then
2011
2011
case "$CXX" in
2012
- clang* ) ;;
2012
+ clang* | */clang* ) ;;
2013
2013
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2014
2014
if test x"$CC" = x; then
2015
2015
CC="$CXX"
@@ -2830,7 +2830,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;}
2830
2830
fi
2831
2831
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
2832
2832
case "$CC" in
2833
- clang* ) ;;
2833
+ clang* | */clang* ) ;;
2834
2834
cl* | */cl* | CL* | */CL* )
2835
2835
if test "$ac_cv_prog_cc_g" = yes ; then
2836
2836
ac_cv_prog_cc_g=no
@@ -2848,7 +2848,7 @@ CFLAGS="$save_cflags"
2848
2848
# add automake conditional so we can recognize cl compiler in makefile
2849
2849
coin_cc_is_cl=false
2850
2850
case "$CC" in
2851
- clang* ) ;;
2851
+ clang* | */clang* ) ;;
2852
2852
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2853
2853
coin_cc_is_cl=true
2854
2854
;;
@@ -2894,7 +2894,7 @@ if test x"$CFLAGS" = x; then
2894
2894
case $build in
2895
2895
*-cygwin* | *-mingw*)
2896
2896
case "$CC" in
2897
- clang* ) ;;
2897
+ clang* | */clang* ) ;;
2898
2898
cl* | */cl* | CL* | */CL*)
2899
2899
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
2900
2900
coin_opt_cflags='-MD -O2'
3209
3209
3210
3210
# Correct the LD variable if we are using the MS or Intel-windows compiler
3211
3211
case "$CC" in
3212
- clang* ) ;;
3212
+ clang* | */clang* ) ;;
3213
3213
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
3214
3214
LD=link
3215
3215
;;
3709
3709
3710
3710
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
3711
3711
case "$CXX" in
3712
- clang* ) ;;
3712
+ clang* | */clang* ) ;;
3713
3713
cl* | */cl* | CL* | */CL* )
3714
3714
if test "$ac_cv_prog_cxx_g" = yes ; then
3715
3715
ac_cv_prog_cxx_g=no
@@ -3759,7 +3759,7 @@ if test x"$CXXFLAGS" = x; then
3759
3759
case $build in
3760
3760
*-cygwin* | *-mingw*)
3761
3761
case "$CXX" in
3762
- clang* ) ;;
3762
+ clang* | */clang* ) ;;
3763
3763
cl* | */cl* | CL* | */CL*)
3764
3764
# The MT and MTd options are mutually exclusive
3765
3765
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
4082
4082
4083
4083
# correct the LD variable in a build with MS or Intel-windows compiler
4084
4084
case "$CXX" in
4085
- clang* ) ;;
4085
+ clang* | */clang* ) ;;
4086
4086
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
4087
4087
LD=link
4088
4088
;;
@@ -4118,7 +4118,7 @@ else
4118
4118
coin_disable_shared=yes
4119
4119
if test x"$enable_shared" = xyes; then
4120
4120
case "$CC" in
4121
- clang* )
4121
+ clang* | */clang* )
4122
4122
{ echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5
4123
4123
echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;}
4124
4124
;;
4567
4567
4568
4568
# Define the identity of the package.
4569
4569
PACKAGE='clp'
4570
- VERSION='1.17'
4570
+ VERSION='1.17.10 '
4571
4571
4572
4572
4573
4573
cat >>confdefs.h <<_ACEOF
@@ -20317,7 +20317,7 @@ fi
20317
20317
# sys_lib_search_path_spec
20318
20318
*-cygwin* | *-mingw*)
20319
20319
case "$CXX" in
20320
- clang* )
20320
+ clang* | */clang* )
20321
20321
# we assume that libtool patches for CLANG are the same as for GNU compiler - correct???
20322
20322
{ echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5
20323
20323
echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;}
@@ -20516,7 +20516,7 @@ if test "$dependency_linking" = auto; then
20516
20516
case $build in
20517
20517
*-cygwin* | *-mingw*)
20518
20518
case "$CC" in
20519
- clang* )
20519
+ clang* | */clang* )
20520
20520
dependency_linking=yes
20521
20521
;;
20522
20522
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
@@ -27673,7 +27673,7 @@ esac
27673
27673
27674
27674
*-cygwin* | *-mingw*)
27675
27675
case "$CC" in
27676
- clang* ) ;;
27676
+ clang* | */clang* ) ;;
27677
27677
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
27678
27678
coin_save_LIBS="$LIBS"
27679
27679
LIBS="mkl_intel_c.lib mkl_sequential.lib mkl_core.lib $LIBS"
@@ -32282,7 +32282,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files"
32282
32282
echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6
32283
32283
coin_link_input_cmd="$LN_S"
32284
32284
case "$CC" in
32285
- clang* ) ;;
32285
+ clang* | */clang* ) ;;
32286
32286
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
32287
32287
coin_link_input_cmd=cp ;;
32288
32288
esac
@@ -32296,7 +32296,7 @@ if test x$coin_skip_ac_output != xyes; then
32296
32296
# library extension
32297
32297
32298
32298
case "$CC" in
32299
- clang* )
32299
+ clang* | */clang* )
32300
32300
LIBEXT=a ;;
32301
32301
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
32302
32302
LIBEXT=lib ;;
@@ -32964,7 +32964,7 @@ _ASBOX
32964
32964
} >&5
32965
32965
cat >&5 <<_CSEOF
32966
32966
32967
- This file was extended by Clp $as_me 1.17, which was
32967
+ This file was extended by Clp $as_me 1.17.10 , which was
32968
32968
generated by GNU Autoconf 2.59. Invocation command line was
32969
32969
32970
32970
CONFIG_FILES = $CONFIG_FILES
@@ -33027,7 +33027,7 @@ _ACEOF
33027
33027
33028
33028
cat >>$CONFIG_STATUS <<_ACEOF
33029
33029
ac_cs_version="\\
33030
- Clp config.status 1.17
33030
+ Clp config.status 1.17.10
33031
33031
configured by $0, generated by GNU Autoconf 2.59,
33032
33032
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
33033
33033
0 commit comments