Changeset 3304
- Timestamp:
- Jan 16, 2015 10:25:00 PM (6 years ago)
- Location:
- ThirdParty/Metis/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Metis/trunk/configure
r3302 r3304 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.3.3 # Generated by GNU Autoconf 2.59 for ThirdPartyMetis trunk. 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.3'433 PACKAGE_STRING='ThirdPartyMetis 1.3'432 PACKAGE_VERSION='trunk' 433 PACKAGE_STRING='ThirdPartyMetis trunk' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 986 986 # This message is too long to be a string in the A/UX 3.1 sh. 987 987 cat <<_ACEOF 988 \`configure' configures ThirdPartyMetis 1.3to adapt to many kinds of systems.988 \`configure' configures ThirdPartyMetis trunk to adapt to many kinds of systems. 989 989 990 990 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1052 1052 if test -n "$ac_init_help"; then 1053 1053 case $ac_init_help in 1054 short | recursive ) echo "Configuration of ThirdPartyMetis 1.3:";;1054 short | recursive ) echo "Configuration of ThirdPartyMetis trunk:";; 1055 1055 esac 1056 1056 cat <<\_ACEOF … … 1209 1209 if $ac_init_version; then 1210 1210 cat <<\_ACEOF 1211 ThirdPartyMetis configure 1.31211 ThirdPartyMetis configure trunk 1212 1212 generated by GNU Autoconf 2.59 1213 1213 … … 1229 1229 running configure, to aid debugging if configure makes a mistake. 1230 1230 1231 It was created by ThirdPartyMetis $as_me 1.3, which was1231 It was created by ThirdPartyMetis $as_me trunk, which was 1232 1232 generated by GNU Autoconf 2.59. Invocation command line was 1233 1233 … … 3795 3795 # Define the identity of the package. 3796 3796 PACKAGE='thirdpartymetis' 3797 VERSION=' 1.3'3797 VERSION='trunk' 3798 3798 3799 3799 … … 20906 20906 cat >&5 <<_CSEOF 20907 20907 20908 This file was extended by ThirdPartyMetis $as_me 1.3, which was20908 This file was extended by ThirdPartyMetis $as_me trunk, which was 20909 20909 generated by GNU Autoconf 2.59. Invocation command line was 20910 20910 … … 20964 20964 cat >>$CONFIG_STATUS <<_ACEOF 20965 20965 ac_cs_version="\\ 20966 ThirdPartyMetis config.status 1.320966 ThirdPartyMetis config.status trunk 20967 20967 configured by $0, generated by GNU Autoconf 2.59, 20968 20968 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Metis/trunk/configure.ac
r3302 r3304 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyMetis],[ 1.3],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyMetis],[trunk],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.