Changeset 1156
- Timestamp:
- Aug 26, 2008 2:01:43 PM (13 years ago)
- Location:
- ThirdParty/Mumps/stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/stable/1.1/configure
r1147 r1156 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyMumps 1.1 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyMumps 1.1.1. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyMumps' 431 431 PACKAGE_TARNAME='thirdpartymumps' 432 PACKAGE_VERSION='1.1 stable'433 PACKAGE_STRING='ThirdPartyMumps 1.1 stable'432 PACKAGE_VERSION='1.1.1' 433 PACKAGE_STRING='ThirdPartyMumps 1.1.1' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 998 998 # This message is too long to be a string in the A/UX 3.1 sh. 999 999 cat <<_ACEOF 1000 \`configure' configures ThirdPartyMumps 1.1 stableto adapt to many kinds of systems.1000 \`configure' configures ThirdPartyMumps 1.1.1 to adapt to many kinds of systems. 1001 1001 1002 1002 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1064 1064 if test -n "$ac_init_help"; then 1065 1065 case $ac_init_help in 1066 short | recursive ) echo "Configuration of ThirdPartyMumps 1.1 stable:";;1066 short | recursive ) echo "Configuration of ThirdPartyMumps 1.1.1:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1227 1227 if $ac_init_version; then 1228 1228 cat <<\_ACEOF 1229 ThirdPartyMumps configure 1.1 stable1229 ThirdPartyMumps configure 1.1.1 1230 1230 generated by GNU Autoconf 2.59 1231 1231 … … 1247 1247 running configure, to aid debugging if configure makes a mistake. 1248 1248 1249 It was created by ThirdPartyMumps $as_me 1.1 stable, which was1249 It was created by ThirdPartyMumps $as_me 1.1.1, which was 1250 1250 generated by GNU Autoconf 2.59. Invocation command line was 1251 1251 … … 5155 5155 # Define the identity of the package. 5156 5156 PACKAGE='thirdpartymumps' 5157 VERSION='1.1 stable'5157 VERSION='1.1.1' 5158 5158 5159 5159 … … 22318 22318 cat >&5 <<_CSEOF 22319 22319 22320 This file was extended by ThirdPartyMumps $as_me 1.1 stable, which was22320 This file was extended by ThirdPartyMumps $as_me 1.1.1, which was 22321 22321 generated by GNU Autoconf 2.59. Invocation command line was 22322 22322 … … 22376 22376 cat >>$CONFIG_STATUS <<_ACEOF 22377 22377 ac_cs_version="\\ 22378 ThirdPartyMumps config.status 1.1 stable22378 ThirdPartyMumps config.status 1.1.1 22379 22379 configured by $0, generated by GNU Autoconf 2.59, 22380 22380 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Mumps/stable/1.1/configure.ac
r1147 r1156 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyMumps],[1.1 stable],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyMumps],[1.1.1],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.