Skip to content

Commit

Permalink
rerun autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed Jul 2, 2024
1 parent 294ef13 commit e990bcf
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
28 changes: 14 additions & 14 deletions CoinUtils/configure
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl)
if test x"$CXX" != x; then
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
if test x"$CC" = x; then
CC="$CXX"
Expand Down Expand Up @@ -2826,7 +2826,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;}
fi
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* )
if test "$ac_cv_prog_cc_g" = yes ; then
ac_cv_prog_cc_g=no
Expand All @@ -2844,7 +2844,7 @@ CFLAGS="$save_cflags"
# add automake conditional so we can recognize cl compiler in makefile
coin_cc_is_cl=false
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
coin_cc_is_cl=true
;;
Expand Down Expand Up @@ -2890,7 +2890,7 @@ if test x"$CFLAGS" = x; then
case $build in
*-cygwin* | *-mingw*)
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL*)
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
coin_opt_cflags='-MD -O2'
Expand Down Expand Up @@ -3205,7 +3205,7 @@ fi

# Correct the LD variable if we are using the MS or Intel-windows compiler
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
LD=link
;;
Expand Down Expand Up @@ -3705,7 +3705,7 @@ fi

# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* )
if test "$ac_cv_prog_cxx_g" = yes ; then
ac_cv_prog_cxx_g=no
Expand Down Expand Up @@ -3755,7 +3755,7 @@ if test x"$CXXFLAGS" = x; then
case $build in
*-cygwin* | *-mingw*)
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL*)
# The MT and MTd options are mutually exclusive
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
Expand Down Expand Up @@ -4078,7 +4078,7 @@ fi

# correct the LD variable in a build with MS or Intel-windows compiler
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
LD=link
;;
Expand Down Expand Up @@ -5696,7 +5696,7 @@ else
coin_disable_shared=yes
if test x"$enable_shared" = xyes; then
case "$CC" in
clang* )
clang* | */clang* )
{ echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5
echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;}
;;
Expand Down Expand Up @@ -21778,7 +21778,7 @@ fi
# sys_lib_search_path_spec
*-cygwin* | *-mingw*)
case "$CXX" in
clang* )
clang* | */clang* )
# we assume that libtool patches for CLANG are the same as for GNU compiler - correct???
{ echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5
echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;}
Expand Down Expand Up @@ -21977,7 +21977,7 @@ if test "$dependency_linking" = auto; then
case $build in
*-cygwin* | *-mingw*)
case "$CC" in
clang* )
clang* | */clang* )
dependency_linking=yes
;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
Expand Down Expand Up @@ -31085,7 +31085,7 @@ esac

*-cygwin* | *-mingw*)
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
coin_save_LIBS="$LIBS"
LIBS="mkl_intel_c.lib mkl_sequential.lib mkl_core.lib $LIBS"
Expand Down Expand Up @@ -38917,7 +38917,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files"
echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6
coin_link_input_cmd="$LN_S"
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
coin_link_input_cmd=cp ;;
esac
Expand All @@ -38931,7 +38931,7 @@ if test x$coin_skip_ac_output != xyes; then
# library extension

case "$CC" in
clang* )
clang* | */clang* )
LIBEXT=a ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
LIBEXT=lib ;;
Expand Down
26 changes: 13 additions & 13 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# compiler, if the C++ is set, but the C compiler isn't (only for CXX=cl)
if test x"$CXX" != x; then
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
if test x"$CC" = x; then
CC="$CXX"
Expand Down Expand Up @@ -2644,7 +2644,7 @@ echo "$as_me: error: Failed to find a C compiler!" >&2;}
fi
# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* )
if test "$ac_cv_prog_cc_g" = yes ; then
ac_cv_prog_cc_g=no
Expand All @@ -2662,7 +2662,7 @@ CFLAGS="$save_cflags"
# add automake conditional so we can recognize cl compiler in makefile
coin_cc_is_cl=false
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
coin_cc_is_cl=true
;;
Expand Down Expand Up @@ -2708,7 +2708,7 @@ if test x"$CFLAGS" = x; then
case $build in
*-cygwin* | *-mingw*)
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL*)
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
coin_opt_cflags='-MD -O2'
Expand Down Expand Up @@ -3023,7 +3023,7 @@ fi

# Correct the LD variable if we are using the MS or Intel-windows compiler
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
LD=link
;;
Expand Down Expand Up @@ -3525,7 +3525,7 @@ fi

# Autoconf incorrectly concludes that cl recognises -g. It doesn't.
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* )
if test "$ac_cv_prog_cxx_g" = yes ; then
ac_cv_prog_cxx_g=no
Expand Down Expand Up @@ -3575,7 +3575,7 @@ if test x"$CXXFLAGS" = x; then
case $build in
*-cygwin* | *-mingw*)
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL*)
# The MT and MTd options are mutually exclusive
if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then
Expand Down Expand Up @@ -3898,7 +3898,7 @@ fi

# correct the LD variable in a build with MS or Intel-windows compiler
case "$CXX" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
LD=link
;;
Expand Down Expand Up @@ -4624,7 +4624,7 @@ else
coin_disable_shared=yes
if test x"$enable_shared" = xyes; then
case "$CC" in
clang* )
clang* | */clang* )
{ echo "$as_me:$LINENO: WARNING: Building of DLLs not supported in this configuration." >&5
echo "$as_me: WARNING: Building of DLLs not supported in this configuration." >&2;}
;;
Expand Down Expand Up @@ -20586,7 +20586,7 @@ fi
# sys_lib_search_path_spec
*-cygwin* | *-mingw*)
case "$CXX" in
clang* )
clang* | */clang* )
# we assume that libtool patches for CLANG are the same as for GNU compiler - correct???
{ echo "$as_me:$LINENO: Applying patches to libtool for CLANG compiler" >&5
echo "$as_me: Applying patches to libtool for CLANG compiler" >&6;}
Expand Down Expand Up @@ -20785,7 +20785,7 @@ if test "$dependency_linking" = auto; then
case $build in
*-cygwin* | *-mingw*)
case "$CC" in
clang* )
clang* | */clang* )
dependency_linking=yes
;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
Expand Down Expand Up @@ -21842,7 +21842,7 @@ echo "$as_me:$LINENO: checking which command should be used to link input files"
echo $ECHO_N "checking which command should be used to link input files... $ECHO_C" >&6
coin_link_input_cmd="$LN_S"
case "$CC" in
clang* ) ;;
clang* | */clang* ) ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
coin_link_input_cmd=cp ;;
esac
Expand All @@ -21856,7 +21856,7 @@ if test x$coin_skip_ac_output != xyes; then
# library extension

case "$CC" in
clang* )
clang* | */clang* )
LIBEXT=a ;;
cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*)
LIBEXT=lib ;;
Expand Down

0 comments on commit e990bcf

Please sign in to comment.