Changeset 1284
- Timestamp:
- Apr 25, 2009 5:24:12 PM (12 years ago)
- Location:
- ThirdParty/Metis/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Metis/stable/1.0/configure
r1282 r1284 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 .0.3 # Generated by GNU Autoconf 2.59 for ThirdPartyMetis 1.0stable. 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 .0'433 PACKAGE_STRING='ThirdPartyMetis 1.0 .0'432 PACKAGE_VERSION='1.0stable' 433 PACKAGE_STRING='ThirdPartyMetis 1.0stable' 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 .0to adapt to many kinds of systems.984 \`configure' configures ThirdPartyMetis 1.0stable 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 .0:";;1050 short | recursive ) echo "Configuration of ThirdPartyMetis 1.0stable:";; 1051 1051 esac 1052 1052 cat <<\_ACEOF … … 1204 1204 if $ac_init_version; then 1205 1205 cat <<\_ACEOF 1206 ThirdPartyMetis configure 1.0 .01206 ThirdPartyMetis configure 1.0stable 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 .0, which was1226 It was created by ThirdPartyMetis $as_me 1.0stable, which was 1227 1227 generated by GNU Autoconf 2.59. Invocation command line was 1228 1228 … … 3527 3527 # Define the identity of the package. 3528 3528 PACKAGE='thirdpartymetis' 3529 VERSION='1.0 .0'3529 VERSION='1.0stable' 3530 3530 3531 3531 … … 20480 20480 cat >&5 <<_CSEOF 20481 20481 20482 This file was extended by ThirdPartyMetis $as_me 1.0 .0, which was20482 This file was extended by ThirdPartyMetis $as_me 1.0stable, which was 20483 20483 generated by GNU Autoconf 2.59. Invocation command line was 20484 20484 … … 20538 20538 cat >>$CONFIG_STATUS <<_ACEOF 20539 20539 ac_cs_version="\\ 20540 ThirdPartyMetis config.status 1.0 .020540 ThirdPartyMetis config.status 1.0stable 20541 20541 configured by $0, generated by GNU Autoconf 2.59, 20542 20542 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Metis/stable/1.0/configure.ac
r1282 r1284 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyMetis],[1.0 .0],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyMetis],[1.0stable],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.