Overview
| Comment: | * Makefile.am: included EXTRA_DIST so that it compiles from `dist' |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
feba0a4c97f07e4701f7429ca53db185 |
| User & Date: | johannes@zellner.org on 2000-07-03 12:51:01.000 |
| Other Links: | manifest | tags |
Context
|
2000-07-19
| ||
| 22:33 | Thu Jul 20 00:29:39 CEST 2000 check-in: 229374ad98 user: johannes@zellner.org tags: trunk | |
|
2000-07-03
| ||
| 12:51 | * Makefile.am: included EXTRA_DIST so that it compiles from `dist' check-in: feba0a4c97 user: johannes@zellner.org tags: trunk | |
|
2000-07-01
| ||
| 22:25 | Sun Jul 2 00:25:49 CEST 2000 check-in: 2de8446c96 user: johannes@zellner.org tags: trunk | |
Changes
Modified ChangeLog
from [3bc47770f1]
to [79d99795ec].
1 2 3 4 5 |
2000-07-01 Johannes Zellner <johannes@zellner.org>
* switched to automake
* small fix so that itcl config switches are correctly completed.
| > > > > | 1 2 3 4 5 6 7 8 9 |
2000-07-03 Johannes Zellner <johannes@zellner.org>
* Makefile.am: included EXTRA_DIST so that it compiles from `dist'
2000-07-01 Johannes Zellner <johannes@zellner.org>
* switched to automake
* small fix so that itcl config switches are correctly completed.
|
Modified Makefile.am
from [1de0d52142]
to [421f22e883].
1 2 | ## -*- automake -*- ## FILE: "/home/joze/src/tclreadline/Makefile.am" | | | 1 2 3 4 5 6 7 8 9 10 | ## -*- automake -*- ## FILE: "/home/joze/src/tclreadline/Makefile.am" ## LAST MODIFICATION: "Mon, 03 Jul 2000 14:46:10 +0200 (joze)" ## (C) 2000 by Johannes Zellner, <johannes@zellner.org> ## $Id$ ## --- ## tclreadline -- gnu readline for tcl ## http://www.zellner.org/tclreadline/ ## Copyright (c) 1998 - 2000, Johannes Zellner <johannes@zellner.org> ## This software is copyright under the BSD license. |
| ︙ | ︙ | |||
19 20 21 22 23 24 25 26 27 28 |
## libtclreadline_la_LIBADD = $(LIBS)
libtclreadline_la_LDFLAGS = -release $(MAJOR).$(MINOR).$(PATCHLEVEL)
tclrldir = @TCLRL_DIR@
tclrl_SCRIPTS = pkgIndex.tcl tclreadlineCompleter.tcl tclreadlineInit.tcl tclreadlineSetup.tcl
INSTALL_SCRIPT = ${INSTALL_DATA}
man_MANS = tclreadline.n
| > > > > > > > > > > | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
## libtclreadline_la_LIBADD = $(LIBS)
libtclreadline_la_LDFLAGS = -release $(MAJOR).$(MINOR).$(PATCHLEVEL)
tclrldir = @TCLRL_DIR@
tclrl_SCRIPTS = pkgIndex.tcl tclreadlineCompleter.tcl tclreadlineInit.tcl tclreadlineSetup.tcl
INSTALL_SCRIPT = ${INSTALL_DATA}
EXTRA_DIST = \
tclreadlineCompleter.tcl \
aux/config.guess \
aux/config.sub \
aux/install-sh \
aux/ltconfig \
aux/ltmain.sh \
aux/missing \
aux/mkinstalldirs
man_MANS = tclreadline.n
|