Changeset 1341 for ThirdParty/ASL
- Timestamp:
- Jul 16, 2009 2:25:09 PM (10 years ago)
- Location:
- ThirdParty/ASL/stable/1.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/stable/1.0/configure
r1339 r1341 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 .17.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 .17'433 PACKAGE_STRING='ThirdPartyASL 1.0 .17'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 .17to 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 .17:";;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 .171214 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 .17, 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 … … 3552 3552 # Define the identity of the package. 3553 3553 PACKAGE='thirdpartyasl' 3554 VERSION='1.0 .17'3554 VERSION='1.0stable' 3555 3555 3556 3556 … … 20783 20783 cat >&5 <<_CSEOF 20784 20784 20785 This file was extended by ThirdPartyASL $as_me 1.0 .17, which was20785 This file was extended by ThirdPartyASL $as_me 1.0stable, which was 20786 20786 generated by GNU Autoconf 2.59. Invocation command line was 20787 20787 … … 20841 20841 cat >>$CONFIG_STATUS <<_ACEOF 20842 20842 ac_cs_version="\\ 20843 ThirdPartyASL config.status 1.0 .1720843 ThirdPartyASL config.status 1.0stable 20844 20844 configured by $0, generated by GNU Autoconf 2.59, 20845 20845 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/ASL/stable/1.0/configure.ac
r1339 r1341 14 14 AC_PREREQ(2.59) 15 15 16 AC_INIT([ThirdPartyASL],[1.0 .17],[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.