Changeset 1718 for ThirdParty/ASL
- Timestamp:
- Nov 3, 2010 1:00:10 AM (9 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/configure
r1716 r1718 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL 1. 1.3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL 1.0trunk. 4 4 # 5 5 # Report bugs to <http://projects.coin-or.org/BuildTools/newticket>. … … 430 430 PACKAGE_NAME='ThirdPartyASL' 431 431 PACKAGE_TARNAME='thirdpartyasl' 432 PACKAGE_VERSION='1. 1'433 PACKAGE_STRING='ThirdPartyASL 1. 1'432 PACKAGE_VERSION='1.0trunk' 433 PACKAGE_STRING='ThirdPartyASL 1.0trunk' 434 434 PACKAGE_BUGREPORT='http://projects.coin-or.org/BuildTools/newticket' 435 435 … … 990 990 # This message is too long to be a string in the A/UX 3.1 sh. 991 991 cat <<_ACEOF 992 \`configure' configures ThirdPartyASL 1. 1to adapt to many kinds of systems.992 \`configure' configures ThirdPartyASL 1.0trunk to adapt to many kinds of systems. 993 993 994 994 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1056 1056 if test -n "$ac_init_help"; then 1057 1057 case $ac_init_help in 1058 short | recursive ) echo "Configuration of ThirdPartyASL 1. 1:";;1058 short | recursive ) echo "Configuration of ThirdPartyASL 1.0trunk:";; 1059 1059 esac 1060 1060 cat <<\_ACEOF … … 1218 1218 if $ac_init_version; then 1219 1219 cat <<\_ACEOF 1220 ThirdPartyASL configure 1. 11220 ThirdPartyASL configure 1.0trunk 1221 1221 generated by GNU Autoconf 2.59 1222 1222 … … 1238 1238 running configure, to aid debugging if configure makes a mistake. 1239 1239 1240 It was created by ThirdPartyASL $as_me 1. 1, which was1240 It was created by ThirdPartyASL $as_me 1.0trunk, which was 1241 1241 generated by GNU Autoconf 2.59. Invocation command line was 1242 1242 … … 3628 3628 # Define the identity of the package. 3629 3629 PACKAGE='thirdpartyasl' 3630 VERSION='1. 1'3630 VERSION='1.0trunk' 3631 3631 3632 3632 … … 20874 20874 cat >&5 <<_CSEOF 20875 20875 20876 This file was extended by ThirdPartyASL $as_me 1. 1, which was20876 This file was extended by ThirdPartyASL $as_me 1.0trunk, which was 20877 20877 generated by GNU Autoconf 2.59. Invocation command line was 20878 20878 … … 20932 20932 cat >>$CONFIG_STATUS <<_ACEOF 20933 20933 ac_cs_version="\\ 20934 ThirdPartyASL config.status 1. 120934 ThirdPartyASL config.status 1.0trunk 20935 20935 configured by $0, generated by GNU Autoconf 2.59, 20936 20936 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/ASL/trunk/configure.ac
r1716 r1718 14 14 AC_PREREQ(2.59) 15 15 16 AC_INIT([ThirdPartyASL],[1. 1],[http://projects.coin-or.org/BuildTools/newticket])16 AC_INIT([ThirdPartyASL],[1.0trunk],[http://projects.coin-or.org/BuildTools/newticket]) 17 17 18 18 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.