Changeset 2009 for ThirdParty/ASL
- Timestamp:
- Dec 26, 2010 11:07:24 AM (10 years ago)
- Location:
- ThirdParty/ASL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/trunk/configure
r2001 r2009 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL trunk.3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL 1.2. 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=' trunk'433 PACKAGE_STRING='ThirdPartyASL trunk'432 PACKAGE_VERSION='1.2' 433 PACKAGE_STRING='ThirdPartyASL 1.2' 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 trunkto adapt to many kinds of systems.992 \`configure' configures ThirdPartyASL 1.2 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 trunk:";;1058 short | recursive ) echo "Configuration of ThirdPartyASL 1.2:";; 1059 1059 esac 1060 1060 cat <<\_ACEOF … … 1218 1218 if $ac_init_version; then 1219 1219 cat <<\_ACEOF 1220 ThirdPartyASL configure trunk1220 ThirdPartyASL configure 1.2 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 trunk, which was1240 It was created by ThirdPartyASL $as_me 1.2, which was 1241 1241 generated by GNU Autoconf 2.59. Invocation command line was 1242 1242 … … 3648 3648 # Define the identity of the package. 3649 3649 PACKAGE='thirdpartyasl' 3650 VERSION=' trunk'3650 VERSION='1.2' 3651 3651 3652 3652 … … 20898 20898 cat >&5 <<_CSEOF 20899 20899 20900 This file was extended by ThirdPartyASL $as_me trunk, which was20900 This file was extended by ThirdPartyASL $as_me 1.2, which was 20901 20901 generated by GNU Autoconf 2.59. Invocation command line was 20902 20902 … … 20956 20956 cat >>$CONFIG_STATUS <<_ACEOF 20957 20957 ac_cs_version="\\ 20958 ThirdPartyASL config.status trunk20958 ThirdPartyASL config.status 1.2 20959 20959 configured by $0, generated by GNU Autoconf 2.59, 20960 20960 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/ASL/trunk/configure.ac
r1951 r2009 14 14 AC_PREREQ(2.59) 15 15 16 AC_INIT([ThirdPartyASL],[ trunk],[http://projects.coin-or.org/BuildTools/newticket])16 AC_INIT([ThirdPartyASL],[1.2],[http://projects.coin-or.org/BuildTools/newticket]) 17 17 18 18 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.