summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* (SUBDIRS): Removed qt.Marius Vollmer2002-12-021-1/+1
* * Makefile.am (SUBDIRS): remove libltdl.Rob Browning2002-10-051-1/+1
* * benchmark-guile.in: Copied from check-guile.in and adapted for...use with benchmarks. * Makefile.am: Recurse into the benchmark-suite subdir. * configure.in: Added benchmarking files. Dirk Herrmann2002-07-201-1/+1
* (EXTRA_DIST): Remove qthreads.m4.Thien-Thi Nguyen2002-04-271-1/+1
* (AUTOMAKE_OPTIONS): New, to request version 1.5....(EXTRA_DIST): Don't distribute acconfig.h, which is gone. (dist-hook): Removed. (DISTCLEANFILES): Added check-guile.log. (EXTRA_DIST): Don't distribute TODO. Marius Vollmer2002-04-171-9/+4
* Update copyright....(dist-hook): Add, including related am/maintainers-dirs, surrounded by "if MAINTAINER_MODE". Thien-Thi Nguyen2002-03-311-1/+11
* 2002-02-27 Stefan Jahn <stefan@lkcc.org>... * Makefile.am (SUBDIRS): Added the `am' directory. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * gh.texi (scm transition summary): Documented some more gh equivalents and removed appropriate FIXME's. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * Makefile.am (EXTRA_DIST): Added the `LIBGUILEREADLINE-VERSION' file. 2002-02-27 Stefan Jahn <stefan@lkcc.org> * convert.i.c, convert.c: Better range checking. * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>. * deprecation.c (vsnprintf): Define to `_vsnprintf' for Windows (MinGW). Stefan Jahn2002-02-271-1/+1
* (EXTRA_DIST): Remove pre-inst-guile, pre-inst-guile.am.Thien-Thi Nguyen2002-02-261-1/+1
* (EXTRA_DIST): Added pre-inst-guile and pre-inst-guile.am.Marius Vollmer2002-02-071-1/+1
* * Add non-libguile Elisp support files to CVS trunk. (NB work in progress.)Neil Jerram2002-01-221-1/+1
* (EXTRA_DIST): Add BUGS file.Thien-Thi Nguyen2001-09-301-1/+1
* (EXTRA_DIST, SUBDIRS): Move test-suite from EXTRA_DIST to SUBDIRS.Marius Vollmer2001-08-071-2/+2
* (SUBDIRS): Build libguile before ice-9.Marius Vollmer2001-07-231-1/+1
* * INSTALL, Makefile.am, configure.in: Updated copyright notice.Martin Grabmüller2001-07-191-1/+1
* (EXTRA_DIST): Add TODO.Thien-Thi Nguyen2001-06-271-1/+1
* Added the new `examples' directory to the distribution.Martin Grabmüller2001-05-311-1/+1
* * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi....don't generate guile-snarf.awk. * Makefile.am (EXTRA_DIST): add test-suite. Michael Livshin2001-05-311-1/+5
* (bin_SCRIPTS): New var.Thien-Thi Nguyen2001-05-041-0/+2
* (SUBDIRS): Add "scripts".Thien-Thi Nguyen2001-04-301-4/+5
* * Makefile.am (SUBDIRS): Added `srfi'.... * configure.in: Added subdirectory `srfi' to build process. * libguile.h: Added inclusion of `values.h'. Martin Grabmüller2001-04-231-1/+1
* * Added Thien-Thi Nguyen's patch to support "make check".Dirk Herrmann2001-01-261-0/+2
* *** empty log message ***Mikael Djurfeldt2000-10-251-1/+1
* * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh....(The rule will cd to $(top_srcdir).) Mikael Djurfeldt2000-06-121-1/+4
* * Makefile.am: add include_HEADERS.... libguile.h: moved from libguile directory. maybe libguile should be installed in $prefix/include/libguile/libguile.h instead? Gary Houston2000-05-011-0/+2
* * Makefile.am: add libltdl to SUBDIRS, automake automatically... includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST Marius Vollmer2000-01-091-3/+2
* * guile.m4: Moved to guile-config....* Makefile.am (aclocaldir, aclocal_DATA): Delete. (EXTRA_DIST): Move qthreads.m4 here. Jim Blandy1999-10-051-7/+2
* Added guile-readline subdirectory with the removed readline...support. * guile-readline: New directory, see ChangeLog there. * configure.in: Cause configure to descend into guile-readline dir. * Makefile.am: Likewise for make. * NEWS: Explain how to activate the readline support. * configure, Makefile.in, aclocal.m4: Regenerated. Marius Vollmer1999-07-231-1/+1
* * Makefile.am (EXTRA_DIST): Don't omit ANON-CVS and SNAPSHOTS....* Makefile.in: Regenerated. Jim Blandy1998-10-191-1/+1
* Added copyright notice.Jim Blandy1998-10-191-0/+19
* * doc: New subdirectory....* Makefile.am (SUBDIRS): List it. * configure.in (AC_OUTPUT): Build its Makefile. * configure, Makefile.in: Regenerated. Jim Blandy1998-10-071-1/+1
* * guile-config: Renamed from `build'....* Makefile.am (SUBDIRS): Mention `guile-config', not `build'. * configure.in: Create `guile-config/Makefile.in', not `build/Makefile.in'. Doc fix, too. * qthreads.m4: Doc fix. * Makefile.in, aclocal.m4, configure: Regeneranegerederadea. Jim Blandy1998-10-031-1/+1
* Clean up thread configuration....* qthreads.m4: New file, which knows how to configure the qthreads library. * configure.in: Replace all thread package selection code. Do the --with-threads argument processing here. Enable the appropriate thread interface files in libguile. Remove all qthreads configuration code; call QTHREADS_CONFIGURE instead. Set GUILE_LIBS using the info provided by QTHREADS_CONFIGURE. * threads.m4: Removed; not used any more. * Makefile.am (aclocal_DATA): Mention qthreads.m4, not threads.m4. * Makefile.in, aclocal.m4, configure: Rgnrtd. (Sv th vwls!) Note that these were regenerated with the tools available from Cygnus's source tree, which have patches not available to the general public. I'm not sure this was a good idea; feel free to revert them to the latest released versions of the tools. Jim Blandy1998-07-271-1/+1
* * Makefile.am: Add new `build' subdirectory to SUBDIRS....* configure.in: Add build/Makefile to AC_OUTPUT clause. * Makefile.in, configure: Regenerated. * Makefile.in, aclocal.m4: Regenerated with automake 1.2a. Jim Blandy1997-09-281-1/+1
* * Makefile.am (EXTRA_DIST): Include acconfig.h in the...distribution. * Makefile.in: Regenerated. Jim Blandy1997-06-221-1/+2
* Get threads to work again....* Makefile.am (SUBDIRS): List libguile last, so qt gets built first. * Makefile.in: Regenerated. * aclocal.m4, configure: Regenerate, with modern definition of CY_AC_WITH_THREADS. Where did the old text come from? Creepy... Jim Blandy1997-04-241-1/+1
* Changes for reduced Guile distribution: one configure script,...no plugins. * configure.in: Merged the old text from qt/configure.in and libguile/configure.in; Tom Tromey says automake only wants one configure.in script. This seems fishy, but... * Makefile.am: List the subdirectories explicitly; no more PLUGIN gubbish. * acconfig.h, acinclude.m4: Moved here from libguile, since libguile's configure script lives here now. * AUTHORS, INSTALL, README: Updated. * Makefile.in, aclocal.m4 configure: Regenerated. Just like amputated amphibian limbs. Jim Blandy1997-04-241-5/+1
* * Makefile.am: Omit doc subtree....* configure.in: Omit makefiles in doc subtree. * Makefile.in, configure, doc/Makefile.in, doc/guile-programmer/Makefile.in, doc/guile-user/Makefile.in, newdoc/Makefile.in, newdoc/tutorial/Makefile.in: Rebuilt. Jim Blandy1997-04-051-2/+2
* added newdoc treeMark Galassi1997-01-211-2/+2
* * ltconfig, ltmain.sh: New files for libtool support. libguile,...rx, gh and gtcltk-lib can now be build as shared libraries. * Makefile.am (EXTRA_DIST): Added ltconfig and ltmain.sh Marius Vollmer1997-01-111-1/+1
* Changes to use automake-generated Makefile.ins everywhereTom Tromey1996-12-031-0/+14