Changeset 1022
- Timestamp:
- Jun 11, 2008 10:15:58 PM (13 years ago)
- Location:
- ThirdParty/ASL/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/stable/1.0/configure
r1020 r1022 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.0 .13.3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL 1.0stable. 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.0 .13'433 PACKAGE_STRING='ThirdPartyASL 1.0 .13'432 PACKAGE_VERSION='1.0stable' 433 PACKAGE_STRING='ThirdPartyASL 1.0stable' 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 ThirdPartyASL 1.0 .13to adapt to many kinds of systems.988 \`configure' configures ThirdPartyASL 1.0stable 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 ThirdPartyASL 1.0 .13:";;1054 short | recursive ) echo "Configuration of ThirdPartyASL 1.0stable:";; 1055 1055 esac 1056 1056 cat <<\_ACEOF … … 1212 1212 if $ac_init_version; then 1213 1213 cat <<\_ACEOF 1214 ThirdPartyASL configure 1.0 .131214 ThirdPartyASL configure 1.0stable 1215 1215 generated by GNU Autoconf 2.59 1216 1216 … … 1232 1232 running configure, to aid debugging if configure makes a mistake. 1233 1233 1234 It was created by ThirdPartyASL $as_me 1.0 .13, which was1234 It was created by ThirdPartyASL $as_me 1.0stable, which was 1235 1235 generated by GNU Autoconf 2.59. Invocation command line was 1236 1236 … … 3541 3541 # Define the identity of the package. 3542 3542 PACKAGE='thirdpartyasl' 3543 VERSION='1.0 .13'3543 VERSION='1.0stable' 3544 3544 3545 3545 … … 20772 20772 cat >&5 <<_CSEOF 20773 20773 20774 This file was extended by ThirdPartyASL $as_me 1.0 .13, which was20774 This file was extended by ThirdPartyASL $as_me 1.0stable, which was 20775 20775 generated by GNU Autoconf 2.59. Invocation command line was 20776 20776 … … 20830 20830 cat >>$CONFIG_STATUS <<_ACEOF 20831 20831 ac_cs_version="\\ 20832 ThirdPartyASL config.status 1.0 .1320832 ThirdPartyASL config.status 1.0stable 20833 20833 configured by $0, generated by GNU Autoconf 2.59, 20834 20834 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/ASL/stable/1.0/configure.ac
r1020 r1022 14 14 AC_PREREQ(2.59) 15 15 16 AC_INIT([ThirdPartyASL],[1.0 .13],[http://projects.coin-or.org/BuildTools/newticket])16 AC_INIT([ThirdPartyASL],[1.0stable],[http://projects.coin-or.org/BuildTools/newticket]) 17 17 18 18 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.