Changeset 1336
- Timestamp:
- Jul 16, 2009 12:27:17 PM (12 years ago)
- Location:
- ThirdParty/Metis/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Metis/stable/1.0/configure
r1298 r1336 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyMetis 1.0 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyMetis 1.0trunk. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyMetis' 431 431 PACKAGE_TARNAME='thirdpartymetis' 432 PACKAGE_VERSION='1.0 stable'433 PACKAGE_STRING='ThirdPartyMetis 1.0 stable'432 PACKAGE_VERSION='1.0trunk' 433 PACKAGE_STRING='ThirdPartyMetis 1.0trunk' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 982 982 # This message is too long to be a string in the A/UX 3.1 sh. 983 983 cat <<_ACEOF 984 \`configure' configures ThirdPartyMetis 1.0 stableto adapt to many kinds of systems.984 \`configure' configures ThirdPartyMetis 1.0trunk to adapt to many kinds of systems. 985 985 986 986 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1048 1048 if test -n "$ac_init_help"; then 1049 1049 case $ac_init_help in 1050 short | recursive ) echo "Configuration of ThirdPartyMetis 1.0 stable:";;1050 short | recursive ) echo "Configuration of ThirdPartyMetis 1.0trunk:";; 1051 1051 esac 1052 1052 cat <<\_ACEOF … … 1204 1204 if $ac_init_version; then 1205 1205 cat <<\_ACEOF 1206 ThirdPartyMetis configure 1.0 stable1206 ThirdPartyMetis configure 1.0trunk 1207 1207 generated by GNU Autoconf 2.59 1208 1208 … … 1224 1224 running configure, to aid debugging if configure makes a mistake. 1225 1225 1226 It was created by ThirdPartyMetis $as_me 1.0 stable, which was1226 It was created by ThirdPartyMetis $as_me 1.0trunk, which was 1227 1227 generated by GNU Autoconf 2.59. Invocation command line was 1228 1228 … … 1576 1576 ADDLIBS="-lm $LIBS" 1577 1577 1578 1579 # As backup, we make sure we don't loose an FLIBS if it has been set 1580 # by the user 1581 save_FLIBS="$FLIBS" 1578 1582 1579 1583 # Initialize the FADDLIBS variable (which is to be used with a fortran … … 3527 3531 # Define the identity of the package. 3528 3532 PACKAGE='thirdpartymetis' 3529 VERSION='1.0 stable'3533 VERSION='1.0trunk' 3530 3534 3531 3535 … … 4720 4724 *-*-irix6*) 4721 4725 # Find out which ABI we are using. 4722 echo '#line 472 2"configure"' > conftest.$ac_ext4726 echo '#line 4726 "configure"' > conftest.$ac_ext 4723 4727 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4724 4728 (eval $ac_compile) 2>&5 … … 6319 6323 6320 6324 # Provide some information about the compiler. 6321 echo "$as_me:632 1:" \6325 echo "$as_me:6325:" \ 6322 6326 "checking for Fortran 77 compiler version" >&5 6323 6327 ac_compiler=`set X $ac_compile; echo $2` … … 7386 7390 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7387 7391 -e 's:$: $lt_compiler_flag:'` 7388 (eval echo "\"\$as_me:73 88: $lt_compile\"" >&5)7392 (eval echo "\"\$as_me:7392: $lt_compile\"" >&5) 7389 7393 (eval "$lt_compile" 2>conftest.err) 7390 7394 ac_status=$? 7391 7395 cat conftest.err >&5 7392 echo "$as_me:739 2: \$? = $ac_status" >&57396 echo "$as_me:7396: \$? = $ac_status" >&5 7393 7397 if (exit $ac_status) && test -s "$ac_outfile"; then 7394 7398 # The compiler can only warn and ignore the option if not recognized … … 7654 7658 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7655 7659 -e 's:$: $lt_compiler_flag:'` 7656 (eval echo "\"\$as_me:76 56: $lt_compile\"" >&5)7660 (eval echo "\"\$as_me:7660: $lt_compile\"" >&5) 7657 7661 (eval "$lt_compile" 2>conftest.err) 7658 7662 ac_status=$? 7659 7663 cat conftest.err >&5 7660 echo "$as_me:766 0: \$? = $ac_status" >&57664 echo "$as_me:7664: \$? = $ac_status" >&5 7661 7665 if (exit $ac_status) && test -s "$ac_outfile"; then 7662 7666 # The compiler can only warn and ignore the option if not recognized … … 7758 7762 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7759 7763 -e 's:$: $lt_compiler_flag:'` 7760 (eval echo "\"\$as_me:776 0: $lt_compile\"" >&5)7764 (eval echo "\"\$as_me:7764: $lt_compile\"" >&5) 7761 7765 (eval "$lt_compile" 2>out/conftest.err) 7762 7766 ac_status=$? 7763 7767 cat out/conftest.err >&5 7764 echo "$as_me:776 4: \$? = $ac_status" >&57768 echo "$as_me:7768: \$? = $ac_status" >&5 7765 7769 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7766 7770 then … … 10103 10107 lt_status=$lt_dlunknown 10104 10108 cat > conftest.$ac_ext <<EOF 10105 #line 1010 5"configure"10109 #line 10109 "configure" 10106 10110 #include "confdefs.h" 10107 10111 … … 10203 10207 lt_status=$lt_dlunknown 10204 10208 cat > conftest.$ac_ext <<EOF 10205 #line 1020 5"configure"10209 #line 10209 "configure" 10206 10210 #include "confdefs.h" 10207 10211 … … 12547 12551 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12548 12552 -e 's:$: $lt_compiler_flag:'` 12549 (eval echo "\"\$as_me:125 49: $lt_compile\"" >&5)12553 (eval echo "\"\$as_me:12553: $lt_compile\"" >&5) 12550 12554 (eval "$lt_compile" 2>conftest.err) 12551 12555 ac_status=$? 12552 12556 cat conftest.err >&5 12553 echo "$as_me:1255 3: \$? = $ac_status" >&512557 echo "$as_me:12557: \$? = $ac_status" >&5 12554 12558 if (exit $ac_status) && test -s "$ac_outfile"; then 12555 12559 # The compiler can only warn and ignore the option if not recognized … … 12651 12655 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12652 12656 -e 's:$: $lt_compiler_flag:'` 12653 (eval echo "\"\$as_me:1265 3: $lt_compile\"" >&5)12657 (eval echo "\"\$as_me:12657: $lt_compile\"" >&5) 12654 12658 (eval "$lt_compile" 2>out/conftest.err) 12655 12659 ac_status=$? 12656 12660 cat out/conftest.err >&5 12657 echo "$as_me:126 57: \$? = $ac_status" >&512661 echo "$as_me:12661: \$? = $ac_status" >&5 12658 12662 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12659 12663 then … … 14221 14225 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14222 14226 -e 's:$: $lt_compiler_flag:'` 14223 (eval echo "\"\$as_me:1422 3: $lt_compile\"" >&5)14227 (eval echo "\"\$as_me:14227: $lt_compile\"" >&5) 14224 14228 (eval "$lt_compile" 2>conftest.err) 14225 14229 ac_status=$? 14226 14230 cat conftest.err >&5 14227 echo "$as_me:142 27: \$? = $ac_status" >&514231 echo "$as_me:14231: \$? = $ac_status" >&5 14228 14232 if (exit $ac_status) && test -s "$ac_outfile"; then 14229 14233 # The compiler can only warn and ignore the option if not recognized … … 14325 14329 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14326 14330 -e 's:$: $lt_compiler_flag:'` 14327 (eval echo "\"\$as_me:143 27: $lt_compile\"" >&5)14331 (eval echo "\"\$as_me:14331: $lt_compile\"" >&5) 14328 14332 (eval "$lt_compile" 2>out/conftest.err) 14329 14333 ac_status=$? 14330 14334 cat out/conftest.err >&5 14331 echo "$as_me:1433 1: \$? = $ac_status" >&514335 echo "$as_me:14335: \$? = $ac_status" >&5 14332 14336 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14333 14337 then … … 16532 16536 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16533 16537 -e 's:$: $lt_compiler_flag:'` 16534 (eval echo "\"\$as_me:1653 4: $lt_compile\"" >&5)16538 (eval echo "\"\$as_me:16538: $lt_compile\"" >&5) 16535 16539 (eval "$lt_compile" 2>conftest.err) 16536 16540 ac_status=$? 16537 16541 cat conftest.err >&5 16538 echo "$as_me:165 38: \$? = $ac_status" >&516542 echo "$as_me:16542: \$? = $ac_status" >&5 16539 16543 if (exit $ac_status) && test -s "$ac_outfile"; then 16540 16544 # The compiler can only warn and ignore the option if not recognized … … 16800 16804 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16801 16805 -e 's:$: $lt_compiler_flag:'` 16802 (eval echo "\"\$as_me:1680 2: $lt_compile\"" >&5)16806 (eval echo "\"\$as_me:16806: $lt_compile\"" >&5) 16803 16807 (eval "$lt_compile" 2>conftest.err) 16804 16808 ac_status=$? 16805 16809 cat conftest.err >&5 16806 echo "$as_me:168 06: \$? = $ac_status" >&516810 echo "$as_me:16810: \$? = $ac_status" >&5 16807 16811 if (exit $ac_status) && test -s "$ac_outfile"; then 16808 16812 # The compiler can only warn and ignore the option if not recognized … … 16904 16908 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16905 16909 -e 's:$: $lt_compiler_flag:'` 16906 (eval echo "\"\$as_me:169 06: $lt_compile\"" >&5)16910 (eval echo "\"\$as_me:16910: $lt_compile\"" >&5) 16907 16911 (eval "$lt_compile" 2>out/conftest.err) 16908 16912 ac_status=$? 16909 16913 cat out/conftest.err >&5 16910 echo "$as_me:1691 0: \$? = $ac_status" >&516914 echo "$as_me:16914: \$? = $ac_status" >&5 16911 16915 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16912 16916 then … … 19959 19963 echo "$as_me:$LINENO: checking whether we need to create a dummy strings.h file" >&5 19960 19964 echo $ECHO_N "checking whether we need to create a dummy strings.h file... $ECHO_C" >&6 19961 if test $ac_cv_header_strings_h= no; then19965 if test "$ac_cv_header_strings_h" = no; then 19962 19966 echo "$as_me:$LINENO: result: yes" >&5 19963 19967 echo "${ECHO_T}yes" >&6 … … 19967 19971 echo "${ECHO_T}no" >&6 19968 19972 fi 19973 19974 # On some systems, there are no drand48 and srand48. 19975 # By defining __VC__, we can make Metis use an alternative function 19976 echo "$as_me:$LINENO: checking for drand48" >&5 19977 echo $ECHO_N "checking for drand48... $ECHO_C" >&6 19978 if test "${ac_cv_func_drand48+set}" = set; then 19979 echo $ECHO_N "(cached) $ECHO_C" >&6 19980 else 19981 cat >conftest.$ac_ext <<_ACEOF 19982 /* confdefs.h. */ 19983 _ACEOF 19984 cat confdefs.h >>conftest.$ac_ext 19985 cat >>conftest.$ac_ext <<_ACEOF 19986 /* end confdefs.h. */ 19987 /* Define drand48 to an innocuous variant, in case <limits.h> declares drand48. 19988 For example, HP-UX 11i <limits.h> declares gettimeofday. */ 19989 #define drand48 innocuous_drand48 19990 19991 /* System header to define __stub macros and hopefully few prototypes, 19992 which can conflict with char drand48 (); below. 19993 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 19994 <limits.h> exists even on freestanding compilers. */ 19995 19996 #ifdef __STDC__ 19997 # include <limits.h> 19998 #else 19999 # include <assert.h> 20000 #endif 20001 20002 #undef drand48 20003 20004 /* Override any gcc2 internal prototype to avoid an error. */ 20005 #ifdef __cplusplus 20006 extern "C" 20007 { 20008 #endif 20009 /* We use char because int might match the return type of a gcc2 20010 builtin and then its argument prototype would still apply. */ 20011 char drand48 (); 20012 /* The GNU C library defines this for functions which it implements 20013 to always fail with ENOSYS. Some functions are actually named 20014 something starting with __ and the normal name is an alias. */ 20015 #if defined (__stub_drand48) || defined (__stub___drand48) 20016 choke me 20017 #else 20018 char (*f) () = drand48; 20019 #endif 20020 #ifdef __cplusplus 20021 } 20022 #endif 20023 20024 int 20025 main () 20026 { 20027 return f != drand48; 20028 ; 20029 return 0; 20030 } 20031 _ACEOF 20032 rm -f conftest.$ac_objext conftest$ac_exeext 20033 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 20034 (eval $ac_link) 2>conftest.er1 20035 ac_status=$? 20036 grep -v '^ *+' conftest.er1 >conftest.err 20037 rm -f conftest.er1 20038 cat conftest.err >&5 20039 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20040 (exit $ac_status); } && 20041 { ac_try='test -z "$ac_c_werror_flag" 20042 || test ! -s conftest.err' 20043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20044 (eval $ac_try) 2>&5 20045 ac_status=$? 20046 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20047 (exit $ac_status); }; } && 20048 { ac_try='test -s conftest$ac_exeext' 20049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 20050 (eval $ac_try) 2>&5 20051 ac_status=$? 20052 echo "$as_me:$LINENO: \$? = $ac_status" >&5 20053 (exit $ac_status); }; }; then 20054 ac_cv_func_drand48=yes 20055 else 20056 echo "$as_me: failed program was:" >&5 20057 sed 's/^/| /' conftest.$ac_ext >&5 20058 20059 ac_cv_func_drand48=no 20060 fi 20061 rm -f conftest.err conftest.$ac_objext \ 20062 conftest$ac_exeext conftest.$ac_ext 20063 fi 20064 echo "$as_me:$LINENO: result: $ac_cv_func_drand48" >&5 20065 echo "${ECHO_T}$ac_cv_func_drand48" >&6 20066 if test $ac_cv_func_drand48 = yes; then 20067 : 20068 else 20069 CFLAGS="$CFLAGS -D__VC__" 20070 fi 20071 20072 19969 20073 19970 20074 METISDIR=metis-4.0 … … 20480 20584 cat >&5 <<_CSEOF 20481 20585 20482 This file was extended by ThirdPartyMetis $as_me 1.0 stable, which was20586 This file was extended by ThirdPartyMetis $as_me 1.0trunk, which was 20483 20587 generated by GNU Autoconf 2.59. Invocation command line was 20484 20588 … … 20538 20642 cat >>$CONFIG_STATUS <<_ACEOF 20539 20643 ac_cs_version="\\ 20540 ThirdPartyMetis config.status 1.0 stable20644 ThirdPartyMetis config.status 1.0trunk 20541 20645 configured by $0, generated by GNU Autoconf 2.59, 20542 20646 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Metis/stable/1.0/configure.ac
r1298 r1336 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyMetis],[1.0 stable],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyMetis],[1.0trunk],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([ … … 69 69 # We need to create a dummy header file for Windows 70 70 AC_MSG_CHECKING([whether we need to create a dummy strings.h file]) 71 if test $ac_cv_header_strings_h= no; then71 if test "$ac_cv_header_strings_h" = no; then 72 72 AC_MSG_RESULT([yes]) 73 73 touch strings.h … … 75 75 AC_MSG_RESULT([no]) 76 76 fi 77 78 # On some systems, there are no drand48 and srand48. 79 # By defining __VC__, we can make Metis use an alternative function 80 AC_CHECK_FUNC(drand48,,[CFLAGS="$CFLAGS -D__VC__"]) 81 77 82 78 83 METISDIR=metis-4.0
Note: See TracChangeset
for help on using the changeset viewer.