X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/66301f9ab8e0392e0ffcc014edaf0b7fb7a71449..2e203f2d11444eaa935e50acd7dce7fe0fce638b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 15342b76b..338817f50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,530 @@ +2001-11-22 Gary Houston + + * HACKING: Modified the Hacking It Yourself section. Removed the + version numbers from the tools. + +2001-11-21 Gary Houston + + * HACKING: Removed reference to no longer practiced * in ChangeLog + convention. + +2001-11-19 Thien-Thi Nguyen + + * BUGS (11): Set "fixed: no-need". + + * TODO (write emacs/patch.el): New item, self-assigned. + +2001-11-19 Rob Browning + + * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the + system libltdl when it's available. Aside from the normal reasons + to prefer installed shared libs, this means other apps that link + with libguile and also use libltdl will be more likely to work + right. + +2001-11-17 Dirk Herrmann + + * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)". + +2001-11-15 Thien-Thi Nguyen + + * guile-tools.in: Handle command "list" specially: list scripts dir. + + (help): Make more informative. + +2001-11-12 Marius Vollmer + + * autogen.sh: Recurse into libltdl directory and invoke autoconf + there. + +2001-11-11 Thien-Thi Nguyen + + * HACKING: Restrict documentation change log + waiver to only apply to ChangeLog files. + +2001-11-12 Marius Vollmer + + * configure.in: Check for sizes of short, size_t, uintptr_t, and + ptrdiff_t. Checking for a size also checks automatically for the + existence of the type, so we don't check for the existence of + uintptr_t, ptrdiff_t and long long ourselves. + +2001-11-10 Thien-Thi Nguyen + + * BUGS (11): New. + +2001-11-07 Stefan Jahn + + * configure.in: Include `win32-socket.o' in the list of object + files if networking is enabled on Win32. + +2001-11-06 Thien-Thi Nguyen + + * TODO (sync srfi-modules.texi): New, done. + + * BUGS (9, 10): New. + +2001-11-04 Stefan Jahn + + * NEWS: Corrected remarks about SCM_API. + + * configure.in: Defining USE_DLL_IMPORT definition to indicate + usage of DLL import macros in `libguile/__scm.h'. + (LIBOBJS): Removed `fileblocks.o' from the list of object files. + Somehow Jim Blandy's patch from 1997 did not survive. + +2001-11-02 Marius Vollmer + + Support for native Win32. Thanks to Stefan Jahn! + + * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports + build systems which do not have symbolic links. + * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls + on Win32 platforms. + Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o' + and `win32-dirent.o' and define extra compiler flags necessary + to build clean dlls. + Check for `regcomp()' inside `-lregex'. + +2001-10-26 Thien-Thi Nguyen + + * BUGS (7, 8): New. + +2001-10-25 Thien-Thi Nguyen + + * BUGS: Expand on file format description. + + (1): Update "fixed" field. + (2, 3, 4, 5, 6): New. + +2001-10-14 Gary Houston + + * configure.in: include sys/types.h when testing uint32_t. + thanks to Bill Schottstaedt. + +2001-10-14 Marius Vollmer + + * configure.in: Do not use an absolute path for when + checking for return type of usleep. Thanks to Michael Carmack. + +2001-09-30 Thien-Thi Nguyen + + * BUGS: New file. + * Makefile.am (EXTRA_DIST): Add BUGS file. + +2001-09-25 Thien-Thi Nguyen + + * TODO: Add bugfix item to "Eventually". + +2001-09-20 Rob Browning + + * configure.in (AC_CONFIG_FILES): add libguile/version.h. + +2001-09-11 Rob Browning + + * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from + the testing list since they're no longer functional. + +2001-09-04 Thien-Thi Nguyen + + * TODO: + Use outline mode instead of text. + Reword protocol explanation. + Add "make error-signalling functions more consistent" to Eventually. + Move some C-related GOOPS tasks to 1.8.0, take ownership. + +2001-08-31 Thien-Thi Nguyen + + * HACKING (Sample GDB Initialization File): New section. + + * TODO (1.8.0): Add "move .gdbinit" entry. + +2001-08-31 Dirk Herrmann + + * TODO: Added some points, and eliminated all done items. + + * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED, + SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to + SCM_ENABLE_DEPRECATED with the logic reversed. + +2001-08-31 Dirk Herrmann + + * libguile.h: Removed bogus comment, rearranged includes, removed + deprecated definitions. + + (LIBGUILEH, SCM_LIBGUILE_H): Renamed H to SCM__H. + +2001-08-30 Thien-Thi Nguyen + + * HACKING: Mention libtool ./configure-regeneration requirement. + +2001-08-27 Marius Vollmer + + * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH, + libltdl provides it itself. + +2001-08-24 Neil Jerram + + * configure.in (AC_CONFIG_FILES): Add per-manual doc directory + Makefiles. + +2001-08-15 Rob Browning + + * configure.in + (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILE_INTERFACE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme. + + * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable. + (GUILE_MICRO_VERSION): reset for new unstable. + (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILE_INTERFACE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme. + (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme. + +2001-08-07 Marius Vollmer + + * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from + EXTRA_DIST to SUBDIRS. + + * configure.in: Added "test-suite/Makefile". + +2001-08-01 Marius Vollmer + + * configure.in: Added `--disable-linuxthreads' option and do not + define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is + given. Thanks to Cris Cramer! + +2001-07-23 Marius Vollmer + + * Makefile.am (SUBDIRS): Build libguile before ice-9. + +2001-07-22 Marius Vollmer + + * configure.in: Check for "inttypes.h". + +2001-07-19 Rob Browning + + * configure.in: add checks for setitimer and getitimer. + Add --enable-error-on-warning. + +2001-07-18 Martin Grabmueller + + * INSTALL, Makefile.am, configure.in: Updated copyright notice. + +2001-07-15 Thien-Thi Nguyen + + * HACKING: Remove onerous authorship-info deletion clause. + +2001-07-13 Keisuke Nishida + + * autogen.sh: Call libtoolize with --force. + +2001-07-10 Thien-Thi Nguyen + + * INSTALL: Point to HACKING for tool versions. + +2001-07-08 Rob Browning + + * TODO: updated to include relevant itemized post-1.6-RELEASE + tasks that are distributable so we can check them off as they are + done, and delete 1.6.0 tasks. + + * RELEASE: add a note that the RELEASE instructions are out of + date now that we're using branches. + + * AUTHORS: add "many files throughout" for myself. + +2001-06-28 Thien-Thi Nguyen + + * README: Also mention guile-tools. + + * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*. + +2001-06-27 Thien-Thi Nguyen + + * RELEASE: Move todo items to file TODO. + + * TODO: Initial revision + + * Makefile.am (EXTRA_DIST): Add TODO. + + * HACKING: Refer to TODO and SNAPSHOTS. + No longer refer to devel/tasks.text. + + * SNAPSHOTS: Fix reference bug; recommended tool + versions are in HACKING. + + * TODO: Add completion and ownership protocol to header comments. + + * RELEASE: Add TODO-processing to spiffing checklist. + + * HACKING: Update deprecation procedure to refer to TODO. + +2001-06-27 Michael Livshin + + * autogen.sh: don't run flex here. + + * HACKING: clarify that newer versions of flex should be just + fine. + +2001-06-26 Martin Grabmueller + + * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module. + + * configure.in: Added some header and function checks. + +2001-06-25 Neil Jerram + + * autogen.sh: Quoting fix for `--enable-maintainer-mode'. + +2001-06-25 Marius Vollmer + + * autogen.sh: Added message about what to do next. Tell them to + use `--enable-maintainer-mode'. + +2001-06-25 Michael Livshin + + * HACKING: mention flex. + + * autogen.sh: generate libguile/c-tokenize.c. + +2001-06-20 Martin Grabmueller + + * libguile.h: Removed inclusion of libguile/tag.h. + +2001-06-16 Marius Vollmer + + * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define + these when using threads. + +2001-06-14 Marius Vollmer + + * libguile.h: Added deprecated section with the olde type names. + + * configure.in: Check for header . Check for uintptr_t + type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be + `#defined'. + + * acconfig.h (ptrdiff_t): Removed. + +2001-06-05 Martin Grabmueller + + * configure.in: Generate examples/box-dynamic-module/Makefile. + +2001-06-03 Marius Vollmer + + * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add + guile-snarf. + +2001-06-02 Rob Browning + + * configure.in: changes for autoconf 2.50. + (AC_PREREQ): require at least autoconf 2.50. + (AC_INIT): no longer takes an arg. + (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take. + (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS. + (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS. + (AC_STRUCT_ST_BLOCKS): use it rather than our version. + (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT. + (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT. + (AC_OUTPUT): no longer takes args. + + * acinclude.m4: AC_LANG not a variable now -- use __cplusplus + unconditionally . + +2001-06-02 Marius Vollmer + + * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to + I. N. Golubev! + +2001-06-01 Martin Grabmueller + + * configure.in: Generate examples/box-dynamic/Makefile. + +2001-05-31 Martin Grabmueller + + * Makefile.am (EXTRA_DIST): New subdirectory `examples'. + + * configure.in: Added all Makefiles in the `examples' directory to + AC_OUTPUT. + +2001-05-31 Michael Livshin + + * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi. + don't generate guile-snarf.awk. + + * Makefile.am (EXTRA_DIST): add test-suite. + +2001-05-28 Michael Livshin + + * check-guile.in: fix to be runnable when srcdir!=builddir. + +2001-05-26 Michael Livshin + + revert the controversial part of the 2001-05-23 changes + +2001-05-23 Michael Livshin + + * configure.in: configury for SCM_[U]BITS_T, some more sizeofs. + also, make sure that the integral type choosen to represent an SCM + has exactly the same size as a void pointer. + + * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T, + SCM_SIZEOF_BITS_T, ptrdiff_t. + +2001-05-16 Rob Browning + + * configure.in: add AC_SUBST for GUILE_MICRO_VERSION. + + * GUILE-VERSION + (GUILE_VERSION): now MAJOR.MINOR.MICRO + (GUILE_MICRO_VERSION): new variable, records final revision. + i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number, + i.e. the 6. + +2001-05-16 Dirk Herrmann + + * acconfig.h, configure.in: Renamed + GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT. + +2001-05-15 Marius Vollmer + + * acinclude.m4: Removed copy of "libtool.m4". + +2001-05-14 Dirk Herrmann + + * configure.in (SCM_DEBUG_DEPRECATED): Always defined. + +2001-05-13 Thien-Thi Nguyen + + * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update. + + * HACKING: Update copyright. + Add blurb pointing to devel/tasks.text. + +2001-05-11 Thien-Thi Nguyen + + * check-guile.in: For SRFI testing, set and export env + var `LTDL_LIBRARY_PATH'. + +2001-05-07 Neil Jerram + + * AUTHORS: Add docs-related authorship details. + +2001-05-05 Marius Vollmer + + * configure.in (--enable-deprecated): Recognize "shutup" option + argument and turn it into the default warning level "no". + +2001-05-05 Gary Houston + + * acconfig.h: add HAVE_IPV6. + * configure.in: check whether we can compile with IPv6 support. + +2001-05-04 Thien-Thi Nguyen + + * guile-tools.in: New file. + + * configure.in (AC_OUTPUT): Add guile-tools, and make + executable. + + * Makefile.am (bin_SCRIPTS): New var. + +2001-05-04 Gary Houston + + * configure.in: check whether uint32_t is defined when netdb.h + is included. + acconfig.h: added HAVE_UINT32_T. + +2001-05-02 Marius Vollmer + + * configure.in: Added handling of `--enable-deprecated'. + + * acconfig.h (SCM_DEBUG_DEPRECATED, + GUILE_WARN_DEPRECATED_DEFAULT): Added. + +2001-04-29 Thien-Thi Nguyen + + * Makefile.am (SUBDIRS): Add "scripts". + + * configure.in (AC_OUTPUT): Add scripts/Makefile. + +2001-04-29 Gary Houston + + * libguile.h: include rw.h. + +2001-04-27 Rob Browning + + * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to + the new odd/even ustable/stable version numbering scheme. + (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and + libguile. In the future, libguile and libguileqthreads may not + stay in sync. This still doesn't appear to affect + libguileqthreads, but we'll fix that next. + +2001-04-25 Martin Grabmueller + + * configure.in: Don't treat srfi directory specially, just create + the Makefile there (thanks to Neil Jerram for the patch). + +2001-04-23 Martin Grabmueller + + * Makefile.am (SUBDIRS): Added `srfi'. + + * configure.in: Added subdirectory `srfi' to build process. + + * libguile.h: Added inclusion of `values.h'. + +2001-04-22 Gary Houston + + * configure.in: check for inet_pton and inet_ntop. + +2001-04-20 Gary Houston + + * acconfig.h: include HAVE_SIN6_SCOPE_ID. + * configure.in: check for sin6_scope_id in sockaddr_in6. + +2001-04-19 Mikael Djurfeldt + + * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS + +2001-04-17 Gary Houston + + * configure.in: run the autoconf BIGENDIAN check. + +2001-04-12 Niibe Yutaka + + * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION, + LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION, + LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info. + + * configure.in: Likewise. + +2001-04-11 Keisuke Nishida + + * configure.in (AC_CHECK_FUNCS): Don't check bzero. + (GUILE_FUNC_DECLARED): Removed checking of bzero. + Thanks to NIIBE Yutaka. + +2001-04-10 Mikael Djurfeldt + + * Undeprecated scm_init_oop_goopscore_module. + +2001-03-25 Thien-Thi Nguyen + + * check-guile.in: Fix sh standard conformance bug: Replace + "test -e" with "test -f". Thanks to Alexander Klimov. + 2001-03-19 Gary Houston * check-guile.in: rename $parent to $srcdir. if it's equal to "." @@ -131,11 +658,11 @@ * configure.in: added AC_SUBST lines for the new LIBGUILE version variables. - + 2000-06-01 Michael Livshin * autogen.sh: call ./guile-aclocal.sh instead of aclocal. - + * guile-aclocal.sh: new file, works around aclocal problems. 2000-05-30 Dirk Herrmann @@ -234,7 +761,7 @@ Tue Jan 11 13:42:35 2000 Greg J. Badros * autogen.sh: Added messages as we run autogen in subdirectories. * configure.in: Output libugile/guile-func-name-check script, and - chmod +x it. + chmod +x it. 2000-01-11 Marius Vollmer @@ -249,7 +776,7 @@ Tue Jan 11 13:42:35 2000 Greg J. Badros * configure.in: Make "--with-modules=yes" the default. Do not clear INCLTDL, LIBLTDL prior to processing "--with-modules". - + 1999-07-25 Thomas Tanner * Makefile.am: add libltdl to SUBDIRS, automake automatically @@ -282,7 +809,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 1999-12-12 Greg J. Badros - * configure.in: Create guile-doc-snarf, chmod +x that script after + * configure.in: Create guile-doc-snarf, chmod +x that script after AC_OUTPUTted. 1999-12-10 Greg J. Badros @@ -312,7 +839,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros guile-readline's autogen.sh script. Straighten up the situation regarding guile.m4 and qthreads.m4. - + We can't have .m4 files which are installed where aclocal can see them, but also used by guile's own configure.in, because aclocal will read both copies, complain about duplicate macro @@ -393,7 +920,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros * configure.in (GUILE_STAMP): Don't set this variable, or substitute it into anything. Full explanation in ice-9/ChangeLog. * configure, Makefile.in: Regenerated. - + 1999-09-06 James Blandy Propagate the changes of 2 Sept the rest of the way through. @@ -453,7 +980,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros * Makefile.am: Likewise for make. * NEWS: Explain how to activate the readline support. * configure, Makefile.in: Regenerated. - + 1999-07-19 Jim Blandy Fixes for EMX from Mikael Ståldal. @@ -493,7 +1020,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 1.4, libtool 1.2f (1.385 1999/03/15 17:24:54). I've upgraded to all the right tools, according to README, but I'm still getting different results than Mikael is. Hmm. - + 1999-03-22 Mikael Djurfeldt * New libtool: 1.2f @@ -612,7 +1139,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros 1998-10-12 Jim Blandy * configure: Regenerated. - + * configure.in (GUILE_FUNC_DECLARED): Name the cache variables starting with guile_cv_; ac_cv_ is autoconf's namespace. @@ -637,11 +1164,11 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros regression from 1.3a, but everyone knows that the next release is 1.3, I want to switch to a more coherent version numbering system, and now is the time. - + 1998-10-09 Jim Blandy * configure.in: Call AC_C_INLINE, so we can use inline happily in - libguile. + libguile. * configure: Regenerated. 1998-10-07 Jim Blandy @@ -672,7 +1199,7 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros * configure.in (FD_SETTER, FILE_CNT_GPTR): New cases for SCO's stdio implementation. (Thanks to David Tillman.) * configure: Rebuilt. - + * guile-config: Renamed from `build'. * Makefile.am (SUBDIRS): Mention `guile-config', not `build'. * configure.in: Create `guile-config/Makefile.in', not @@ -726,11 +1253,11 @@ Tue Dec 14 09:12:22 1999 Greg J. Badros public version of automake, not the hacked Cygnus version. * config.guess, config.sub, ltconfig, ltmain.sh: New versions from libtool. - + * configure.in, qthreads.m4: Display a message about how the threads configuration went. * aclocal.m4, configure: Regenerated. - + 1998-07-28 Jim Blandy Remove the TOTORO kludge. We're not doing snapshots any more, so @@ -860,7 +1387,7 @@ Sun Dec 7 06:11:24 1997 Gary Houston * configure.in: Use it. * configure: Regenerated. * acconfig.h (DLSYM_ADDS_USCORE): New #define. - + 1997-10-26 Mikael Djurfeldt * README (libtool): Tell people to use version 1.0e. @@ -987,7 +1514,7 @@ Sat Jun 28 16:13:43 1997 Tim Pierce Thu Jun 26 20:43:31 1997 Jim Blandy * Guile 1.2 released. - + * configure.in: Check for librx after libm; fundamentals need to come first. * configure: Regenerated. @@ -1005,7 +1532,7 @@ Sun Jun 22 15:43:07 1997 Jim Blandy sending in bug reports. * configure.in: Provide libguile its version information through a separate header file generated by the Makefile, not through - scmconfig.h. + scmconfig.h. (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION, GUILE_VERSION): AC_SUBST these, instead of AC_DEFINE'ing them. (GUILE_STAMP): New AC_SUBST: the time we configured the tree. @@ -1114,7 +1641,7 @@ Mon May 12 18:29:45 1997 Jim Blandy Thu May 8 11:48:40 1997 Anthony Green - * aclocal.m4: Fixes for building with coop threads in a + * aclocal.m4: Fixes for building with coop threads in a seperate compilation directory. * configure: Rebuilt. @@ -1127,7 +1654,7 @@ Fri May 2 16:24:15 1997 Jim Blandy * configure.in: When configuring qt, sunos needs the underscore files; Solaris and Linux both need the normal files. * configure: Reebilt. - + Thu May 1 15:35:49 1997 Jim Blandy * configure.in: Get the paths for qt's md files right, so it can @@ -1175,7 +1702,7 @@ Fri Apr 11 15:43:07 1997 Jim Blandy * ltconfig, ltmain.sh: Upgraded libtool files to 0.9d. * README: Say where to find libtool 0.9d. - + Wed Apr 9 17:51:13 1997 Jim Blandy Changes to work with automake-1.1n, which has better libtool @@ -1202,7 +1729,7 @@ Sat Mar 15 01:11:44 1997 Mikael Djurfeldt Mon Feb 24 21:43:26 1997 Mikael Djurfeldt * ltconfig, ltmain.sh: New versions from libtool-0.9. - + * configure.in: Added AM_MAINTAINER_MODE Fri Feb 7 17:57:46 1997 Jim Blandy @@ -1230,7 +1757,7 @@ Sun Jan 5 16:57:10 1997 Jim Blandy * Guile 1.0 released. This is the first release by the Free Software Foundation; Cygnus has also released earlier versions of Guile. - + * GUILE-VERSION: Updated version number. * NEWS: Added comments for all the user-visible changes marked in the ChangeLogs. @@ -1261,7 +1788,7 @@ Wed Oct 16 07:32:14 1996 Mark Galassi Thu Oct 10 14:37:43 1996 Jim Blandy - * Makefile.in (TAGS tags): Find the source files in $srcdir. + * Makefile.in (TAGS tags): Find the source files in $srcdir. Wed Oct 9 19:37:14 1996 Jim Blandy @@ -1274,7 +1801,7 @@ Tue Oct 1 00:13:55 1996 Mikael Djurfeldt * aclocal.m4: New file. For now used for thread support configuration. - + Fri Sep 13 14:39:30 1996 Mark Galassi * Makefile.in (DISTFILES): added mkinstalldirs to the DISTFILES