summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
| * Initial revisionKeisuke Nishida2000-08-221-0/+7
* * FAQ: New file....* Makefile.am (EXTRA_DIST): Add FAQ Neil Jerram2008-02-231-1/+1
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-291-1/+2
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-291-2/+2
* Changes from arch/CVS synchronizationLudovic Courtès2007-07-171-2/+2
* Remove changes that weren't in fact needed:...- config.rpath in EXTRA_DIST, in Makefile.am - dummy definition of AM_INTL_SUBDIR, in acinclude.m4. Neil Jerram2007-02-201-1/+1
* * configure.in: Remove AM_GNU_GETTEXT_VERSION again....* Makefile.am (EXTRA_DIST): Add config.rpath. * config.rpath (Module): New (from gettext package). Neil Jerram2007-02-181-1/+1
* merge from 1.8Kevin Ryde2007-01-151-1/+4
* merge from 1.8 branchKevin Ryde2006-10-091-1/+1
* * configure.in: Generate Makefile for emacs subdir....* Makefile.am (SUBDIRS): Add emacs subdir. * configure.in: Generate Makefile for ice-9/debugging subdir. Neil Jerram2006-08-181-1/+1
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* (SUBDIRS): Removed emacs.Neil Jerram2005-07-091-2/+1
* The FSF has a new address.Marius Vollmer2005-05-231-2/+2
* * configure.in: Do not call AC_LIBLTDL_INSTALLABLE. Use...AC_CHECK_LIB instead. Do not subst LTDLINCL and LIBLTDL. Do not add "-DLIBLTDL_DLL_IMPORT" on MINGW32. * Makefile.am (SUBDIRS): Removed libltdl. * README: Talk about required external packages. * autogen.sh: Do not call libtoolize. Marius Vollmer2005-03-081-1/+1
* * configure.in: Call AC_LIBLTDL_INSTALLABLE instead of...AC_LIB_LTDL. (AC_CONFIG_SUBDIRS): Added libltdl. (DLPREOPEN, LTDLINC, LIBLTDL): Moved AC_SUBST near other libtool stuff. Also subst LTDLINC instead of INCLTDL. (AC_CONFIG_FILES): Removed libguile-ltdl/Makefile and libguile-ltdl/upstream/Makefile. * Makefile.am (SUBDIRS): Replaced libguile-ltdl with libltdl. Marius Vollmer2004-10-221-2/+2
* Changes to build and install files in emacs subdir.Neil Jerram2003-11-111-1/+2
* * Makefile.am (EXTRA_DIST): remove $(ACLOCAL)....(ACLOCAL_AMFLAGS): replaces ACLOCAL. Rob Browning2003-02-271-4/+2
* (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