Changeset 838
- Timestamp:
- Dec 27, 2007 1:21:38 PM (13 years ago)
- Location:
- ThirdParty/ASL/stable/1.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/ASL/stable/1.0/Makefile.in
r800 r838 26 26 27 27 ######################################################################## 28 # Maintainer Stuff#28 # Documentation installation # 29 29 ######################################################################## 30 30 srcdir = @srcdir@ … … 238 238 # Files that are generated and should be cleaned with make distclean 239 239 DISTCLEANFILES = $(MAKEOKFILE) $(am__append_2) $(VPATH_DISTCLEANFILES) 240 DocFiles = README AUTHORS LICENSE 241 DocInstallDir = $(prefix)/share/doc/$(PACKAGE) 240 242 all: all-am 241 243 … … 473 475 install-data-am: 474 476 475 install-exec-am:476 477 477 install-info: install-info-am 478 478 … … 498 498 499 499 ps-am: 500 501 uninstall-am: uninstall-info-am502 500 503 501 .PHONY: all all-am all-local am--refresh check check-am clean \ … … 523 521 stdio1.h arith.h funcadd0.$(OBJEXT): $(libampl) 524 522 523 install-exec-am: 524 test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)" 525 for file in $(DocFiles); do \ 526 if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \ 527 if test -f "$$dir$$file"; then $(INSTALL_DATA) "$$dir$$file" "$(DESTDIR)$(DocInstallDir)/$$file"; fi; \ 528 done 529 530 uninstall-am: 531 for file in $(DocFiles); do \ 532 rm -f "$(DESTDIR)$(DocInstallDir)/$$file"; \ 533 done 534 535 ######################################################################## 536 # Maintainer Stuff # 537 ######################################################################## 538 525 539 # Make sure acinclude is using most recent coin.m4 526 540 @MAINTAINER_MODE_TRUE@$(srcdir)/acinclude.m4: $(BUILDTOOLSDIR)/coin.m4 -
ThirdParty/ASL/stable/1.0/configure
r800 r838 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 stable.3 # Generated by GNU Autoconf 2.59 for ThirdPartyASL 1.0.8. 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 stable'433 PACKAGE_STRING='ThirdPartyASL 1.0 stable'432 PACKAGE_VERSION='1.0.8' 433 PACKAGE_STRING='ThirdPartyASL 1.0.8' 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 stableto adapt to many kinds of systems.988 \`configure' configures ThirdPartyASL 1.0.8 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 stable:";;1054 short | recursive ) echo "Configuration of ThirdPartyASL 1.0.8:";; 1055 1055 esac 1056 1056 cat <<\_ACEOF … … 1212 1212 if $ac_init_version; then 1213 1213 cat <<\_ACEOF 1214 ThirdPartyASL configure 1.0 stable1214 ThirdPartyASL configure 1.0.8 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 stable, which was1234 It was created by ThirdPartyASL $as_me 1.0.8, which was 1235 1235 generated by GNU Autoconf 2.59. Invocation command line was 1236 1236 … … 3526 3526 # Define the identity of the package. 3527 3527 PACKAGE='thirdpartyasl' 3528 VERSION='1.0 stable'3528 VERSION='1.0.8' 3529 3529 3530 3530 … … 20752 20752 cat >&5 <<_CSEOF 20753 20753 20754 This file was extended by ThirdPartyASL $as_me 1.0 stable, which was20754 This file was extended by ThirdPartyASL $as_me 1.0.8, which was 20755 20755 generated by GNU Autoconf 2.59. Invocation command line was 20756 20756 … … 20810 20810 cat >>$CONFIG_STATUS <<_ACEOF 20811 20811 ac_cs_version="\\ 20812 ThirdPartyASL config.status 1.0 stable20812 ThirdPartyASL config.status 1.0.8 20813 20813 configured by $0, generated by GNU Autoconf 2.59, 20814 20814 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" -
ThirdParty/ASL/stable/1.0/configure.ac
r800 r838 14 14 AC_PREREQ(2.59) 15 15 16 AC_INIT([ThirdPartyASL],[1.0 stable],[http://projects.coin-or.org/BuildTools/newticket])16 AC_INIT([ThirdPartyASL],[1.0.8],[http://projects.coin-or.org/BuildTools/newticket]) 17 17 18 18 AC_COPYRIGHT([
Note: See TracChangeset
for help on using the changeset viewer.