Changeset 1356
- Timestamp:
- Jul 16, 2009 2:35:47 PM (12 years ago)
- Location:
- ThirdParty/Mumps/stable/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/stable/1.1/configure
r1354 r1356 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 .8.3 # Generated by GNU Autoconf 2.59 for ThirdPartyMumps 1.1stable. 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 .8'433 PACKAGE_STRING='ThirdPartyMumps 1.1 .8'432 PACKAGE_VERSION='1.1stable' 433 PACKAGE_STRING='ThirdPartyMumps 1.1stable' 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 .8to adapt to many kinds of systems.1000 \`configure' configures ThirdPartyMumps 1.1stable 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 .8:";;1066 short | recursive ) echo "Configuration of ThirdPartyMumps 1.1stable:";; 1067 1067 esac 1068 1068 cat <<\_ACEOF … … 1229 1229 if $ac_init_version; then 1230 1230 cat <<\_ACEOF 1231 ThirdPartyMumps configure 1.1 .81231 ThirdPartyMumps configure 1.1stable 1232 1232 generated by GNU Autoconf 2.59 1233 1233 … … 1249 1249 running configure, to aid debugging if configure makes a mistake. 1250 1250 1251 It was created by ThirdPartyMumps $as_me 1.1 .8, which was1251 It was created by ThirdPartyMumps $as_me 1.1stable, which was 1252 1252 generated by GNU Autoconf 2.59. Invocation command line was 1253 1253 … … 5804 5804 # Define the identity of the package. 5805 5805 PACKAGE='thirdpartymumps' 5806 VERSION='1.1 .8'5806 VERSION='1.1stable' 5807 5807 5808 5808 … … 24701 24701 cat >&5 <<_CSEOF 24702 24702 24703 This file was extended by ThirdPartyMumps $as_me 1.1 .8, which was24703 This file was extended by ThirdPartyMumps $as_me 1.1stable, which was 24704 24704 generated by GNU Autoconf 2.59. Invocation command line was 24705 24705 … … 24759 24759 cat >>$CONFIG_STATUS <<_ACEOF 24760 24760 ac_cs_version="\\ 24761 ThirdPartyMumps config.status 1.1 .824761 ThirdPartyMumps config.status 1.1stable 24762 24762 configured by $0, generated by GNU Autoconf 2.59, 24763 24763 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/Mumps/stable/1.1/configure.ac
r1354 r1356 13 13 AC_PREREQ(2.59) 14 14 15 AC_INIT([ThirdPartyMumps],[1.1 .8],[http://projects.coin-or.org/BuildTools/newticket])15 AC_INIT([ThirdPartyMumps],[1.1stable],[http://projects.coin-or.org/BuildTools/newticket]) 16 16 17 17 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.