Changeset 1353
- Timestamp:
- Jul 16, 2009 2:34:20 PM (12 years ago)
- Location:
- ThirdParty/Metis/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Metis/stable/1.0/configure
r1351 r1353 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 .2.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 .2'433 PACKAGE_STRING='ThirdPartyMetis 1.0 .2'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 .2to 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 .2:";;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 .21206 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 .2, 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 … … 3531 3531 # Define the identity of the package. 3532 3532 PACKAGE='thirdpartymetis' 3533 VERSION='1.0 .2'3533 VERSION='1.0stable' 3534 3534 3535 3535 … … 20584 20584 cat >&5 <<_CSEOF 20585 20585 20586 This file was extended by ThirdPartyMetis $as_me 1.0 .2, which was20586 This file was extended by ThirdPartyMetis $as_me 1.0stable, which was 20587 20587 generated by GNU Autoconf 2.59. Invocation command line was 20588 20588 … … 20642 20642 cat >>$CONFIG_STATUS <<_ACEOF 20643 20643 ac_cs_version="\\ 20644 ThirdPartyMetis config.status 1.0 .220644 ThirdPartyMetis config.status 1.0stable 20645 20645 configured by $0, generated by GNU Autoconf 2.59, 20646 20646 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Metis/stable/1.0/configure.ac
r1351 r1353 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyMetis],[1.0 .2],[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.