1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-06 15:40:29 +02:00
Commit graph

181 commits

Author SHA1 Message Date
Rob Browning
a3a173b01a *** empty log message *** 2002-07-20 20:21:57 +00:00
Rob Browning
0c8ac37879 * readline.scm: dynamic-link libguilereadline-v-MAJOR now. 2002-07-20 20:17:29 +00:00
Rob Browning
f244c41db1 * configure.in (LIBGUILEREADLINE_MAJOR): replaces
LIBGUILEREADLINE_LTHACK.
2002-07-20 20:17:23 +00:00
Rob Browning
890132e2c2 * Makefile.am: just name dlsymable libs with their major version
number, not the whole version.  That should be sufficient for now.
2002-07-20 20:17:17 +00:00
Rob Browning
fbb8737c2f * LIBGUILEREADLINE-VERSION: adjust versions and just name
dlsymable libs with their major version number, not the whole
version.  That should be sufficient for now.
2002-07-20 20:17:10 +00:00
Marius Vollmer
cfa1858aca *** empty log message *** 2002-04-30 07:42:29 +00:00
Marius Vollmer
e74de40434 Invoke plain aclocal instead of guile-aclocal.sh. We don't need the
Guile m4 macros and the previous invocation of guile-aclocal.sh
created the aclocal.m4 file in the wrong directory (see change from
2002-04-26).
2002-04-30 07:37:09 +00:00
Marius Vollmer
3769adee9a *** empty log message *** 2002-04-26 17:50:49 +00:00
Marius Vollmer
dea8de6201 Change to parent dir before invoking guile-aclocal.sh. 2002-04-26 17:50:23 +00:00
Rob Browning
a6d2ddd9e2 *** empty log message *** 2002-04-12 15:51:24 +00:00
Rob Browning
9b9f34ef53 * readline.scm: fix typo... 2002-04-12 15:51:18 +00:00
Rob Browning
398fc9bdd1 * .cvsignore: add *.c.clean.c. 2002-04-09 17:30:11 +00:00
Rob Browning
cec1f414cc *** empty log message *** 2002-04-09 17:27:46 +00:00
Rob Browning
44b07d05f8 * readline.scm: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:22:02 +00:00
Rob Browning
7554881756 * configure.in: add documentation for AC_DEFINEs and add
LIBGUILEREADLINE_LTHACK.
2002-04-09 17:21:22 +00:00
Rob Browning
23782de180 * Makefile.am: hack around dynamic-link problems by
using painfully explicit lib names.
2002-04-09 17:19:41 +00:00
Rob Browning
ae5a032adf * LIBGUILEREADLINE-VERSION: hack around dynamic-link problems by
using painfully explicit lib names.
(LIBGUILEREADLINE_LTHACK): new var.
2002-04-09 17:19:11 +00:00
Marius Vollmer
2b23ce60cb *** empty log message *** 2002-04-08 00:44:34 +00:00
Marius Vollmer
14e0bc5aaa (dist-hook): Make sure $(distdir)/Makefile.in is writable before
modifying it.
2002-04-08 00:41:23 +00:00
Rob Browning
0b829ad07e * .cvsignore: add *.c.clean.c. 2002-04-02 01:41:13 +00:00
Marius Vollmer
aa377eff24 *** empty log message *** 2002-03-20 20:57:19 +00:00
Marius Vollmer
fa378b0d11 (.c.x): Pass "-o $@" to guile-snarf. 2002-03-20 20:55:57 +00:00
Thien-Thi Nguyen
8e55f36e48 *** empty log message *** 2002-03-14 08:09:41 +00:00
Thien-Thi Nguyen
d869061f9a (snarfcppopts): New var.
(.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
2002-03-14 08:08:51 +00:00
Rob Browning
e33385c95b *** empty log message *** 2002-03-04 23:27:27 +00:00
Rob Browning
f7311251d6 * LIBGUILEREADLINE-VERSION: adjust AGE to leave some headroom. 2002-03-04 20:17:04 +00:00
Rob Browning
2d17159f2e *** empty log message *** 2002-03-03 21:28:07 +00:00
Rob Browning
2f3525423b * LIBGUILEREADLINE-VERSION (LIBGUILEREADLINE_INTERFACE_CURRENT):
change interface to 15 to match other lib's jump for now.  Will
probably change again after finishing discussion with ttn.

* Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION.
2002-03-03 21:27:34 +00:00
Rob Browning
4ade428edc *** empty log message *** 2002-03-03 21:26:26 +00:00
Rob Browning
674e7c7439 * Makefile.am (EXTRA_DIST): add LIBGUILEREADLINE-VERSION. 2002-03-03 21:12:55 +00:00
Thien-Thi Nguyen
0d2196a522 *** empty log message *** 2002-02-26 07:20:23 +00:00
Thien-Thi Nguyen
b375c956f2 (LIBGUILEREADLINE-VERSION): Look for this file in $srcdir. 2002-02-26 07:19:35 +00:00
Rob Browning
29743a51df *** empty log message *** 2002-02-25 04:37:18 +00:00
Rob Browning
5a4c4a0ca3 * configure.in: source ./LIBGUILEREADLINE-VERSION for version info
and then AC_SUBST the resulting variables:
LIBGUILEREADLINE_INTERFACE_CURRENT,
LIBGUILEREADLINE_INTERFACE_REVISION,
LIBGUILEREADLINE_INTERFACE_AGE, and
LIBGUILEREADLINE_INTERFACE.
2002-02-25 04:37:10 +00:00
Rob Browning
68744fbd9c * Makefile.am (libguilereadline_la_LDFLAGS): use
@LIBGUILEREADLINE_INTERFACE@ for version information.
2002-02-25 04:35:24 +00:00
Rob Browning
ba17d25563 * LIBGUILEREADLINE-VERSION: new file containing shared lib
versioning information.
2002-02-25 04:33:01 +00:00
Thien-Thi Nguyen
b9b444353b *** empty log message *** 2002-02-13 04:23:06 +00:00
Thien-Thi Nguyen
fa77ca8100 (AUTOMAKE_OPTIONS): Replace "gnu" with "foreign".
This undoes 1.10.2.3, reverting to 1.10.2.2.
2002-02-13 04:21:54 +00:00
Thien-Thi Nguyen
25216b3f51 *** empty log message *** 2002-02-09 06:03:43 +00:00
Thien-Thi Nguyen
40e3f30ea5 (AUTOMAKE_OPTIONS): Replace "foreign" with "gnu". 2002-02-09 06:03:00 +00:00
Neil Jerram
7ca39de11e * Rename call-with-readline-completion-function' to with-readline-completion-function'.
(Note that this has never been released with the old name, so change before 1.6 is fine.)
2002-01-29 23:44:20 +00:00
Rob Browning
112ecb5207 *** empty log message *** 2001-11-19 20:40:39 +00:00
Rob Browning
c2fa5e5791 * readline.scm: load libguilereadline, not libguilereadline.so --
newer libltdl won't work otherwise.
2001-11-19 20:37:20 +00:00
Rob Browning
f4a4206647 * Makefile.am (libguilereadline_la_LIBADD): add libguile.la --
fix from unstable branch.
2001-11-19 20:35:40 +00:00
Neil Jerram
f90bcd2ea4 * Added `call-with-readline-completion-function'. 2001-08-11 12:04:16 +00:00
Martin Grabmüller
a283f6d630 * Makefile.am, readline.scm: Updated copyright notice. 2001-07-19 20:53:17 +00:00
Thien-Thi Nguyen
594506d1f0 *** empty log message *** 2001-07-09 07:45:39 +00:00
Thien-Thi Nguyen
d47795627b Remove "face-lift" comment. 2001-07-09 07:31:05 +00:00
Dirk Herrmann
5b2a7b5906 * Don't use SCM_LISTn any more. 2001-06-30 19:28:26 +00:00
Marius Vollmer
b629af45cb *** empty log message *** 2001-06-14 19:52:35 +00:00