- Timestamp:
- Mar 5, 2011 6:34:21 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure
r1688 r1690 1733 1733 coin_minorver=`echo $PACKAGE_VERSION | sed -n -e 's/^[0-9]*\.\([0-9]*\).*/\1/gp'` 1734 1734 coin_releasever=`echo $PACKAGE_VERSION | sed -n -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\).*/\1/gp'` 1735 if test "x$coin_majorver" = x ; then coin_majorver= -1; fi1736 if test "x$coin_minorver" = x ; then coin_minorver= -1; fi1737 if test "x$coin_releasever" = x ; then coin_releasever= -1; fi1735 if test "x$coin_majorver" = x ; then coin_majorver=9999 ; fi 1736 if test "x$coin_minorver" = x ; then coin_minorver=9999 ; fi 1737 if test "x$coin_releasever" = x ; then coin_releasever=9999 ; fi 1738 1738 1739 1739 cat >>confdefs.h <<_ACEOF … … 2842 2842 coin_add_cflags="-pipe" 2843 2843 coin_dbg_cflags="-g" 2844 coin_warn_cflags="-Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas "2844 coin_warn_cflags="-Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long" 2845 2845 case $build in 2846 2846 *-darwin*) … … 3769 3769 coin_add_cxxflags="-pipe" 3770 3770 coin_dbg_cxxflags="-g" 3771 coin_warn_cxxflags="-Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas "3771 coin_warn_cxxflags="-Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long" 3772 3772 case $build in 3773 3773 *-darwin*) … … 20557 20557 #END 20558 20558 } 20559 20560 if test "$GXX" = "yes" ; then20561 case "$CXX" in20562 icpc* | */icpc* | icc )20563 ;;20564 *)20565 CXXFLAGS="$CXXFLAGS -Wno-long-long"20566 ;;20567 esac20568 fi20569 20559 20570 20560 ############################################################################# -
trunk/Clp/configure.ac
r1688 r1690 52 52 # Initialize automake and libtool 53 53 AC_COIN_INIT_AUTO_TOOLS 54 55 if test "$GXX" = "yes" ; then56 case "$CXX" in57 icpc* | */icpc* | icc )58 ;;59 *)60 CXXFLAGS="$CXXFLAGS -Wno-long-long"61 ;;62 esac63 fi64 54 65 55 ############################################################################# -
trunk/configure
r1687 r1690 2701 2701 coin_add_cflags="-pipe" 2702 2702 coin_dbg_cflags="-g" 2703 coin_warn_cflags="-Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas "2703 coin_warn_cflags="-Wimplicit -Wparentheses -Wsequence-point -Wreturn-type -Wcast-qual -Wall -Wno-unknown-pragmas -Wno-long-long" 2704 2704 case $build in 2705 2705 *-darwin*) … … 3630 3630 coin_add_cxxflags="-pipe" 3631 3631 coin_dbg_cxxflags="-g" 3632 coin_warn_cxxflags="-Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas "3632 coin_warn_cxxflags="-Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -Wno-unknown-pragmas -Wno-long-long" 3633 3633 case $build in 3634 3634 *-darwin*)
Note: See TracChangeset
for help on using the changeset viewer.