Differences From Artifact [9010d007ac]:
- File Makefile.am — part of check-in [9687cda552] at 2001-01-10 05:32:28 on branch trunk — * configure.in: changed the check for readline/readline.h / readline.h changed 2000 to 2001 in all places (user: johannes@zellner.org, size: 1569) [annotate] [blame] [check-ins using]
To Artifact [e10a890a98]:
- File Makefile.am — part of check-in [f61c58e424] at 2014-02-19 00:07:34 on branch origin/devel — Apply the Gentoo patchset Gentoo ebuild: dev-tcltk/tclreadline-2.1.0-r4 Fully applied patches: * direct sed patches from the ebuild * tclreadline-2.1.0-gold.patch * tclreadline-2.1.0-rl-executing-macro.patch * tclreadline-2.1.0-rl-history-expand.patch * tclreadline-2.1.0-rl-prompt.patch Partially applied patches: * tclreadline-2.1.0-alloc-free.patch (user: quentin@minster.io, size: 1623) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | + | libtclreadline_la_SOURCES = config.h tclreadline.c tclreadline.h include_HEADERS = tclreadline.h INCLUDES = -I$(TCL_INCLUDE_DIR) -I$(READLINE_INCLUDE_DIR) ## libtclreadline_la_LIBADD = $(LIBS) libtclreadline_la_LIBADD = $(TCL_LIB_SPEC) -lreadline 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 = \ |
︙ |