1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
- # Generated by GNU Autoconf 2.59 for Cgl 0.60.
3
+ # Generated by GNU Autoconf 2.59 for Cgl 0.60.9.
4
4
#
5
5
# Report bugs to <cgl@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='Cgl'
431
431
PACKAGE_TARNAME='cgl'
432
- PACKAGE_VERSION='0.60'
433
- PACKAGE_STRING='Cgl 0.60'
432
+ PACKAGE_VERSION='0.60.9 '
433
+ PACKAGE_STRING='Cgl 0.60.9 '
434
434
PACKAGE_BUGREPORT='cgl@list.coin-or.org'
435
435
436
436
ac_unique_file="src/CglMessage.hpp"
@@ -1009,7 +1009,7 @@ if test "$ac_init_help" = "long"; then
1009
1009
# Omit some internal or obsolete options to make the list less imposing.
1010
1010
# This message is too long to be a string in the A/UX 3.1 sh.
1011
1011
cat <<_ACEOF
1012
- \`configure' configures Cgl 0.60 to adapt to many kinds of systems.
1012
+ \`configure' configures Cgl 0.60.9 to adapt to many kinds of systems.
1013
1013
1014
1014
Usage: $0 [OPTION]... [VAR=VALUE]...
1015
1015
1075
1075
1076
1076
if test -n "$ac_init_help"; then
1077
1077
case $ac_init_help in
1078
- short | recursive ) echo "Configuration of Cgl 0.60:";;
1078
+ short | recursive ) echo "Configuration of Cgl 0.60.9 :";;
1079
1079
esac
1080
1080
cat <<\_ACEOF
1081
1081
1287
1287
test -n "$ac_init_help" && exit 0
1288
1288
if $ac_init_version; then
1289
1289
cat <<\_ACEOF
1290
- Cgl configure 0.60
1290
+ Cgl configure 0.60.9
1291
1291
generated by GNU Autoconf 2.59
1292
1292
1293
1293
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1307,7 +1307,7 @@ cat >&5 <<_ACEOF
1307
1307
This file contains any messages produced by compilers while
1308
1308
running configure, to aid debugging if configure makes a mistake.
1309
1309
1310
- It was created by Cgl $as_me 0.60, which was
1310
+ It was created by Cgl $as_me 0.60.9 , which was
1311
1311
generated by GNU Autoconf 2.59. Invocation command line was
1312
1312
1313
1313
$ $0 $@
@@ -1833,7 +1833,7 @@ _ACEOF
1833
1833
1834
1834
1835
1835
# Capture libtool library version, if given.
1836
-
1836
+ coin_libversion=11:9:10
1837
1837
1838
1838
1839
1839
@@ -1982,7 +1982,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1982
1982
# compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl)
1983
1983
if test x"$CXX" != x; then
1984
1984
case "$CXX" in
1985
- clang* ) ;;
1985
+ clang* | */clang* ) ;;
1986
1986
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
1987
1987
if test x"$CC" = x; then
1988
1988
CC="$CXX"
@@ -2803,7 +2803,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;}
2803
2803
fi
2804
2804
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
2805
2805
case "$CC" in
2806
- clang* ) ;;
2806
+ clang* | */clang* ) ;;
2807
2807
cl* | */cl* | CL* | */CL* )
2808
2808
if test "$ac_cv_prog_cc_g" = yes ; then
2809
2809
ac_cv_prog_cc_g=no
@@ -2821,7 +2821,7 @@ CFLAGS="$save_cflags"
2821
2821
# add automake conditional so we can recognize cl compiler in makefile
2822
2822
coin_cc_is_cl=false
2823
2823
case "$CC" in
2824
- clang* ) ;;
2824
+ clang* | */clang* ) ;;
2825
2825
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
2826
2826
coin_cc_is_cl=true
2827
2827
;;
@@ -2867,7 +2867,7 @@ if test x"$CFLAGS" = x; then
2867
2867
case $build in
2868
2868
*-cygwin* | *-mingw*)
2869
2869
case "$CC" in
2870
- clang* ) ;;
2870
+ clang* | */clang* ) ;;
2871
2871
cl* | */cl* | CL* | */CL*)
2872
2872
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
2873
2873
coin_opt_cflags='-MD -O2'
3182
3182
3183
3183
# Correct the LD variable if we are using the MS or Intel-windows compiler
3184
3184
case "$CC" in
3185
- clang* ) ;;
3185
+ clang* | */clang* ) ;;
3186
3186
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
3187
3187
LD=link
3188
3188
;;
3682
3682
3683
3683
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
3684
3684
case "$CXX" in
3685
- clang* ) ;;
3685
+ clang* | */clang* ) ;;
3686
3686
cl* | */cl* | CL* | */CL* )
3687
3687
if test "$ac_cv_prog_cxx_g" = yes ; then
3688
3688
ac_cv_prog_cxx_g=no
@@ -3732,7 +3732,7 @@ if test x"$CXXFLAGS" = x; then
3732
3732
case $build in
3733
3733
*-cygwin* | *-mingw*)
3734
3734
case "$CXX" in
3735
- clang* ) ;;
3735
+ clang* | */clang* ) ;;
3736
3736
cl* | */cl* | CL* | */CL*)
3737
3737
# The MT and MTd options are mutually exclusive
3738
3738
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
4055
4055
4056
4056
# correct the LD variable in a build with MS or Intel-windows compiler
4057
4057
case "$CXX" in
4058
- clang* ) ;;
4058
+ clang* | */clang* ) ;;
4059
4059
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
4060
4060
LD=link
4061
4061
;;
@@ -4091,7 +4091,7 @@ else
4091
4091
coin_disable_shared=yes
4092
4092
if test x"$enable_shared" = xyes; then
4093
4093
case "$CC" in
4094
- clang* )
4094
+ clang* | */clang* )
4095
4095
{ echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5
4096
4096
echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;}
4097
4097
;;
4540
4540
4541
4541
# Define the identity of the package.
4542
4542
PACKAGE='cgl'
4543
- VERSION='0.60'
4543
+ VERSION='0.60.9 '
4544
4544
4545
4545
4546
4546
cat >>confdefs.h <<_ACEOF
@@ -20290,7 +20290,7 @@ fi
20290
20290
# sys_lib_search_path_spec
20291
20291
*-cygwin* | *-mingw*)
20292
20292
case "$CXX" in
20293
- clang* )
20293
+ clang* | */clang* )
20294
20294
# we assume that libtool patches for CLANG are the same as for GNU compiler - correct???
20295
20295
{ echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5
20296
20296
echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;}
@@ -20489,7 +20489,7 @@ if test "$dependency_linking" = auto; then
20489
20489
case $build in
20490
20490
*-cygwin* | *-mingw*)
20491
20491
case "$CC" in
20492
- clang* )
20492
+ clang* | */clang* )
20493
20493
dependency_linking=yes
20494
20494
;;
20495
20495
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
@@ -27471,7 +27471,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files"
27471
27471
echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6
27472
27472
coin_link_input_cmd="$LN_S"
27473
27473
case "$CC" in
27474
- clang* ) ;;
27474
+ clang* | */clang* ) ;;
27475
27475
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
27476
27476
coin_link_input_cmd=cp ;;
27477
27477
esac
@@ -27485,7 +27485,7 @@ if test x$coin_skip_ac_output != xyes; then
27485
27485
# library extension
27486
27486
27487
27487
case "$CC" in
27488
- clang* )
27488
+ clang* | */clang* )
27489
27489
LIBEXT=a ;;
27490
27490
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
27491
27491
LIBEXT=lib ;;
@@ -28125,7 +28125,7 @@ _ASBOX
28125
28125
} >&5
28126
28126
cat >&5 <<_CSEOF
28127
28127
28128
- This file was extended by Cgl $as_me 0.60, which was
28128
+ This file was extended by Cgl $as_me 0.60.9 , which was
28129
28129
generated by GNU Autoconf 2.59. Invocation command line was
28130
28130
28131
28131
CONFIG_FILES = $CONFIG_FILES
@@ -28188,7 +28188,7 @@ _ACEOF
28188
28188
28189
28189
cat >>$CONFIG_STATUS <<_ACEOF
28190
28190
ac_cs_version="\\
28191
- Cgl config.status 0.60
28191
+ Cgl config.status 0.60.9
28192
28192
configured by $0, generated by GNU Autoconf 2.59,
28193
28193
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
28194
28194
0 commit comments