2001-10-20 Gerd Moellmann * Version 21.1 released. 2001-10-19 Eli Zaretskii * aclocal.m4: Remove the commented-out AC_PREREQ (it caused trouble on Debian woody with both Autoconf 2.13 and 2.52 installed: the wrong version would be selected by Debian). 2001-10-19 Gerd Moellmann * configure.in: Use `=' instead of `=='. From Kenichi Handa . 2001-10-18 Ken Raeburn * configure.in: If --with-hesiod is given, look for hes_getmailhost and res_send or __res_send; check hesiod and resolv libraries respectively if system libraries don't supply them. 2001-09-05 Gerd Moellmann * configure.in: Avoid `$@' which is handled specially in Autoconf 2.52. From "Adam J. Richter" . 2001-09-01 Eli Zaretskii * make-dist (nt): Add subdirs.el to the list of distributed files. 2001-08-14 Eli Zaretskii * configure.in (machine): Add an entry for hppa1.1-hitachi-hiuxwe2*. 2001-05-28 Gerd Moellmann * make-dist (LANG): Set LC_ALL and LANGUAGE to C, unset LC_MESSAGES and LANG. From Karl Eichwalder . 2001-05-14 Gerd Moellmann * make-dist: Copy texinfo.tex unconditionally. 2001-04-25 Eli Zaretskii * Makefile.in (install-arch-indep): Add gfdl.1 to the man pages that are installed. 2001-04-06 Gerd Moellmann * make-dist: Copy only `[a-z]*.{el,elc}' from leim/quail. Don't copy quick-b5, quick-cns, tsang-b5, and tsang-cns files. * make-dist: Handle leim/MISC-DIC. Only include `[a-zA-Z]*.{el,elc}' from leim/quail. 2001-04-05 Gerd Moellmann * Makefile.in (install-arch-indep): Remove .cvsignore files. 2001-03-30 Gerd Moellmann * Makefile.in (.PHONY): Add for bootstrap targets. (bootstrap-clean): New target. (bootstrap): Use it instead of `clean'. 2001-03-29 Eli Zaretskii * Makefile.in (SUBDIR): Remove leim. (all, .RECURSIVE, extraclean): Add leim explicitly. (leim): Provide separate rule which exports PARALLEL=0 into the environment. 2001-03-20 Gerd Moellmann * configure.in (HAVE_XPM): Don't print the result of the check for XpmReturnAllocPixels if we don't have an xpm.h. 2001-03-05 Gerd Moellmann * COPYING: New file. 2001-03-04 Eli Zaretskii * config.bat: Update the copyright. 2001-02-23 Kenichi Handa * configure.in: Use AC_EGREP_CPP to check if the C preprocessor converts `..' to `. .'. If it converts, set CPP_NEED_TRADITIONAL to `yes'. Later in AC_OUTPUT, check this variable. 2001-02-09 Dave Love * AUTHORS: Updated. 2001-02-06 Eli Zaretskii * info/dir (Ebrowse): Fix the entry (was missing a dot). 2001-02-02 Gerd Moellmann * mkinstalldirs (errstatus): Chmod a+rx directories we create. * Makefile.in (uninstall): Ignore exit code of `rm'. * Makefile.in (uninstall): Remove more info files. Remove ${libexecdir}/emacs/${version}. Remove ${archlibdir}/fns-*. 2001-01-31 Gerd Moellmann * noleim-Makefile.in (extraclean): Add. 2001-01-28 Gerd Moellmann * Makefile.in (extraclean): Added -f to -rm config-tmp-* to keep it quiet. 2001-01-24 Colin Walters * Makefile.in (tags): Fix typo. 2001-01-13 Kenichi Handa * configure.in: Fix typo in the code setting x_search_path. 2001-01-10 Dave Love * configure.in: Don't reset LIBS at end of -lXmu test. Test for -lXext. (HAVE_XKBGETKEYBOARD): Fix reporting of result. (HAVE_LIBXP): Remove -lXt from AC_CHECK_LIB. (HAVE_XAW3D, HAVE_XPM, HAVE_JPEG, HAVE_PNG, HAVE_TIFF, HAVE_GIF): Don't frob CFLAGS. Remove extra X libs from AC_CHECK_LIB (now in $LIBS). 2001-01-08 Eli Zaretskii * config.bat: Run the preprocessor with -traditional. 2001-01-01 Eli Zaretskii * INSTALL: Move copying conditions to end of file. 2000-12-27 Eli Zaretskii * INSTALL: Add basic installation procedure which assumes `configure' does its job. Elaborate on image support libraries. Add a pointer to Xaw3d library. Add advice about solving configure-time problems by looking in config.log and setting variables in the environment. 2000-12-27 Gerd Moellmann * Makefile.in (install-arch-indep): If tar fails, exit with exit code 1. 2000-12-19 Gerd Moellmann * configure.in: Test for XkbGetKeyboard with an AC_TRY_LINK whose source file includes XKBlib.h. On some broken Solaris systems, there is an XKBlib.h, reportedly, but header files included by XKBlib.h are missing. 2000-12-14 Gerd Moellmann * configure.in: AC_CHECK_FUNC XkbGetKeyboard. 2000-12-11 Dave Love * configure.in : Use full path for NON_GNU_CPP. 2000-12-11 Paul Eggert * aclocal.m4 (AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): Merge fixes from latest GNU tar version. These macros no longer futz with _XOPEN_SOURCE, as that was not portable in practice. (AC_FUNC_FSEEKO): New macro. * configure.in: Use it instead of invoking AC_CHECK_FUNCS on ftello. 2000-12-05 Dave Love * Makefile.in (TAGS, info): Avoid tab-prefixed comments in rules. 2000-12-02 Eli Zaretskii * info/dir: Change the category to "Emacs". 2000-12-01 Gerd Moellmann * make-dist (tempdir): Remove epaths.h from the distribution instead of paths.h. 2000-11-23 Eli Zaretskii * config.bat: Check for existence of djecho.exe, and print an error message if it is not available. * INSTALL: Describe possible problem with djecho.exe in old versions of DJGPP v2.x. 2000-11-23 Gerd Moellmann * configure.in: Initialize HAVE_LIBXP to no. 2000-11-22 Gerd Moellmann * configure.in: Use m/macppc.h instead of the non-existent m/powerpc.h. 2000-11-21 Gerd Moellmann * Makefile.in (install-arch-indep): Also install info/eshell* and info/speedbar*. * configure.in (HAVE_PNG): Check for the presence of png_get_channels to rule out older PNG libs. * configure.in (AC_OUTPUT): Arrange to emit definitions of GCC and NON_GNU_CPP into config.status. 2000-11-20 Dave Love * configure.in: Fix last change. * GETTING.GNU.SOFTWARE: Deleted. * FTP: New file to replace it. * make-dist: Add FTP, remove GETTING.GNU.SOFTWARE. 2000-11-20 Gerd Moellmann * configure.in: Use -traditional with GNU cpp. 2000-11-17 Gerd Moellmann * make-dist: Handle the Mac port. Distribute all makefile.w32-in. Distribute more files from the nt/ subdir. Distribute PBM image files from subdirs of lisp/. Distribute old change logs from subdirs of lisp/. Distribute play/5x5.el. 2000-11-11 Dave Love * config.sub, config.guess: Updated from master source. 2000-11-07 Dave Love * configure.in: Test for mkstemp. 2000-11-01 Eli Zaretskii * info/dir (Top): Rearrange menu items more logically, and put them into a single category. Add menu items for RefTeX and Widget. 2000-10-29 Kai Gro,A_(Bjohann * Makefile.in (install-arch-indep): Use --info-dir instead of --dir-file, and a simple argument instead of --info-file, so that the Debian version of install-info also works. 2000-10-19 Eric M. Ludlam * info/dir (Speedbar): Add entry. 2000-10-16 Eli Zaretskii * INSTALL: Describe the new image-support options to the configure script. List URLs where image support libraries can be found. 2000-10-14 Eli Zaretskii * info/dir (Top): Add an entry for Eshell. 2000-10-02 Dave Love * configure.in: Check for gai_strerror. 2000-10-01 Andreas Schwab * Makefile.in (install-arch-indep): Update list of installed info files. 2000-09-30 Gerd Moellmann * configure.in: Support `sparc*-*-netbsd*'. 2000-09-29 Eli Zaretskii * info/dir (MIME): Add entry for emacs-mime. 2000-09-29 Dave Love * configure.in: Fix alpha*-dec-osf4 using the osf5 config. 2000-09-26 Gerd Moellmann * make-dist: Adapt to the change of leim/Makefile which was necessary to ensure a reasonably working `make dist'. * leim-Makefile.in: Moved to leim/Makefile.in.. * noleim-Makefile.in: New file, formerly leim/Makefile.in. 2000-09-21 Kenichi Handa * leim-Makefile.in (TIT-GB, TIT-BIG5, NON-TIT-GB, NON-TIT-BIG5) (NON-TIT-CNS, JAPANESE, KOREAN, THAI, VIETNAMESE, LAO, INDIAN) (TIBETAN, LATIN, SLAVIC, GREEK, RUSSIAN, MISC): Rename all .el files to .elc. (${TIT}): Adjusted for the above change. (clean mostlyclean): Likewise. (.el.elc): New target. 2000-09-19 Gerd Moellmann * make-dist: Include XPM and XBM files in lisp/ and subdirs in the distribution. 2000-09-18 Gerd Moellmann * make-dist (skk): Rename to `ja-dic' because the leim directory was renamed. 2000-09-14 Dave Love * configure.in: Fix spurion in last change. 2000-09-14 Gerd Moellmann * configure.in (USE_MMAP_FOR_BUFFERS): Recognize in system configuration files instead of REL_ALLOC_MMAP. Set REL_ALLOC to `no' if defined. Change result report. 2000-09-08 Dave Love * configure.in: Remove spurious `@'s. * aclocal.m4 (AC_FUNC_MMAP): Use fixed version from development autoconf. 2000-09-06 Gerd Moellmann * configure.in (REL_ALLOC_MMAP): Recognize in system configuration file and print informational message. * configure.in (AC_FUNC_MMAP): Add. 2000-09-01 Gerd Moellmann * configure.in: Add ``checking'' messages for XpmReturnAllocPixels. 2000-08-28 Gerd Moellmann * configure.in: Check ; check `index' and `rindex' functions. 2000-08-26 Kenichi Handa * configure.in : Move "NON_GNU_CPP='cpp'" before "case "${canonical}" in". 2000-08-25 Dave Love * configure.in : Use NON_GNU_CPP='cpp' always. 2000-08-25 Kenichi Handa * leim-Makefile.in: Rename skk to ja-dic throughout the file. 2000-08-24 Gerd Moellmann * configure.in : Unset CDPATH in case $PWD contains a relative path. Protect against unusable values of $PWD. 2000-08-08 Eli Zaretskii * info/dir (WoMan): Add entry. * config.bat (maindir): Update src/_gdbinit even if it does already exist. 2000-08-07 Gerd Moellmann * Makefile.in (config.status): Prepend `$(srcdir)/' to `configure'. 2000-08-03 Gerd Moellmann * configure.in: Add support for ia64*-*-linux*. 2000-07-27 Gerd Moellmann * make-dist (aclocal.m4): Include in distribution. 2000-07-26 Dave Love * configure.in (AC_SYS_LARGEFILE): Moved earlier. 2000-07-24 Dave Love * configure.in: Add AC_SIZE_T. 2000-07-18 Dave Love * configure.in: Reorder so that most tests are done after CPPFLAGS is set from the C_SWITCH_... definitions. 2000-07-10 Gerd Moellmann * configure.in (HAVE_XPM): Undo previous change. Check for preprocessor define XpmReturnAllocPixels. 2000-07-06 Gerd Moellmann * configure.in (HAVE_XPM): Check for XpmReturnAllocPixels instead of XpmReadFileToPixmap. 2000-07-05 Ken Raeburn * configure.in: Check for . Look for ossaudio library, and set LIBSOUND accordingly. 2000-07-05 Dave Love * configure.in: Use AC_HEADER_SYS_WAIT. 2000-07-05 Gerd Moellmann * make-dist: Check DONTCOMPILE in lisp/Makefile.in instead of lisp/Makefile. Distribute lisp/Makefile.in instead of lisp/Makefile. 2000-06-30 Ken Raeburn * configure.in: Add ${C_SWITCH_X_SITE} temporarily to CPPFLAGS, while searching for image-handling libraries. 2000-06-26 Gerd Moellmann * configure.in (--with-xim): New option. 2000-06-23 Dave Love * configure.in [HAVE_TIMEVAL]: Move gettimeofday test here, test for struct timezone and test how we can call gettimeofday. Check for OSF 5+. Check for term.h. * aclocal.m4: Define the post-2.13 stuff conditionally on autoconf version. 2000-06-23 Gerd Moellmann * configure.in (HAVE_LIBXP): Change test for libXp. 2000-06-21 Dave Love * configure.in: Check for fcntl.h. Use AC_FUNC_GETLOADAVG, not simple test for getloadavg and substitute GETLOADAVG_LIBS. Simplify test for GETTIMEOFDAY_ONE_ARGUMENT. 2000-06-19 Dave Love * configure.in (GETTIMEOFDAY_ONE_ARGUMENT): Fix in case _XOPEN_SOURCE is defined. 2000-06-16 Gerd Moellmann * Makefile.in (distclean): Also make distclean in lisp/. 2000-06-15 Eli Zaretskii * config.bat: Generate lisp/Makefile from lisp/Makefile.in. 2000-06-15 Gerd Moellmann * make-dist: Add --help and --snapshot options. 2000-06-14 Gerd Moellmann * configure.in: Generate lisp/Makefile. * configure.in: Add support for `*-lynxos*'. Use `cpp' as NON_GNU_CPP for `alpha*-dec-osf[5-9]*', as recommended by to fix problems on Tru64 UNIX v5.0. 2000-06-13 Ken Raeburn * Makefile.in (install-arch-indep): Don't use "-unset CDPATH" when it's on a continuation line. 2000-06-02 Dave Love * Makefile.in: (install-arch-indep): Add pcl-cvs to list of info files. * configure.in: Don't specify -n32 flag for mips-sgi-irix6.5. Check for struct exception. Use AC_SYS_LARGEFILE and move ftello test. * aclocal.m4 (AC_SYS_LARGEFILE_TEST_INCLUDES) (AC_SYS_LARGEFILE_MACRO_VALUE, AC_SYS_LARGEFILE): New. 2000-05-26 Gerd Moellmann * configure.in: Add check for speed_t typedef. 2000-05-25 Ken Raeburn * Makefile.in (install-arch-dep): Install fns-*.el only if it exists; it won't in the CANNOT_DUMP case. 2000-05-25 Gerd Moellmann * Makefile.in: Ignore exit status of `unset CDPATH' everywhere. On FreeBSD, the exit status is 1 if CDPATH is not set. (install-arch-indep): Install ebrowse.info. 2000-05-20 NIIBE Yutaka * configure.in: Check for grandpt and getpt. 2000-05-09 Dave Love * Makefile.in (install-arch-indep): Filter CVS as well as RCS. 2000-05-05 Gerd Moellmann * make-dist: Make a link for lib-src/grep-changelog. Copy install-sh. 2000-05-01 Eli Zaretskii * config.bat: Identify the beginning of the cpp stuff in src/Makefile.in and lib-src/Makefile.in more accurately. 2000-04-27 Gerd Moellmann * configure.in: Add support for `powerpc*-*-linux-gnu*'. 2000-04-19 Gerd Moellmann * configure.in: Add support for `powerpc-*-netbsd*'. 2000-04-19 Dave Love * configure.in: Don't use AC_FUNC_GETLOADAVG. * aclocal.m4 (AC_FUNC_MKTIME): Use AC_SUBST. 2000-04-16 Dave Love * Makefile.in (${srcdir}/configure): Depend on aclocal.m4. 2000-04-14 Dave Love * configure.in: Use AC_FUNC_GETLOADAVG, AC_FUNC_MKTIME. * aclocal.m4 (AC_FUNC_MKTIME): New. 2000-03-28 Ken Raeburn * configure.in: Line up "--help" output a little better. 2000-03-26 Gerd Moellmann * Makefile.in (bootstrap-lisp-1, bootstrap-lisp, bootstrap-src): New targets. (bootstrap): Rewritten in terms of the new targets above. Make info files, too. 2000-03-12 Gerd Moellmann * config.guess, config.sub: Use the versions of the files from subversions. 2000-03-08 Dave Love * configure.in: Use AC_PROG_RANLIB, AC_C_PROTOTYPES, AC_C_VOLATILE. Define POINTER_TYPE. * aclocal.m4: New file. 2000-03-02 Gerd Moellmann * configure.in (machine): Add `mipsel-*-netbsd*' and `arm-*-netbsd*'. 2000-03-01 Gerd Moellmann * configure.in (machine): Add support for `*-auspex-sunos*'. 2000-02-29 Gerd Moellmann * configure.in (C_OPTIMIZE_SWITCH) [__GNUC__]: Use -O2. 2000-02-18 Dave Love * configure.in: Define NON_GNU_CPP on alpha-dec-osf5+. 2000-02-18 Andreas Schwab * Makefile.in (install-arch-indep): Add eudc to list of installed info files. 2000-02-17 Ken Raeburn * configure.in: Include -lz and -ljpeg (if it's available) when testing for the tiff library. 2000-02-17 Gerd Moellmann * configure.in: Remove LISP_FLOAT_TYPE. 2000-02-12 Dave Love * configure.in: Use AC_FUNC_VFORK. 2000-02-01 Gerd Moellmann * make-dist: Various fixes for new development tree. * leim-Makefile.in: New file. 2000-01-31 Gerd Moellmann * Makefile.in (dist): Call ./make-dist. 2000-01-24 Dave Love * configure.in: Remove -G0 from Irix NON_GCC_TEST_OPTIONS. 2000-01-18 Gerd Moellmann * configure.in (HAVE_GIF): Check for DGifOpen instead of DGifOpenFileName. 2000-01-11 Andreas Schwab * Makefile.in (install-arch-indep): Update list of info files to be installed. 2000-01-05 Dave Love * configure.in: Check for jerror.h as well as libjpeg. 2000-01-03 Andreas Schwab * Makefile.in (install-arch-indep): Install autotype*. Run install-info on autotype and emacs-faq.info. 1999-12-04 Dave Love * Makefile.in: (install-arch-indep): Depend on `info'. (install-strip): Use `install' as sub-make target. 1999-11-23 Ken Raeburn * configure.in: Restore Kerberos code deleted on 1999-05-29 that didn't need to be deleted. Check for the k5crypto library as well as the crypto library; MIT Kerberos 1.1 changed the name. 1999-11-18 Dave Love * configure.in: Fix NON_GNU_CPP for Irix 6 to avoid failing tests. 1999-11-11 Erik Naggum * configure.in (bitmapdir): Allow for both "bitmaps" directories. 1999-11-08 Dave Love * configure.in: Fix change for --with-pop default. 1999-11-04 Dave Love * configure.in: Default to --with-pop. Change sense of with-gcc and with-toolkit-scroll-bars messages to reflect the defaults. 1999-11-01 Gerd Moellmann * INSTALL: Mention the Emacs Lisp Reference. 1999-10-27 Noah Friedman * configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/). 1999-10-23 Gerd Moellmann * Makefile.in (bootstrap): New target. 1999-10-19 Paul Eggert Add support for large files. Merge glibc 2.1.2. * configure.in (AC_CHECK_HEADERS): Add stdio_ext.h. (HAVE_TM_GMTOFF): New symbol. (AC_CHECK_FUNCS): Add __fpending, ftello, getloadavg, mblen, mbrlen, strsignal. (LOCALTIME_CACHE): Don't include stdlib.h, as config.h does this now. 1999-10-09 Stefan Monnier * make-dist (dontcompile): look for the DONTCOMPILE variable rather than the obsolete dontcompilefiles pseudo-rule in lisp/Makefile. 1999-10-09 Richard M. Stallman * Makefile.in (uninstall, install-arch-indep, install-arch-dep): Unset CDPATH to prevent cd from generating output. 1999-10-08 Stefan Monnier * update-subdirs: also ignore CVS subdirs. 1999-10-07 Gerd Moellmann * Makefile.in (install-arch-indep): Add ada-mode. 1999-10-06 Dave Love * Makefile.in: Add rules for config.status, configure. 1999-09-07 Gerd Moellmann * configure.in (--with-sound): Removed. 1999-08-30 Gerd Moellmann * configure.in (USE_TOOLKIT_SCROLL_BARS): Move the test down after the test for Xaw3d. (HAVE_TIFF): Add -lm to library check. 1999-08-28 Richard Stallman * configure.in (USE_TOOLKIT_SCROLL_BARS): Move tests for -lXaw3d, -lXpm, -ljpeg, -lpng, -ltiff, and -lgif, down after the other X-related libraries. 1999-08-21 Dave Love * configure.in: Don't check for jpeglib.h. 1999-08-20 Gerd Moellmann * configure.in (HAVE_TIFF): Remove tiff34 prefix from tiffio.h. (HAVE_XAW3D): Don't check for Xaw3d if USE_X_TOOLKIT=none. 1999-08-18 Dave Love * configure.in: : Check for termcap.h. 1999-08-15 Gerd Moellmann * configure.in: Add --with-toolkit-scroll-bars. If "no", use Emacs' scroll bars, even if configured for Motif or when Xaw3d is available. 1999-08-12 Wolfgang Rupprecht * configure.in: Check for getaddrinfo. 1999-08-04 Eli Zaretskii * config.bat: Make --no-debug work again by removing -gcoff. 1999-07-30 Dave Love * configure.in: Check for stdlib.h. 1999-07-19 Dave Love * configure.in: Grok sparc64-*-linux-gnu*. 1999-07-12 Richard Stallman * Version 20.4 released. 1999-06-23 Karl Heuer * make-dist: Unset EMACS_UNIBYTE, so Emacs runs in its default state. Quote $EMACS, in case it's a program with args. 1999-05-29 Richard M. Stallman * configure.in: Delete the Kerberos stuff. 1999-05-27 Greg Hudson * configure.in: Prefer kerberos 5 names. 1999-04-26 Richard M. Stallman * configure.in: Check for libXp. 1999-04-08 Richard Stallman * make-dist: Include change logs in subdirs of `lisp'. 1999-04-05 Richard Stallman * Makefile.in (mkdir): If we create ${datadir}, make it world-readable. (install-arch-indep): Make ${datadir}/emacs world-readable. 1999-03-30 Eli Zaretskii * config.bat: Use epaths.* instead of paths.*. 1999-03-07 Eli Zaretskii * INSTALL: Add detailed instructions to unpack and install intlfonts on MS-DOS. 1999-02-26 Richard Stallman * configure.in: Use epaths.h and epaths-force instead of paths.... * Makefile.in (epaths-force): Renamed from paths-force; operate on epaths.in and produce epaths.h. 1999-02-24 Richard Stallman * make-dist: Fix nt/icons directory handling. 1999-02-22 Simon Josefsson * configure.in (f301-fujitsu-uxpv4.1): New target. 1999-02-20 Richard Stallman * make-dist (tempparent): Fix command to update info files. 1999-02-09 Richard Stallman * configure.in (powerpc-apple-netbsd*): New alternative. 1999-01-25 Geoff Voelker * make-dist: Include the new directory nt/icons in distributions. 1999-01-19 Richard Stallman * configure.in: Change message about HAVE_XFREE386. 1999-01-07 Eli Zaretskii * config.bat: Support configuring with leim. 1998-12-16 Petri Kaurinkoski * configure.in (mips-sgi-irix6.5): New target. 1998-12-16 Jonathan I. Kamens * configure.in: Remove GSS-API support, since it has been removed from movemail. 1998-12-04 Markus Rost * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src. 1998-12-04 Andreas Schwab * Makefile.in: Don't install customize info file. Run install-info on viper info file. 1998-11-29 Richard Stallman * Makefile.in (install-arch-dep): Copy fns-*.el from lib-src. 1998-11-16 Kenichi Handa * configure.in (*-*-bsdi4*): New target. 1998-11-13 Ehud Karni * configure.in: Fix previous change. 1998-11-11 Richard Stallman * configure.in (aviion-intel): New machine. 1998-11-04 Kenichi Handa * configure.in (mips-nec-sysv4*): New target. 1998-11-03 Andreas Schwab * Makefile.in (install-arch-dep): Fix last change and use fns-*.el from lisp. 1998-10-31 Richard Stallman * make-dist: Don't include fns*.el in dist. 1998-10-30 Dave Love * configure.in: Don't mkdir cpp. 1998-10-30 Andreas Schwab * Makefile.in (install-arch-dep): Install src/fns-*.el in ${archlibdir}. 1998-08-19 Richard Stallman * Version 20.3 released. 1998-07-30 Paul Eggert * Makefile.in (Makefile, src/Makefile, src/config.stamp) (lib-src/Makefile, man/Makefile, oldXMenu/Makefile) (lwlib/Makefile, leim/Makefile): Prepend $(srcdir)/ to rule dependencies outside this dir. 1998-06-30 Richard Stallman * configure.in: Use unset CDPATH instead of making it empty. 1998-06-20 Karl Heuer * configure.in: Assume unspecified Solaris is 2.5, not 2.4. 1998-06-07 Richard Stallman * make-dist (MANIFEST): Include most subdirs, but exclude subdirs.el and default.el. Sort the results. 1998-05-31 Karl Heuer * Makefile.in (install-arch-indep): Don't die if site-lisp/ isn't writable. 1998-05-14 Richard Stallman * Makefile.in (install-arch-indep): Don't alter site-lisp/subdirs.el if it exists. 1998-05-12 Richard Stallman * Makefile.in (install-arch-indep): Put `-' on commands to create subdirs.el in site-lisp dirs. 1998-05-07 Richard Stallman * Makefile.in (install-arch-indep): Fix typo in previous change. 1998-05-06 Richard Stallman * Makefile.in (install-arch-indep): Pass --dir-file to install-info. 1998-04-28 Richard Stallman * Makefile.in (mkdir): Create the site-lisp dirs. (install-arch-indep): Make site-lisp/subdirs files world-readable. 1998-04-26 Richard Stallman * Makefile.in (INSTALL_INFO): New variable. (install-arch-indep): Don't replace the dir file if it already exists. Use the install-info program, via INSTALL_INFO, to add entries. Make the `info' subdir and the Info files world-readable. 1998-04-16 Eli Zaretskii * config.bat: Make sure the environment is large enough to support all the "set foo=bar" commands. Update pointers to DJGPP FTP sites. 1998-04-10 Karl Heuer * make-dist: Don't accept EMACS=t when testing for $EMACS set. 1998-04-06 Jonathan I. Kamens * configure.in: Add --with-gssapi to specify GSS-API authentication support for movemail. 1998-04-02 Richard Stallman * Makefile.in (install-arch-indep): Fix previous change. 1998-03-30 Richard Stallman * Makefile.in (info): Run man in build dir, not srcdir. 1998-03-28 Richard Stallman * Makefile.in (install-arch-indep): Fix previous change. 1998-03-23 Kenichi Handa * Makefile.in (top_distclean): Check the existence of `lock' subdir. 1998-03-22 Richard Stallman * Makefile.in (install-arch-indep): Put special subdirs.el files in site-lisp dirs. Use normal-top-level-add-subdirs-to-load-path. 1998-03-21 Richard Stallman * make-dist: Fix shell syntax in check for missing .el or .elc files. 1998-03-09 Richard Stallman * configure.in (hppa-hp-hpux1[0-9]*): Handle versions 1X like 10. (m68*-hp-hpux*): Handle versions 1X like 10. 1998-03-07 Richard Stallman * make-dist: PROBLEMS is now in etc, not top level dir. * Makefile.in (SOURCES): Delete PROBLEMS. 1998-02-25 Richard Stallman * configure.in (hppa*-hp-hpux*): Use hpux10 by default. * Makefile.in (install-arch-indep): Do chmod a+x on subdirs. 1998-01-17 Richard Stallman * Makefile.in (install-arch-indep): Add semicolon before `else'. 1998-01-02 Richard Stallman * make-dist (tempparent): New option --no-check. * make-dist: Don't do anything with cpp directory. 1997-12-20 Richard Stallman * configure.in (sparc-fujitsu-sysv4*): New target. 1997-12-17 Andreas Schwab * configure.in: Cache more tests. Add missing quotes around message with embedded comma. 1997-12-04 Karl Heuer * Makefile.in (unlock, relock): Don't reference cpp/ directory. 1997-11-26 Joel N. Weber II * make-dist: Changed the comment about `umask 0' to say `Don't restrict access to any files.'; previously it said `Don't protect any files', which may have implied that we think fascism is good. 1997-11-24 Paul Eggert * configure.in (AC_CHECK_FUNCS): Add strftime. The new GNU C library strftime needs the underlying host's strftime for locale dependent formats. 1997-11-20 Abraham Nahum * configure.in (i586-dg-dguxR4.*): New name in case branch. 1997-11-20 Eli Zaretskii * config.bat: Configure the man subdirectory. 1997-11-07 Paul Eggert * configure.in (AC_CHECK_LIB): Add -lintl. 1997-11-07 Karl Heuer * make-dist (check for .elc files): Avoid bash-specific syntax. (check for overflow 14-char limit): Simplify. 1997-11-07 Richard Stallman * Makefile.in (install): Move blessmail last. 1997-10-02 Richard Stallman * configure.in (gettimeofday, one arg or two): Clarify messages by avoiding double negative. 1997-09-30 Karl Eichwalder * Makefile.in (install-arch-indep): install the widget info file. 1997-09-24 Jonathan I. Kamens * configure.in (with-pop, with-kerberos): Need to check Kerberos libraries in reverse order, so that libraries will appear in the correct dependency order on the link line (and so that the configure checks themselves will work properly when early libraries depend on later ones). 1997-09-21 Erik Naggum * make-dist (making links to `src'): Keep timestamp on copied files. * make-delta: New script to produce delta distributions. 1997-09-19 Richard Stallman * Version 20.2 released. 1997-09-15 Richard Stallman * Version 20.1 released. * Makefile.in (install-leim): Depend on mkdir. (leim): Depend on src. 1997-09-13 Richard Stallman * configure.in: Recognize alpha* instead of just alpha. 1997-09-12 Paul Eggert * leim-Makefile.in (mostlyclean, maintainer-clean): New targets. 1997-09-12 Richard Stallman * update-subdirs: Use rm -f. 1997-09-08 Richard Stallman * update-subdirs: Delete subdirs.el if this dir has no subdirs. Ignore subdirs named Old. 1997-08-04 Kenneth Stailey * configure.in: Add OpenBSD clause to set $machine. 1997-09-04 Richard Stallman * make-dist: Recompile everything after updating various Lisp files. Recompile in leim as well as lisp. Check in leim as well as lisp for mismatched files and too-long names. 1997-09-03 Richard Stallman * Makefile.in (TAGS tags): Simply refer this to the src subdir. 1997-08-30 Richard Stallman * Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it before trying to copy anything from it. 1997-08-27 Richard Stallman * Makefile.in (man/Makefile): New target. (tags): Define env var EMACS and run Makefile from build dir. 1997-08-27 Eli Zaretskii * config.bat: If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for building on Windows 95). 1997-08-25 Richard Stallman * Makefile.in (install-arch-indep): Discard extra data in tar | tar pipes. 1997-08-24 NIIBE Yutaka * configure.in (x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'. 1997-08-22 Richard Stallman * configure.in (HAVE_MOTIF_2_1): Test for Motif 2.1, 1997-08-22 Jonathan I. Kamens * configure.in: Support auto-configuration of both Kerberos V4 and Kerberos V5 for movemail, including detection of V4 and V5 header files and libraries. 1997-08-16 NIIBE Yutaka * configure.in: Compute x_default_search_path and substitute into makefiles. * Makefile.in (paths-force): Store PATH_X_DEFAULTS in paths.h. 1997-08-08 Richard Stallman * Makefile.in (install-arch-indep): Run list-load-path-shadows. 1997-08-07 Erik Naggum * configure.in: Remove lockdir, it is no longer needed. * Makefile.in (mkdir): Don't create lockdir. (lockdir): Variable deleted. (paths-force): Don't operate on PATH_LOCK. 1997-08-06 Richard Stallman * leim-Makefile.in (clean, distclean): New targets. * make-dist: Include leim/ChangeLog in leim distribution. 1997-08-01 Richard Stallman * configure.in (i*86-*-sysv4.2uw*): Set NON_GNU_CPP. 1997-07-30 Richard Stallman * Makefile.in (CPPFLAGS): Get this from configure, like CFLAGS. 1997-07-27 Richard Stallman * Makefile.in (LDFLAGS): Get this from configure, like CFLAGS. 1997-07-25 Richard Stallman * make-dist: Update leim/leim-list.el. Pass along value of $EMACS when updating lisp dir. 1997-07-25 Marcus G. Daniels * configure.in (doug_lea_malloc): Make __after_morecore_hook a prerequisite to the use of Doug Lea's malloc. 1997-07-21 Richard Stallman * Makefile.in (top_distclean): Use -f to delete contents of lock dir. * make-dist: Use name leim/SKK-DIC, not leim/SKK. 1997-07-16 Richard Stallman * make-dist: Arrange for the leim tar file to unpack in emacs-M.N/leim. 1997-07-11 Richard Stallman * configure.in (mips-sony-newsos6*): File news-risc.h renamed to news-r6.h. 1997-07-10 Eli Zaretskii * config.bat: Use `sed' instead of `cp', which might not be installed. 1997-07-09 Kenichi Handa * Makefile.in (mostlyclean): Add cleaning leim directory. (clean, distclean, maintainer-clean): Likewise. 1997-07-09 Richard Stallman * make-dist (bogosities): Check subdirs of `lisp' also. 1997-07-08 Richard Stallman * make-dist (etc): Really avoid symlinks now. (lisp): Don't delete from subdirs the things we never copy. 1997-07-07 Ken'ichi Handa * Makefile.in (install-arch-indep): Correct the target name. The first letter `i' was dropped by the previous change of mine. 1997-07-06 Richard Stallman * configure.in (leim/Makefile): Generate this. (*-sysv4.2uw*): Recognize new alternative. * leim-Makefile.in: Renamed from leim-Makefile. * make-dist: Set up real-leim subdirectory, with the real contents of leim; then move it to a separate top-level directory. * make-dist: Don't mention site-lisp, site-init, site-start or default, when listing files hat are not compiled and should be. * configure.in: Create src/config.stamp at the end. 1997-07-04 Richard Stallman * Makefile.in (install-leim): Correct previous change. 1997-07-02 Ken'ichi Handa * Makefile.in (install-leim): New target. (install): Depend on install-leim. 1997-07-01 Ken'ichi Handa * Makefile.in (SUBDIR): Add leim. (SUBDIR_MAKEFILES): Add leim/Makefile. (leim/Makefile): New target. 1997-07-01 Richard Stallman * leim-Makefile: New file. * make-dist: Initialize a `leim' subdirectory with that makefile. 1997-06-29 Richard Stallman * configure.in (GNU_MALLOC_reason): Fix message text. 1997-06-27 Richard Stallman * make-dist (lisp): Don't process subdirs that start with =. (etc): Copy symlinks, as in src. 1997-06-26 Richard Stallman * configure.in (i*86-*-unixware*): New alternative. 1997-06-22 Richard Stallman * Makefile.in (src/config.stamp): Target renamed from src/config.h and touch it explicitly. * configure.in (mips-sony-newsos6*): New alternative. (mips-*-linux-gnu*): New alternative. (*-*-bsdi*): New alternative. (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives. 1997-06-22 Dave Love * Makefile.in (lib-src): Depend on src/config.h (e.g. for movemail.o). (src/config.h): New target to re-configure if src/config.in is patched. 1997-06-18 Richard Stallman * configure.in (shutdown): Check for `shutdown' function. 1997-06-18 Ken'ichi Handa * update-subdirs: Include the directory "language" in subdirs. 1997-06-01 Richard Stallman * configure.in (m88k-dg-dgux4*): New alternative. (alpha-*-netbsd*): New alternative. (powerpcle-*-solaris2*): New alternative. 1997-05-20 Richard Stallman * make-dist: Warn about .el files that are not compiled. 1997-05-11 Richard Stallman * Makefile.in (dist): Don't run update-subdirs here, since make-dist now gets that done. * make-dist: Use the new `updates' target in lisp/Makefile. * make-dist: Use new non-file targets in lisp/Makefile. 1997-04-27 Richard Stallman * make-dist: Handle all subdirs of `lisp' uniformly. Don't handle `term' and `language' specially. Clear out umask at the beginning. 1997-04-11 Richard Stallman * make-dist: Use Make to update finder-inf.el and autoloads. Also update cus-load.el. 1997-04-09 Marcus G. Daniels * configure.in (doug_lea_malloc): First check for SYSTEM_MALLOC, in case it is desirable to disable the GNU malloc features with glibc. 1997-04-08 Marcus G. Daniels * configure.in (DOUG_LEA_MALLOC): Define if malloc_{get,set}_state exist. 1997-03-05 Ken'ichi Handa * make-dist: Make links for files under lisp/language. 1997-02-20 Kenichi Handa * update-subdirs: Exclude the directory "language" from subdirs. 1997-01-26 Karl Heuer * configure.in: Check for rint and cbrt. 1997-01-01 Richard Stallman * make-dist: Use $EMACS to say where to run Emacs. Add --no-update option. 1996-12-30 Richard Stallman * configure.in (hppa1.1-hitachi-hiuxmpp): New configuration. 1996-12-28 Richard Stallman * make-dist (copying src): Check thoroughly for symlinks and copy them in all cases. Regularize the linking of *.in and *.opt and ChangeLog files. (copying lib-src): Likewise. Don't rm getdate.c or y.tab.*--they don't exist any more. 1996-12-18 Jonathan I. Kamens * configure.in: Check for libmail, maillock.h and touchlock (for movemail). 1996-12-15 Richard Stallman * configure.in (limits.h): Check for this file. 1996-12-08 Richard Stallman * configure.in (rs6000-ibm-aix4.2): New alternative. (rs6000-ibm-aix4.0): New alternative. (rs6000-ibm-aix4*): Assume aix 4.1 by default. 1996-11-22 Ben Harris * configure.in: Recognize vax-*-netbsd*. 1996-11-06 Richard Stallman * configure.in (locallisppath): Add leim directory. 1996-10-31 Eli Zaretskii * config.bat: Make sure `mv' supports forward slashes and -f. 1996-10-28 Christian Limpach * configure.in (hppa*-next-nextstep*): * added after hppa to accept hppa1.0 and hppa1.1. 1996-10-05 Marcus G. Daniels * configure.in: Provide an empty default for LD_SWITCH_X_SITE_AUX. * configure.in (ld_switch_machine): Fix typo. 1996-09-28 Richard Stallman * configure.in: Fetch LD_SWITCH_SYSTEM and LD_SWITCH_MACHINE from config.h and use them in $ac_link. 1996-09-28 Erik Naggum * configure.in: Create a subdir named `lisp'. 1996-09-24 Richard Stallman * configure.in: Check for getcwd. 1996-09-04 Richard Stallman * configure.in: Check for termios.h. Check for setpgid. 1996-08-31 Richard Stallman * configure.in: Check for setrlimit. 1996-08-31 Paul Eggert * configure.in: Check for sys/systeminfo.h, getdomainname, sysinfo. 1996-08-28 Richard Stallman * configure.in: Check for utimes. * configure.in: Check for com_err library, but only if --with-kerberos was used. Check for krb and des only if --with-kerberos. 1996-08-26 Richard Stallman * Makefile.in (INSTALL_STRIP): New variable. (install-strip): Set INSTALL_STRIP, not INSTALL_PROGRAM. (install-arch-dep): Use INSTALL_STRIP, and pass it to lib-src. 1996-08-25 Richard Stallman * configure.in: Check for krb and des libraries. 1996-08-24 Richard Stallman * configure.in (*-sunos4.1.[3-9]*noshare): Use sunos413, not sunos4-1-3. (m88k-dg-dgux5.4R3*): Use dgux5-4-3, not dgux5-4r3. (arm-acorn-riscix1.2*): Use riscix12, not riscix1-2. 1996-08-22 Richard Stallman * Makefile.in (src/paths.h): Target deleted. (paths-force): Delete all dependencies on this target but don't delete the target. (install): Depend on `all'. (paths-force): Don't print a message. * configure.in: Generate src/paths.h here. 1996-08-18 Richard Stallman * configure.in (NON_GCC_LINK_TEST_OPTIONS, GCC_LINK_TEST_OPTIONS): New variables that affect linking only. (alpha-dec-osf*): Use those instead of previous change. 1996-08-15 Richard Stallman * Makefile.in (install-arch-indep): Install info/messages. 1996-08-11 Richard Stallman * Version 19.33 released. 1996-08-10 Marcus Daniels * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): Fix previous change. 1996-08-08 Richard Stallman * configure.in (i[3456]86-sequent-ptx4*, i[3456]86-sequent-sysv4*): New alternative. 1996-08-07 Richard Stallman * configure.in (alpha-dec-osf*): Specify GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. 1996-08-06 Paul Eggert * configure.in (LOCALTIME_CACHE): Don't put a string literal "TZ=..." in environ. 1996-08-04 Richard Stallman * make-dist (msdos): Add is_exec.c, sigaction.c to distribution. 1996-08-03 Richard Stallman * configure.in (*-sunos4.1.[3-9]*noshare): Move this before the more general *-sunos4.1.[3-9]* clause. 1996-07-31 Richard Stallman * Version 19.32 released. * configure.in (*-sco3.2v5*): Set OVERRIDE_CPPFLAG to a string of one space. Fix the code that uses OVERRIDE_CPPFLAG. 1996-07-16 Karl Heuer * configure.in: Undo previous change. 1996-07-16 Richard Stallman * config.sub: Use `pc', not `unknown', when canonicalizing the vendor for ...86. 1996-07-15 David Mosberger-Tang * configure.in: Check for termios.h header. 1996-07-11 Bill Mann * configure.in: Use s/usg5-4-3.h for ncr-i[3456]86-sysv4.3 1996-07-07 Karl Heuer * configure.in: Split bsdos2 and bsdos2-1. 1996-07-06 Richard Stallman * config.sub: If last two words are not a recognized KERNEL-OS pair, use just the last word as OS, as in 19.31. Make conversion of gnu/linux to linux-gnu really work. * config.sub: If vendor unspecified with i386, use `pc' not `unknown'. 1996-06-30 Richard Stallman * configure.in (check for using Lucid widgets by default): Eliminate indentation that confuses some compilers. 1996-06-29 Richard Stallman * config.sub: Convert linux and gnu/linux to linux-gnu. * make-dist: Don't update getdate.c. Ignore =... files when checking for too-long Lisp file names. 1996-06-28 Richard Stallman * configure.in (euidaccess): Check for that, not for eaccess. 1996-06-27 Richard Stallman * configure.in (sunos4.1.[3-9]*noshare): Eliminate dash from before `noshare'. (mips-sgi-irix6*): Specify NON_GCC_TEST_OPTIONS. 1996-06-21 Richard Stallman * configure.in: Rename lignux to linux-gnu in configuration names. Use gnu-linux as the opsys value (s/ file name). Allow i686 just like i386, i486, i586. 1996-06-20 Richard Stallman * configure.in (i*86-*-sco3.2v5): New alternative. (OVERRIDE_CPPFLAG): New variable. (CPPFLAGS): If OVERRIDE_CPPFLAG is set, use that. * configure.in: Specify vpath for .texi files. 1996-06-09 Richard Stallman * configure.in: Always check for HAVE_X11R5. Separately decide whether to use a toolkit by default. 1996-06-04 Bill Mann * configure.in: If X11R5 is missing the Xaw headers, default to --with-x-toolkit=no. 1996-05-31 Richard Stallman * configure.in (powerpc-*-solaris2*): Use ibmrs6000, not rs6000. 1996-05-30 Richard Stallman * Makefile.in (install-arch-indep): If cd etc makes output, don't treat that as part of the tar data. Check that ./lisp actually exists. 1996-05-29 Karl Heuer * make-dist: Check for long file names. 1996-05-25 Karl Heuer * Version 19.31 released. 1996-05-25 Karl Heuer * configure.in: Recognize sparc-*-lignux. 1996-05-03 Richard Stallman * make-dist: Include nt/inc/arpa and nt/inc/netinet in the dist. Don't include config.w95. 1996-04-21 Richard Stallman * make-dist: Replace --no-clean-up and --no-tar options with --clean-up and --tar, so that the default is useful. 1996-04-15 Eli Zaretskii * config.bat: Make sure the GDB init file is called src/_gdbinit; if not, tell the user to rename it and abort. 1996-04-14 Eli Zaretskii * config.bat: With DJGPP v1.x, use `COFF2EXE' to produce JUNK.EXE test program. 1996-04-12 Richard Stallman * config.bat (djgpp_ver): Variable renamed from djgpp-ver. * make-dist (MANIFEST): Fix previous change. (msdos): Put mainmake.v2 into the dist. 1996-04-10 Roland McGrath * make-dist: Exit if autoconf fails. 1996-04-10 Eli Zaretskii * config.bat: Set djgpp-ver, and unset it at the end. Add a number of conditionals for DJGPP version 2. Rename label libsrc2 to libsrc3. Substitute for LDFLAGS in src/Makefile. Substitute for ALL_CFLAGS in lib-src/Makefile. 1996-04-08 Richard Stallman * configure.in (ncurses): Check this after checking fns like strerror. 1996-04-08 Erik Naggum * make-dist (MANIFEST): Don't include lines from =files. 1996-04-07 Richard Stallman * make-dist: Don't put lisp/dired.todo in the dist. 1996-04-05 Richard Stallman * configure.in (HAVE_NCURSES): Look for library named ncurses. * configure.in (setlocale): Check for it. * configure.in (*-*-sysv4.2*): If no /usr/ccs/lib/cpp, use /lib/cpp. 1996-03-26 Richard Stallman * configure.in: Use lignux instead of linux as value of opsys. 1996-03-22 Richard Stallman * Makefile.in (install-strip): Fix whitespace. Get rid of continuation. * config.sub: Convert linux or gnu/linux to lignux. 1996-03-21 Richard Stallman * configure.in: Accept lignux in configuration name. 1996-03-20 Richard Stallman * Makefile.in (install-strip): New target. 1996-03-18 Richard Stallman * Makefile.in (top_distclean): Use `|| true' to ignore error in rm. -f failed to do the job on Suns. 1996-03-13 Richard Stallman * Makefile.in (install-arch-dep): Don't depend on install-arch-indep. * configure.in (linux/version.h): Check for this header. 1996-03-12 Roland McGrath * configure.in: Remove -fno-builtin hackery from -lm check. 1996-03-08 Roland McGrath * configure.in (-lm check): If $GCC, append -fno-builtin to $CC for just this test. * configure.in (AC_PREREQ): Require version 2.8 of Autoconf. 1996-03-04 Richard Stallman * configure.in: Check for ncurses. 1996-02-28 Paul Eggert * configure.in (LOCALTIME_CACHE): Also define if localtime mishandles unsetting TZ. This works around a localtime bug in mips-dec-ultrix. 1996-02-25 Richard Stallman * make-dist (finder-inf.el): Use finder-compile-keywords-make-dist. * configure.in: Improve messages about X versions. 1996-02-24 Richard Stallman * configure.in (LOCALTIME_CACHE): Cope if $ac_cv_func_tzset is null. 1996-02-23 Richard Stallman * configure.in (HAVE_X11XTR6): Set it as a shell variable. (HAVE_LIBXMU): If HAVE_X11XTR6, use -lSM and -lICE. * Makefile.in (install-arch-dep): Depend on install-arch-indep. (install): Put install-arch-indep before install-arch-dep. 1996-02-20 Dave Love * INSTALL: Clarify info about MS-DOS path handling. 1996-02-12 Richard Stallman * Makefile.in (install-arch-indep): Install info/ccmode*. In previous change, protect against /bin/pwd returning null string. 1996-02-07 Richard Stallman * Makefile.in (install-arch-indep): Copy build-dir's lisp subdir to lispdir. 1996-02-01 Paul Eggert * configure.in (LD_RUN_PATH): Prepend x_libraries to this envvar. 1996-01-30 Richard Stallman * configure.in (HAVE_TIMEVAL): Set explicitly to `no' if test fails. 1996-01-25 Richard Stallman * Makefile.in (extraclean): Use ${top_distclean} to ensure we delete everything distclean deletes. 1996-01-23 Karl Heuer * make-dist (lwlib): Don't distribute lwlib-Xol* files. 1996-01-17 Richard Stallman * configure.in (HAVE_X11): Merge $LD_SWITCH_X_SITE into LDFLAGS instead of into LIBS. 1996-01-16 Richard Stallman * configure.in (HAVE_XMU): Fix typo in previous change. 1996-01-15 Richard Stallman * configure.in [Solaris]: Don't let $CC make us use /usr/ucb/cc. 1996-01-10 Erik Naggum * configure.in (USE_X_TOOLKIT = maybe): Delete redundant `fi'. 1996-01-10 Karl Heuer * Makefile.in (install-arch-indep): Ignore error if no chmod -R. 1996-01-10 Richard Stallman * configure.in (HAVE_XMU): Check for libXmu.a only if using toolkit and use -lXt to link it. 1996-01-08 Richard Stallman * configure.in (locallisppath): Put version-specific dir first. 1996-01-07 Richard Stallman * configure.in (hppa-*-nextstep*): New alternative. (USE_X_TOOLKIT): By default, set this to "maybe"; and change that later to LUCID or "no" according to X11 version. * make-dist: Recompile outdated .elc files and update all autoloads. 1996-01-05 Roland McGrath * configure.in (locallisppath): Fix typo in last change: " -> '. 1996-01-04 Richard Stallman * configure.in (locallisppath): Add ../emacs/VERSION/site-lisp. 1995-12-27 Richard Stallman * Makefile.in (install-arch-indep): Give all files read permission. 1995-12-26 Richard Stallman * configure.in (hppa*-hp-hpux9shr*, hppa*-hp-hpux9*, hppa*-hp-hpux*): If it is hpux 9, check for /usr/include/X11R5 and /usr/lib/x11R5. 1995-12-24 Richard Stallman * configure.in: Determine HAVE_X11R6. (HAVE_MENUS): Renamed from HAVE_X_MENU. 1995-12-21 Richard Stallman * configure.in: Just "solaris" now defaults to version 2.4. Add sunos4.1.n-noshare as alternative. 1995-12-01 Richard Stallman * configure.in (mips-sgi-irix6*): Set NON_GNU_CPP. 1995-11-29 Erik Naggum * Makefile.in (install-arch-indep): Add missing backslash. 1995-11-29 Karl Eichwalder * Makefile.in (install-arch-indep): Don't install lispdir/[Mm]akefile*, lispdir/ChangeLog, lispdir/dired.todo. 1995-11-29 Richard Stallman * Makefile.in (install-arch-indep): Fix previous change. * configure.in (mips-sni-sysv*): New alias for mips-siemens-sysv*. 1995-11-24 Richard Stallman * Version 19.30 released. * make-dist (lisp): Exclude subdirs.el. 1995-11-22 Richard Stallman * make-dist (etc): Delete *.orig and *.rej. 1995-11-16 Richard Stallman * Makefile.in (install-arch-indep): Rename old info/dir only if exists. 1995-11-15 Richard Stallman * configure.in (hppa*-hp-hpux10*): Use s/hpux10.h. 1995-11-14 Geoff Voelker * make-dist (nt): Rename install, readme, and todo to INSTALL, README, and TODO. 1995-11-10 Richard Stallman * make-dist (lisp): Don't distribute site-start. 1995-11-06 Karl Heuer * make-dist: Break the hard link on alloca.c. 1995-11-04 Richard Stallman * configure.in (LIBS): Add libsrc_libs and keep the old LIBS. 1995-11-02 Karl Heuer * make-dist (src, lib-src): Don't distribute Makefile.c. (etc/e): Do cleanup in $tempdir/etc/e, not $tempdir/etc. 1995-10-31 Richard Stallman * Makefile.in (mkdir): Create man1dir, not mandir. (uninstall): Use man1dir, not mandir. 1995-10-30 Richard Stallman * Makefile.in (man1dir): New variable. (install-arch-indep): Use man1dir. * configure.in (sparc-*-nextstep*): Remove incorrect .h's. * make-dist: Create lisp/MANIFEST. 1995-10-28 Andreas Schwab * configure.in (m68k-*-linux*): New alternative. 1995-10-27 Richard Stallman * make-dist: Use new names config.in, paths.in, and {src,lib-src}/Makefile.in. 1995-10-25 Karl Heuer * configure.in: Don't bother checking for drem. 1995-10-20 Richard Stallman * Makefile.in (distclean): Delete line with just a tab in it. (install-arch-indep): Delete spaces that precede tabs. Delete spurious `fi' left from previous change. (install): Supply `true' as command, to avoid null command. 1995-10-05 Richard Stallman * configure.in (--with-x-toolkit)): Add `athen' as alias for `athena'. 1995-09-30 Richard Stallman * configure.in (powerpc-*-solaris2): New alternative.x 1995-09-12 Karl Heuer * Makefile.in (src/paths.h, paths-force): Use paths.h.$$ instead of paths.h.tmp$$, to avoid going beyond 14 characters. 1995-09-10 Richard Stallman * configure.in: Improve error msg for invalid --with-x-toolkit value. 1995-09-06 Paul Eggert * configure.in (LOCALTIME_CACHE): Define if tzset exists and if localtime caches TZ. Check for tzset. 1995-09-01 Richard Stallman * config.bat: Simplify using new names file names src/makefile.in, config.in, paths.in. Change Echo commands not to use `. 1995-08-31 Richard Stallman * Makefile.in (install-arch-indep): Always install the new dir file; rename the previous dir file to dir.bak or dir.old. 1995-08-14 Richard Stallman * configure.in (RANLIB): Substitute this into makefiles. Set it specially on solaris; set it by default on other systems. * configure.in: Fix previous Alpha change. 1995-08-13 Richard Stallman * configure.in (i*386-*-isc4.*): Set GCC_TEST_OPTIONS and NON_GCC_TEST_OPTIONS. 1995-08-10 Richard Stallman * configure.in (CFLAGS): When computing CFLAGS and REAL_CFLAGS from config.h, use SPECIFIED_CFLAGS to get what the user specified. * configure.in (alpha-*-linux*): New configuration. 1995-08-05 Richard Stallman * configure.in (m68*-next-*): Use m68k.h and nextstep.h. (m68k-next-nextstep*): New alias for that. (i*86-*-nextstep*): Use nextstep.h. (sparc-*-nextstep*): New configuration. 1995-08-02 Richard Stallman * configure.in (CPP): Save original CFLAGS value in SPECIFIED_CFLAGS. And get CFLAGS from config.h if SPECIFIED_CFLAGS is null. 1995-07-27 Richard Stallman * configure.in: Handle sunos4shr by sharing; not like sunos4*. Determine GETTIMEOFDAY_ONE_ARGUMENT by experiment. 1995-07-18 Mike Long * make-dist: Fix update of finder-inf.el, and byte-compile it. 1995-07-18 Richard Stallman * Makefile.in (src/paths.h, paths-force): Rename src/paths.h.in to src/paths.in. (Makefile): Depend on src/Makefile.in, not src/Makefile.in.in. * configure.in: Rename {src,lib-src}/Makefile.in.in to Makefile.in. Use Makefile.c for intermediate file. Rename src/config.h.in to src/config.in. 1995-07-17 Richard Stallman * configure.in (mips-dec-ultrix*): Assume version 4.3. (mips-dec-ultrix4.[12]): New alternative for old versions. 1995-07-06 Karl Heuer * make-dist: Don't break intra-tree links. 1995-07-06 David J. MacKenzie * configure.in: Put back archlibdir initialization. Require autoconf 2.4.1 or later. 1995-07-01 Richard Stallman * configure.in: Use sunos4shr normally for Sunos 4.1.[3-9]. (mips-mips-riscos5*): New alternative. 1995-06-29 Richard Stallman * Makefile.in (uninstall, install-arch-indep): Install info/ediff*. 1995-06-27 Richard Stallman * configure.in (bindir, datadir, sharedstatedir, libexecdir) (mandir, infodir, archlibdir): Initializations deleted. * configure.in: On hpux9, use hpux9-x11r4.h if we have X11R4. On hpux9shr, use hpux9shxr4.h. 1995-06-24 Morten Welinder * configure.in: Added target mips-dec-mach_bsd4.3. * config.guess: Guess mips-dec-mach_bsd4.3. 1995-06-24 Richard Stallman * Makefile.in (mkdir): Use symbolic chmod. 1995-06-22 Paul Eggert * configure.in: Treat SunOS 4.1.4 like SunOS 4.1.3. (Likewise for SunOS 4.1.5 thorugh 4.1.9, should they ever exist.) 1995-06-22 Paul Eggert * Makefile.in (SUBDIR_MAKEFILES): Add man/Makefile, so `make distclean' removes it. (top_distclean): Add config.log to the list of files to be removed. 1995-06-19 Richard Stallman * Version 19.29 released. 1995-06-17 Richard Stallman * configure.in: Fix the previous change to verify that the -b option really solves the problem. * make-dist (nt): Explicitly include makefile.nt and makefile.def only. 1995-06-16 Richard Stallman * configure.in: Test whether XFree86 needs -b i486-linuxaout to link. 1995-06-15 Richard Stallman * configure.in: Report more clearly when there is no special dir to search for X includes or libraries. 1995-06-13 Karl Heuer * configure.in: Check for -lpthreads, not -lpthread. 1995-06-09 Geoff Voelker * make-dist: Copy new files nt/addpm.c and nt/emacs.bat.in. 1995-06-08 Karl Heuer * configure.in: Check for -lpthread. 1995-06-05 Karl Heuer * Makefile.in (install-arch-indep): Install info files for mh-e. (uninstall): Uninstall info files for dired-x, gnus, mh-e, and sc. 1995-06-01 Karl Heuer * configure.in (*-solaris2.5): New configuration. * make-dist: Copy new files config.nt and config.w95. 1995-05-30 Karl Heuer * configure.in: Use x_includes, not x_libraries, for -I. Make bitmapdir a colon-separated list. 1995-05-27 Richard Stallman * configure.in (hppa*-hp-hpux10*, m68k-hp-hpux10*): New configurations. * configure.in: Allow x_libraries and x_includes to be paths. 1995-05-25 Karl Heuer * configure.in: Fix typo. 1995-05-24 Karl Heuer * INSTALL: Clarify use of site-init.el. 1995-05-22 enami tsugutomo * configure.in: pass arg to sqrt. 1995-05-18 Karl Heuer * make-dist: Fix May 6 change. 1995-05-17 Karl Heuer * vpath.sed: Delete reference to ymakefile. 1995-05-09 David J. MacKenzie * configure.in: Use sqrt (more portable) instead of fmod in -lm check. 1995-05-09 Richard Stallman * make-dist: Put nt/emacs.ico and nt/emacs.rc in dist. * update-subdirs: Specify /bin/sh to run the script. 1995-05-06 Richard Stallman * make-dist: Put src/makefile.nt in dist. * configure.in (i[345]86-*-bsdi2*): New configuration. (vax-dec-bsd386*): Deleted. 1995-05-06 David J. MacKenzie * configure.in: Make sure CDPATH doesn't mess up PWD check. Check whether X bitmaps are in X11/bitmaps instead of bitmaps. Use fmod instead of logb in -lm check. 1995-05-03 Richard Stallman * configure.in (m68*-apollo-*): Renamed from m68*-apollo*. Use bsd4-3. Don't set NON_GNU_CPP. * make-dist: Don't copy in src/s/*.inp. Don't copy nt/src. In nt. copy various different things, but not *.cmd. Fix the ln commands for the subdirs of nt. 1995-04-29 Richard Stallman * configure.in (*-sun-sunos4.1.3*): Use sunos4shr.h. 1995-04-27 Karl Heuer * configure.in (*-sun-sunos4.1.3*): Use shared libraries, since that's what the header file expects. 1995-04-24 Francesco Potorti` (pot@cnuce.cnr.it) * configure.in (m68k-motorola-sysv*): Distinguish between 68030 and 68040 based machines when choosing options for gnucc. 1995-04-13 Richard Stallman * Makefile.in (top_distclean): Delete config.cache. 1995-04-07 Richard Stallman * Makefile.in (install-arch-indep): Delete .#* when copying subdirs. * configure.in: Use m/ncr386.h. 1995-04-06 Richard Stallman * Makefile.in (install-arch-indep): Undo Sep 23 change. 1995-04-06 Karl Heuer * make-dist (lib-src): Don't copy *.lex; it doesn't exist anymore. (man): Don't copy texindex.c and getopt.c; they're deleted. (etc): Omit `e'; it's a subdirectory. (etc/e): Use `../..', not `..', to reference top level. 1995-04-06 Simon Leinen * Makefile.in (install-arch-indep, dist): look for `update-subdir' in $(srcdir). 1995-04-06 Richard Stallman * make-dist: Include mkinstalldirs in distribution. 1995-04-05 Karl Heuer * make-dist: Add missing close backquote. 1995-04-02 Richard Stallman * make-dist: Don't distribute shortnames directory. 1995-03-12 Richard Stallman * Makefile.in (blessmail): Pass archlibdir to the sub-make. 1995-02-25 Richard Stallman * configure.in (m88k-motorola-sysv4*): Use usg5-4-2. 1995-02-23 Karl Heuer * configure.in (EMACS_CONFIG_OPTIONS): Use $ac_configure_args. 1995-02-13 Richard Stallman * configure.in (mips-sgi-irix6): New configuration. 1995-02-07 Richard Stallman * Makefile.in (maintainer-clean): Renamed from realclean. 1995-02-02 David J. MacKenzie * configure.in: Create a .gdbinit that sources the real one, if using a different build directory. 1995-01-23 Karl Heuer * configure.in: Check for sys/select.h. 1995-01-02 Richard Stallman * configure.in: On sunos4.1.3 and sunus4shr, set NON_GNU_CPP. 1994-12-27 Richard Stallman * configure.in: Handle isc 4.1 operating system. 1994-12-10 Richard Stallman * configure.in (rs6000-ibm-aix4.1*): New alternative. (rs6000-ibm-aix4*): New alternative. 1994-12-06 Richard Stallman * configure.in: For SVR4.2, set NON_GNU_CPP if not already set. 1994-11-30 David J. MacKenzie * configure.in: Don't try to make directories that are guaranteed to already exist. 1994-11-23 Richard Stallman * configure.in: Generate man/Makefile from man/Makefile.in. Create the man subdir. * Makefile.in (dvi): Run Make in our man subdir. * make-dist: Create subdir etc/e. Make links to it. Put man/Makefile.in in dist, instead of man/Makefile. 1994-11-21 David J. MacKenzie (djm@mole.gnu.ai.mit.edu) * configure.in: Add --with-pop, --with-kerberos, and --with-hesiod for movemail. 1994-11-17 Richard Stallman * configure.in (m68*-apollo*): Use s/domain.h. 1994-11-14 Richard Stallman * configure.in (m68*-apollo*): Set NON_GNU_CPP. 1994-11-14 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) * configure.in: Don't add -I, -L, -R options for cc if their arguments would be empty. 1994-11-11 Richard Stallman * configure.in (i860-intel-osf1*): New alternative. (mips-sgi-irix5.[01]*): Distinguish from irix5*. (mips-sgi-irix*): Now an alias for mips-sgi-irix5*. 1994-11-09 David J. MacKenzie * configure.in: Make h_errno check not use nested functions. 1994-11-09 Richard Stallman * Makefile.in (install-arch-indep): Delete *.orig in copied dirs. 1994-11-08 Roland McGrath * Makefile.in (install-arch-indep): Avoid continued comment swallowing target line. 1994-11-08 David J. MacKenzie (djm@churchy.gnu.ai.mit.edu) * configure.in: Protect a character class with `changequote'. 1994-11-07 Karl Heuer * configure.in: Accept `news' as a synonym for `newsos'. 1994-11-03 Karl Heuer * Makefile.in: Don't rm files if cd fails. 1994-11-01 Richard Stallman * make-dist: Put nt subdir and its subdirs in the dist. (lib-src): Put makefile.nt in the dist. (lisp): Put makefile.nt in the dist. 1994-10-29 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) * configure.in: Change a stray `[' to `test'. 1994-10-28 David J. MacKenzie * configure.in: Adapt for Autoconf v2. Use the standard argument parser, host type canonicalizer, X11 finder, and message printing macros. Use the new macro names. Use `test' instead of `['. 1994-10-26 Richard Stallman * configure.in: Check for getpagesize. 1994-10-17 Richard Stallman * make-dist (msdos): Put sed* in the distribution. 1994-10-17 Morten Welinder * config.bat: New option, `--with-x', for configuring Emacs for use with the X11 system DesqView/X. New option, `--no-debug', for compiling Emacs without debug information thus saving disk space. (src/config.h, src/paths.h): Use `update' (which is like `move-if-changed') to change the file. (src/config.h): When configuring for X11 perform extra changes. (src/makefile): When configuring for X11 perform extra changes. (lib-src): Remove temporary files. (): Check that `sed', `rm', `mv', and `gcc' are available. 1994-10-17 Richard Stallman * Makefile.in (sharedstatedir): Substitute sharedstatedir properly. * configure.in (bitmapdirs): Default to /usr/include/X11/bitmaps. 1994-10-16 Richard Stallman * configure.in (EMACS_CONFIGURATION): Use $canonical as value. * configure.in (canonical): Substitute var into makefiles. (bitmapdir): Likewise. * Makefile.in (bitmapdir): New variable. (src/paths.h, paths-force): Edit PATH_BITMAPS. 1994-10-15 Richard Stallman * make-dist: Put update-subdirs and lisp/subdirs.el in the dist. * Makefile.in (dist, install-arch-indep): Run update-subdirs. * update-subdirs: New shell script. 1994-10-13 Richard Stallman * Makefile.in (top_distclean): Don't rm build-install. (SOURCES): Delete build-install.in. * make-dist: Don't distribute build-ins.in. * build-ins.in: File deleted. 1994-10-12 David J. MacKenzie (djm@duality.gnu.ai.mit.edu) * Makefile.in (mkdir): Use mkinstalldirs instead of make-path. 1994-10-11 Richard Stallman * Makefile.in: Use libexecdir and sharedstatedir as appropriate. * configure.in (libexecdir): Renamed from libdir. New default. (sharedstatedir): Renamed from statedir. New default. (datadir): New default. * make-dist: Don't distribute subdirs.el. 1994-10-07 Richard Stallman * configure.in (eaccess): Check for it. 1994-10-04 Richard Stallman * configure.in (mktime): Check for it. 1994-10-02 Paul Reilly * configure.in (motif): Add support for usage and option checking. 1994-09-24 Richard Stallman * configure.in (utimes): Check for it. 1994-09-23 Richard Stallman * Makefile.in (install-arch-indep): Don't do mkdir here. 1994-09-21 Richard Stallman * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): riscix.h renamed to acorn.h. 1994-09-21 Michael Ben-Gershon (mybg@cs.huji.ac.il) * configure.in (arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): New configurations. 1994-09-21 David J. MacKenzie (djm@geech.gnu.ai.mit.edu) * configure.in: Remove trailing slashes from srcdir. 1994-09-21 Richard Stallman * configure.in (i[345]86-sequent-ptx*): Handle 1994-09-20 Richard Stallman * Makefile.in (paths-force): Depend on src/paths.h 1994-09-19 Karl Heuer * configure.in (config_options): Save all arguments, not just some. 1994-09-18 Karl Heuer * Makefile.in (install-arch-indep): Copy DOC-*, not DOC* * configure.in: Add AC_AIX. Add checks to set HAVE_STRUCT_UTIMBUF, HAVE_TIMEVAL, HAVE_SELECT. 1994-09-18 Richard Stallman * configure.in (parsing options): Simplify sed command to delete -'s. 1994-09-16 Karl Heuer * configure.in (config_options): New shell variable. Pass its value to C code in EMACS_CONFIG_OPTIONS. 1994-09-16 Richard Stallman * configure.in (alpha-dec-osf*): New target. * Makefile.in: Use just one FRC target. 1994-09-15 Richard Stallman * Makefile.in (removenullpaths, paths-force): Use name paths.h.tmp$$, which depends on the pid. 1994-09-14 Richard Stallman * Makefile.in (removenullpaths, paths-force): Put paths.h.tmp in top-level dir, not in src. 1994-09-11 Richard Stallman * Version 19.27 released. 1994-09-07 Richard Stallman * Version 19.26 released. 1994-09-04 Richard Stallman * configure.in: Check for lrand48, not rand48. 1994-09-03 Richard Stallman * configure.in (powerpc-ibm-aix3.1*, powerpc-ibm-aix3.2.5) (powerpc-ibm-aix*): New aliases. 1994-08-21 Richard Stallman * make-dist (src/m, src/s): Put *.inp in distribution. 1994-08-19 Richard Stallman * configure.in: Accept i586 and i486 along with i386. 1994-08-15 Richard Stallman * configure.in: Do compute unexec, LIBX, system_malloc, etc even if CPP env var was set by the user. * configure.in (i[34]86-*-*): For SCO 3.2v4, fix NON_GNU_CPP value. 1994-08-14 Jonathan I. Kamens (jik@gza-client1.aktis.com) * Makefile.in: Uninstall "$(EMACS)", not "emacs". 1994-08-13 Richard Stallman * configure.in (i[34]86-*-*): For SCO 3.2v4, set NON_GNU_CPP. 1994-08-09 Richard Stallman * configure.in: Check more specifically for i*86-sun-sunos. 1994-08-03 Caveh Jalali (caveh@eng.sun.com) * configure.in: Handle solaris 2.4. 1994-07-27 Richard Stallman * configure.in (rand48): Check for it. 1994-07-26 Richard Stallman * make-dist: Update the info files. 1994-07-25 Richard Stallman * configure.in: Make "checking..." messages' style consistent. (HAVE_H_ERRNO): New test. 1994-07-24 Richard Stallman * configure.in (i860-*-sysv4*): Set NON_GNU_CC and NON_GNU_CPP. 1994-07-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (CFLAGS): If the envvar was specified, use that. And set REAL_CFLAGS from it too. 1994-07-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Update finder-inf.el. 1994-07-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist (msdos): Include sed4.inp in dist. * Makefile.in (libsrc_libs): Var deleted. 1994-07-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (mkdir, removenullpaths): Put g in sed replace commands. 1994-06-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (mips-sony-newsos4*): New alias. 1994-06-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (*-convex-bsd*): Set NON_GNU_CPP. (*-convex-convexos*): Accept this as alias. 1994-06-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Get CFLAGS both with and without THIS_IS_CONFIGURE, for two different uses. 1994-06-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Define THIS_IS_CONFIGURE when extracting CFLAGS etc. 1994-06-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Put ./BUGS into the distrib. 1994-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Handle 386 running Solaris 2. 1994-06-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (mips-siemens-sysv*): Use cpp, not cc -E. 1994-06-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (mips-sony-newsos*): Use news-risc.h. * configure.in: Accept bsdi as opsys, like bsd386. 1994-06-01 Morten Welinder (terra@diku.dk) * config.bat (src/paths.h): Use sed script msdos/sed4.inp. 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.25 released. * make-dist (shortversion): Don't assume another period follows. 1994-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (install-arch-indep): Use /bin/pwd uniformly, not pwd. (uninstall): Use /bin/pwd. * Makefile.in (blessmail): Depend on src. (all): Don't depend on blessmail. * Makefile.in (src/paths.h): Don't force recomputation. (paths-force): New target; force recomputation of paths.h. (all): Depend on paths-force. (src, lib-src): Depend on src/paths.h. * configure.in (*-sun-sunos4*): Set GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS. 1994-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Don't insist on subversions for irix. 1994-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (hppa*-hp-hpux9shr): Move alternative up. * configure.in (i[34]86-next-*): New alternative. 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.24 released. * configure.in: New config hppa*-hp-hpux9shr*. 1994-05-22 Morten Welinder (terra@tyr.diku.dk) * config.bat: Doc fix. 1994-05-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (mostlyclean, clean, distclean, realclean) (extraclean): Don't act on man subdir if it doesn't exist. 1994-05-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (GCC_TEST_OPTIONS, NON_GCC_TEST_OPTIONS): New vars. Use them to set up CC. (*-sun-sunos4.1.3): Set them. 1994-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (lib-src): Don't depend on src/paths.h. 1994-05-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) * build-ins.in (copydests): Get rid of spurious `-'s. * configure.in: Define EMACS_CONFIGURATION instead of CONFIGURATION. 1994-05-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.23 released. * configure.in [HAVE_X11]: Merge $C_SWITCH_X_SITE into CFLAGS for the Xlib and Xt checks; then restore old CFLAGS. 1994-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (HAVE_X11XTR6): Add newline before #if. Add newline after #endif. 1994-05-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (HAVE_X11XTR6): Arrange to define it. 1994-05-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (install): Depend on blessmail. 1994-05-12 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) * configure.in (mips-siemens-sysv*): Put quotes around value containing blanks. 1994-05-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (TAGS): Use the makefile in src subdir. 1994-05-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in (opsys): Recognize `gnu'. 1994-05-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (using NON_GNU_CPP): Fix test for CPP already set. 1994-05-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) * configure.in: Remove AC_LANG_C call. Not needed with Autoconf version > 1.8. 1994-05-08 Morten Welinder (terra@diku.dk) * config.bat: Forcibly remove "# " style comments from makefiles. 1994-05-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (uninstall): When processing lispdir and etcdir, do nothing unless it exists and is a directory. 1994-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (install-arch-indep): Do install info/dired-x*. Merge code in from install-doc. (install-doc): Merge code back into install-arch-indep. (install-arch-dep): Don't depend on install-doc. * configure.in (run_in_place): Don't use pwd for archlibdir and docdir. 1994-05-04 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (making src/Makefile and lib-src/Makefile): Split off the autoconf substitutions and don't pass them thru cpp. (undefs): Use $canonical as well as $configuration. * make-dist: Distribute lisp/Makefile. * configure.in: Recognize m88k-dg-dgux5.4.3* and m88k-dg-dgux5.4.2*. Use lower case names for the s files. 1994-05-03 Morten Welinder (terra@diku.dk) * config.bat: Added possibility for different file name transscriptions in lib-src. 1994-05-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (lib-src): Undo previous change. (blessmail): New target to run maybe-blessmail in lib-src. (all): Depend on blessmail. * Makefile.in (lib-src): Depend on src. 1994-04-30 Paul Reilly (pmr@churchy.gnu.ai.mit.edu) * configure.in (m88k-dg-dgux5.4R3): Use dgux5-4R3. (m88k-dg-dgux5.4R2): dgux5.4R2. 1994-04-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (window_system): Restore accidentally deleted code that uses AC_FIND_X. * make-dist: Distribute config.bat. 1994-04-29 Morten Welinder (terra@diku.dk) * config.bat: Corrected the configuration of lib-src to keep up with configure. Add note about dos version 3 or better needed (djgpp needs that). Add note explaining that either install in c:/emacs or edit the script. Don't change to c:/emacs, but assume we're there (to minimize the number of places to change). * config.bat: Build-in the first step towards X11 support with the X11 emulator that exists. At this time it won't work, and several files are missing. 1994-04-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Use m/hp800.h in place of m/hp9000s800.h. Don't look for -lresolv. * Makefile.in (lib-src): Depend on src/paths.h. 1994-04-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Restore deleted AC_SUBST of `configuration'. Improve error message for bad --with-x-toolkit value. * configure.in: Define CONFIGURATION in src/config.h rather than substituting in src/Makefile.in. 1994-04-26 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * Makefile.in (install-doc): New target. (install-arch-dep): Depend on install-doc. (mkdir): Create docdir. 1994-04-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Test for libresolv.a. Substitute machfile and opsysfile. 1994-04-22 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * Makefile.in (.PHONY, install): Kill reference to obsolete do-install. (install-arch-dep): Install under the name $(EMACS). 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (version): Use entire value of emacs-version. (mips-siemens-sysv*): New alternative. 1994-04-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (install-arch-indep): Don't install dired-x*. 1994-04-18 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * configure.in (src/Makefile, lib-src/Makefile): Delete ^L. Fix definition of $undefs. 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (window_system): Obey --with-x11=no and --with-x10=no. * configure.in (lib-src/Makefile.in): Use src, not lib-src, in -I. 1994-04-16 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) * configure.in: Call AC_LANG_C, if it's defined, after AC_PREPARE. 1994-04-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (lib-src/Makefile.in): Make this from Makefile.in.in and run it thru cpp, as with src/Makefile.in. * configure.in: Use AC_SET_MAKE. 1994-04-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (i[34]86-ncr-sysv*): Use usg5-4-2. 1994-04-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (MAKE): Don't just assign it--use @SET_MAKE@. * configure.in (CFLAGS): Exclude ${CFLAGS} from singlequotes. (printing the choices): Make the toolkit message unconditional. (USE_X_TOOLKIT): Use `none', not `no', if none. (include libsrc_libs): Include config.h, and specify -I for srcdir. Get rid of temp file foofoo1. 1994-04-13 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * configure.in (CFLAGS): Use shell syntax, not Makefile. 1994-04-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (window_system): If no X, set USE_X_TOOLKIT=no. (printing the choices): State choice of toolkit. (libsrc_libs): Recalculate after writing config.h; then update lib-src/Makefile. 1994-04-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Add sunos4shr as alternative for suns. Conditionals testing for null $CC were backwards. 1994-04-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist (msdos): Don't link patch1. Link sed*.inp, not sed.in*. 1994-04-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Handle -isc4.0*. 1994-03-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (esix5): Set NON_GNU_CPP. 1994-03-24 Roland McGrath (roland@mole.gnu.ai.mit.edu) * Makefile.in (thisdir): Nonsensical variable removed. (install-arch-indep): Set shell var thisdir=`pwd` before cd and cd back to $thisdir, rather than the directory `this_dir'. 1994-03-17 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * Makefile.in (install-arch-indep): Add missing backslash after a `then'. 1994-03-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (thisdir): New variable. (install-arch-indep): Go back to thisdir to run INSTALL_DATA. 1994-03-08 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * configure.in: Add freebsd. 1994-03-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in: Check for fpathconf. 1994-03-02 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * configure.in (with_x_toolkit): Fix typo in previous change. 1994-03-01 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * configure.in: New s-file for rs60000-ibm-aix3.2.5. 1994-02-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (with_x_toolkit): Don't allow motif or open-look. 1994-02-24 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) * configure.in: Fix value of docdir. * Makefile.in (install-arch-indep): Install DOC* in docdir. 1994-02-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (*-sysv4.1): Set NON_GNU_CPP. 1994-02-22 Karl Heuer (kwzh@geech.gnu.ai.mit.edu) * configure.in: New variable docdir to control where the docstring file goes. Makefile.in: Use it to initialize PATH_DOC in paths.h. 1994-02-22 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * configure.in: When --run-in-place, don't inherit archlibdir. 1994-02-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (install-arch-dep, install-arch-indep): New targets split up former do-install rule. (do-install): Target deleted. 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (mips-sony-newsos*): New configuration. 1994-02-14 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) * configure.in (rs6000-bull-bosx*): Added support for BULL dpx20. 1994-02-11 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * configure.in: Fix misspelled symbol LD_SWITCH_X_SITE_AUX. 1994-02-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Don't initialize CC. 1994-02-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in (creating src/Makefile): Also generate -U switches for symbols in the $configuration value. * configure.in: Check for sys_siglist being declared in system header. 1994-02-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (creating src/Makefile): Delete blank lines along with lines of whitespace. (m68k-motorola-sysv*, m68000-motorola-sysv*): Compute proper CC value. 1994-02-09 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Get, use, and substitute C_SWITCH_MACHINE like C_SWITCH_SYSTEM. (m68*-motorola-sysv*): Set CC. Require cpu type to be m68k or m68000. 1994-02-04 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * configure.in (drem): Check for this function. 1994-02-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (Using NON_GNU_CPP): Don't lose if it has spaces. If CPP was inherited from environment, don't use NON_GNU_CPP. (NON_GNU_CC): Likewise. (handling with_gcc): Use explicit if in the `no' case. (cc_specified): New variable; if set, don't use NON_GNU_CC. 1994-02-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (mips-mips-riscos4*): Set NON_GNU_CPP. 1994-02-01 Karl Heuer (kwzh@mole.gnu.ai.mit.edu) * configure.in: Check whether fmod exists. 1994-01-31 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * make-dist: Distribute {src,lisp}/ChangeLog.? instead of {src,lisp}/OChangeLog. 1994-01-22 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in: Restore Jan 8 and Jan 16 changes. The -U hack is necessary for proper operation. This code works with the current released version of Autoconf. 1994-01-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (with_x_toolkit): Treat values athena and lucid alike. (USE_X_TOOLKIT): Define it for all values except `no'. * configure.in: Undo first Jan 8 change and Jan 16 change. 1994-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Handle --with-x-toolkit. Produce lwlib/Makefile. Substitute USE_X_TOOLKIT as both C macro and Make variable. * Makefile.in (lwlib/Makefile): New target. (SUBDIR_MAKEFILES): Depend on lwlib/Makefile. (clean, mostlyclean, distclean, realclean): Handle lwlib subdir. (unlock, relock): Handle lwlib subdir. * Makefile.in: Add some .PHONY targets. * make-dist: Handle lwlib subdir like oldXMenu subdir. * lwlib: New subdirectory. 1994-01-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: If CPP has a value that is a directory, discard the value. 1994-01-16 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in (srcdir_undefs): Add g flag to sed substitution to remove -U[0-9]*. 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (do-install): Install the dired-x info files. * configure.in: Provide for variable LD_SWITCH_X_SITE_AUX. (See src/s/sol2.h.) 1994-01-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (m68k-harris-cxux*, m88k-harris-cxux*): New configs. 1994-01-08 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in (creating src/Makefile): Put code inside 2nd arg to AC_OUTPUT as it should be; hopefully noone will again see fit to gratuitously break this and not make a change log entry. Optimized sed processing of Makefile.in and cpp output; now preserves comments previously removed from the cpp input. Eliminated temp file for cpp output. Generate -U switches to undefine all identifiers that appear in the directory name ${srcdir}; pass these to cpp. * configure.in (version): Fix sed regexp to match two-elt version number. * configure.in: Check for strerror. 1994-01-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Test for bcmp. 1994-01-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist (tempdir): Put subdir msdos into the distribution. 1993-01-07 Morten Welinder (terra@diku.dk) * config.bat: New file. 1994-01-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS. 1994-01-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (m68*-next-*): Don't care about which os is specified. (i[34]86-*-*): Check for *-nextstop*. 1993-12-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Check for setsid. 1993-12-17 Richard Stallman (rms@srarc2) * configure.in (*-sun-solaris*): Add special case for Solaris 2.3. 1993-12-15 Richard Stallman (rms@srarc2) * Makefile.in (mkdir): Make only the lockdir writable. * configure.in (i860-*-sysv4): Renamed from i860-*-sysvr4. 1993-12-11 Richard Stallman (rms@srarc2) * Makefile.in (libdir): Use @libdir@. 1993-12-08 Richard Stallman (rms@srarc2) * Makefile.in (install): Add empty command. 1993-12-04 Richard Stallman (rms@srarc2) * make-dist: Put man/getopt.c in the dist. * configure.in (LIBS): Add test for existence of XSetWMProtocols. * Makefile.in (install): Depend on ${SUBDIR}, not `all'. 1993-12-03 Richard Stallman (rms@srarc2) * configure.in (solaris): Set NON_GNU_CPP instead of CPP. Set it for all solaris versions. (mips-mips-riscos4*): Set NON_GNU_CC, not CC. (after checking for GCC): If not GCC, and NON_GNU_CPP is set, set CPP. Likewise for NON_GNU_CC and CC. 1993-12-01 Richard Stallman (rms@srarc2) * configure.in (mips-mips-riscos4*): Assign variable CC. (checking ${with_gcc}): If "no", don't override CC if already set. (CC): Initialize it as empty. 1993-11-30 Richard Stallman (rms at srarc2) * configure.in (Suns): Set CPP if *-solaris2.3*. 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.22 released. * Makefile.in (do-install): Use umask 022 in copying etc and lisp dirs. 1993-11-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: When breaking links, use cp -p. Copy install.sh into distribution. Move the temp dir up into the parent dir; don't leave the staging dir make-dist.tmp... in existence. * install.sh: New file. 1993-11-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (i[34]86-ncr-sysv*): New specific alternative. 1993-11-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (version): When --run-in-place, exclude ${datadir}/emacs/site-lisp from locallisppath. 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Delete jumk.c before writing it. 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.21 released. * Makefile.in (mkdir): Ignore error from chmod. 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Don't put lisp/forms.README in the distribution. 1993-11-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (creating src/Makefile): Before running cpp, discard all lines that start with `# Generated' or /**/#. 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.20 released. * make-dist: Use build-ins.in, not build-install.in. Don't bother updating TAGS since it's not included. * build-ins.in: Renamed from build-install.in. 1993-11-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Don't try to link *.texinfo--there are none now. When running make in lib-src, specify YACC var value. 1993-10-03 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in (extrasub): Add vpath patterns for %.[yls]. * configure.in: Don't do seddery on config.status after AC_OUTPUT. Instead just include the commands to make src/Makefile as the second arg to AC_OUTPUT. * configure.in: Use : instead of dnl for comment inside $makefile_command. * configure.in: No longer use vpath_sed. Instead, when we notice srcdir already configured, set extrasub to hack vpath in the makefiles. * configure.in: In cmds to make src/Makefile, chmod Makefile.new before moving it. * Makefile.in (VPATH): Define to @srcdir@. 1993-09-28 Brian Fox (bfox@cubit) * configure.in: Don't copy ${srcdir}/src/Makefile.in; that file doesn't exist. Just copy src/Makefile.in instead. Touch all of the Makefiles after editing config.status. * INSTALL: Update documentation to match new configuration mechanism. 1993-09-27 Brian Fox (bfox@ai.mit.edu) * configure.in: Allow any of the path or directory Makefile variables to be set with flags to configure. Create all Makefiles at configure time. Edit special commands into config.status after src/Makefile.in is built from src/Makefile. * Makefile.in (src/Makefile, lib-src/Makefile, oldXMenu/Makefile): If these files are out of date, simply have config.status rebuild them; don't rebuild them explicitly. 1993-09-25 Brian Fox (bfox@ai.mit.edu) * build-install.in: Change src/xemacs to src/emacs. We no longer create src/xemacs, so the file wouldn't be found. * make-dist: Remove `src/ymakefile', add `src/Makefile.in.in'. 1993-09-24 Brian Fox (bfox@albert.gnu.ai.mit.edu) * configure.in: Avoid forcing the search of /usr/include before fixed include files by resetting C_SWITCH_X_SITE if it is "-I/usr/include". 1993-09-20 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (@rip_paths@locallisppath): Delete ${datadir}/emacs/site-lisp. 1993-09-15 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in: Use AC_QUOTE_SQUOTE twice to properly quote vpath_sed value. Remove ${extra_output} from AC_OUTPUT call. 1993-09-17 Brian Fox (bfox@inferno) * make-dist: Quote backquotes found in strings to be echoed. * configure.in: Use "sh -c pwd" when we want to avoid having the shell fix up the value of $PWD. 1993-09-13 Brian Fox (bfox@inferno) * Makefile.in (do-install): Don't abort if ln or chmod at the end of the installation fail. Suggested by Karl Berry. 1993-08-30 Brian Fox (bfox@inferno) * Makefile.in (*clean): Use "$(MAKE) $(MAKEFLAGS)" wherever "make" was used. Set MAKEFLAGS from MFLAGS. 1993-09-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Test for res_init in libc. 1993-09-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: In the file ${tempcname}, use configure___ instead of @configure@. 1993-09-12 Roland McGrath (roland@sugar-bombs.gnu.ai.mit.edu) * make-dist: Dist vpath.sed * Makefile.in (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Depend on vpath.sed. Replace sed comand for VPATH with @vpath_sed@. * configure.in: Substitute variable `vpath_sed'. If not in $srcdir and $srcdir is configured, issue warning that GNU make is required, and set vpath_sed to use vpath.sed script. 1993-09-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in: Remove check for $srcdir being configured. This pretty much works now. Grok {m68*-hp,i[34]86-*}-netbsd* and set opsys=netbsd. Check for XFree86 (/usr/X386/include) independent of whether -lXbsd exists. * Makefile.in (info, dvi, clean, mostlyclean, distclean, realclean, unlock, relock): Use `$(MAKE)' in place of plain `make'. 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.19 released. * configure.in (i386-*-sunos4): Assume Sunos 4.0. 1993-08-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Check for XScreenNumberOfScreen. 1993-08-12 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Add * to end of all configuration alternatives. (m68*-sony-newsos3*): New alternative. 1993-08-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Include getdate.c in distribution. * configure.in: For --help, use $PAGER if it is set. (LIB_X11_LIB): Default to -lX11. (mips-sgi-irix5.*): New alternative. * Makefile.in (do-install): Install info/gnus* and info/sc*. * configure.in (m68*-hp-hpux*, hppa*-hp-hpux*): Recognize *.B8.* as hpux version 8. (m68*-tektronix-bsd*): Fix typo in tek4300. (AC_HAVE_FUNCS): Add ftime. 1993-08-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (m88k-tektronix-sysv3*): Added the missing *. Use tekxd88, not tekXD88. 1993-08-10 Roland McGrath (roland@churchy.gnu.ai.mit.edu) * configure.in: Check for -lm. Then can check for frexp and logb. 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.18 released. * make-dist (src): Don't put gnu-hp300 in dist. (src, lisp): Include OChangeLog in dist. 1993-08-08 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Test for presence of logb and frexp functions. 1993-08-05 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (machine): Add i370-ibm-aix*. 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in (function checks): Test for mkdir and rmdir. * configure.in (function checks): Don't test for random and bcopy only when we're building with X; look for them all the time. 1993-07-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Test for availability of bcopy functions, searching the X libraries if we're using X. * configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp, and #define HAVE_AIX_SMT_EXP if we do. This is present in some versions of AIX, and needs to be passed to the loader. * configure.in: Test for the availablility of the XScreenResourceString function. 1993-07-30 David J. MacKenzie (djm@frob.eng.umd.edu) * configure.in: If we found X on our own, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE and assume --with-x11. Only look for X11 files if we weren't told about a window system or if we were told to use X11 but not told where. Search the libraries from the s and/or m files when checking for functions. * configure.in: Remove any trailing slashes in prefix and exec_prefix. 1993-07-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * make-dist: Include lisp/dired.todo in the distribution. 1993-07-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Add code to set HAVE_INET_SOCKETS. 1993-07-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: If we do find x_includes and x_libraries via AC_FIND_X, set C_SWITCH_X_SITE and LD_SWITCH_X_SITE. 1993-07-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Include src/gnu-hp300 in the dist. * configure.in (canonical): New variable holds the canonicalized configuration. Don't alter `configuration'. Use `configuration' for Makefile.in for file naming. (testing x_includes and x_libraries): Use =, not ==. 1993-07-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Version 19.17 released. * Makefile.in (src/Makefile): Propagate C_SWITCH_SYSTEM to the src directory's makefile. This allows the invocation of CPP which builds xmakefile to receive these switches. The SunSoft C preprocessor inserts spaces between tokens if it doesn't get the -Xs flag requested in src/s/sol2.h. 1993-07-12 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) * configure.in (m68k-bull-sysv3): new config. 1993-07-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Use the autoconf AC_FIND_X macro to try to find the X Windows libraries. 1993-07-07 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * make-dist (tempdir): Don't create lisp/forms-mode directory in the distribution. Those files aren't kept in their own subdirectory any more. 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Version 19.16 released. 1993-06-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Add --verbose flag. 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * version 19.15 released. 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Makefile.in (top_distclean): Use -f switch when cleaning out lock dir; it might be empty. * configure.in: Only check for -lXbsd once. 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.14 released. 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * make-dist: If using gzip, create distribution with '.gz' extension. * make-dist (lisp/term): This doesn't have a ChangeLog anymore. (lisp/forms-mode): This doesn't exist anymore. * configure.in: Look for the closedir function. 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in (CPP): Autoconf sets this to a shell variable reference, which doesn't work when it's edited into a makefile. Expand that variable reference. * Makefile.in (CPP): New variable. (src/Makefile): Edit CPP into src/Makefile. * Makefile.in (src/Makefile): Don't bother exiting single quotes and entering double quotes to get the values of LD_SWITCH_X_SITE and the other make variables; make substitutes them in anyway. * Makefile.in (uninstall): Don't remove the lisp and etc directories if they're in the source tree. Bring mumbleclean targets into conformance with GNU coding standards. * Makefile.in (mostlyclean, clean): Separate these two; just have them pass the request to the subdirectory makefiles. (distclean): Pass the request down, and then get rid of the files configure built, and get rid of the Makefiles. (realclean): Pass the request down, and then do the same things distclean does. (uninstall, info, dvi): New targets. * configure.in: Move clause for PC-compatible i386 box to the end of the case statement, to avoid masking configurations below. * configure.in: Add case for m88k-motorola-sysv4. * configure.in: Add support for HP/UX versions 7, 8, and 9 on the HP 68000 machines. * configure.in: Put the arguments to LD_SWITCH_X_SITE's and C_SWITCH_X_SITE's -L and -I switches in quotes, so the preprocessor won't fiddle with them. 1993-06-13 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (TAGS): cd to src to run etags. 1993-06-12 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in (version): Check the X libraries for XrmSetDatabase and random, and see if we have -lXbsd. 1993-06-11 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Pass "-Isrc" to the CPP we run to examine the s/*.h and m/*.h files. Martin Tomes says ISC Unix 3.0.1 needs it. 1993-06-10 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Move i386-prime-sysv* and i386-sequent-bsd* above the general i386 alternative. 1993-06-10 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Recognize configuration name for Data General AViiON machines. * configure.in: Use AC_LONG_FILE_NAMES. 1993-06-09 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Test for bison. * Makefile.in (YACC): New variable. (lib-src/Makefile.in): Edit YACC into the makefile. 1993-06-08 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Version 19.13 released. * configure.in (CFLAGS): Don't set this according to the value of the GCC shell variable. Instead, consult the machine and system files for the values of C_OPTIMIZE_SWITCH and C_DEBUG_SWITCH, and test __GNUC__ while we're at it. * configure.in: Remove extra ;; from hpux cases. 1993-06-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure.in: Check to see if the system has -ldnet. 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * make-dist: Add clauses to distribute lisp/forms-mode. 1993-06-07 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in (machine): Fix the versions in hpux version number test. Do not guess based on cpu type. Do check for explicit system version. 1993-06-03 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Do NOT look for `unknown' as company name. 1993-06-02 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Fix typo in message. 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.12 released. * Makefile.in (do-install): Correct previous etc-copying change. Partially rewrite using `if'. (src/Makefile): Insert --x-libraries option into LD_SWITCH_X_SITE. * Version 19.11 released. * configure.in: Handle 386bsd. 1993-05-31 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Update getdate.c. * configure.in: Handle bsd386. * Makefile.in (do-install): Use `-' in tar options. * configure.in: Change ! "${...}" to x"${...}" = x. * Makefile.in (do-install): Copy the DOC-* files from the build etc directory, as well as lots of things from ${srcdir}/etc. * make-dist: Copy config.guess. * configure.in: Handle AIX versions 1.2, 1.3. 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Use s/bsd4-3.h for mips-mips-riscos4, and add the configuration name mips-mips-usg* to represent USG systems. * configure.in: Fix logic to detect if srcdir is already configured. * Makefile.in: Pass in LD_SWITCH_X_SITE. * Makefile.in (mkdir, clean, mostlyclean, do-install): Use `(cd foo && pwd)` instead of `(cd foo ; pwd)` to get the canonical name of a directory; cd might fail, and have pwd print out the current directory. 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: When looking for sources, use '.', not `.`. Also '..'. 1993-05-30 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Complain if srcdir points at an already-configured tree. 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Version 19.10 released. 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Makefile.in: Use Makefile comments, not C comments. * configure.in: Add case for the Tektronix XD88. 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Handle sysv4.2 and sysvr4.2. 1993-05-29 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Traverse the argument list without destroying it; don't use shift. It turns out that "set - ${saved_arguments}" doesn't work portably. * configure.in: Add missing "fi". * make-dist: Rebuild configure if configure.in is newer. * Makefile.in (src:, lib-src:, FRC:): force the src and lib-src targets to be executed even if make remembers that it has already stisfied FRC. 1993-05-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (do-install): Delete redundant code to copy etc twice. * configure.in (romp): Handle various version numbers with aos and bsd. 1993-05-28 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Fix message text. 1993-05-28 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * make-dist: Make a `site-lisp' directory in the distribution, instead of a `local-lisp' directory, which hasn't been the appropriate name for a long time. * Makefile.in (@rip_paths@locallisppath): Use site-lisp directory from the distribution first, then /usr/local/lib/emacs/site-lisp. * Makefile.in (do-install): Correctly detect if ./etc and ${srcdir}/etc are the same. * configure.in: Extract UNEXEC from the system configuration files, compute the name of the source file corresponding to the object file, and #define it as UNEXEC_SRC in config.h. * configure.in: If srcdir is '.', then try using PWD to make it absolute. * configure.in: Include ${srcdir} in the printed report, to help people notice if it's an automounter path. 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in (prefix): Don't run pwd on srcdir unnecessarily. 1993-05-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (do-install): Delete the dest dir, not the source dir, when they are different. Add `shift' command. (COPYDESTS, COPYDIR): Delete external-lisp dir. (externallispdir): Var deleted. * configure.in: Delete spurious paren outputting short_usage. 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Version 19.9 released. 1993-05-26 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Makefile.in (${SUBDIR}): Pass the value of the make variable to subdirectory makes. * make-dist: Check for .elc files with no corresponding .el file. * Makefile.in (mkdir): Make all the directories in locallisppath. * config.guess: New file. * configure.in: Use it, tentatively. * INSTNALL: Mention its usage. * configure.in (hppa-hp-hpux): Use uname -r instead of uname -m; the former gives you the operating system rev directly. Use s/hpux.h if we don't recognize what we got. * Makefile.in (do-install): Don't remove a destination directory if it's the same as the source. If ${srcdir}/info == ${infodir}, don't try to copy the info files. * Makefile.in (COPYDIR, COPYDESTS): Don't mention etc twice; this doesn't work if you're not using a separate source directory. (do-install): Copy the build tree's etc directory only after making sure it's not also the source tree's etc directory. 1993-05-26 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Handle sunos4.1.3 specially. 1993-05-25 Richard Stallman (rms@mole.gnu.ai.mit.edu) * Makefile.in (INSTALL): Add definition. * configure.in: Fix some messages. Support -with-gnu-cc. At the end, use `set --', not `set -'. Delete spurious `.h' in hpux alternatives. 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Version 19.8 released. 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: When looking for source in the same directory as the configure script, make the path thus discovered absolute. If the user specifies the `--srcdir' switch, make that directory absolute too. * Makefile.in (srcdir): Remove comment saying this doesn't work. * Makefile.in (src/paths.h): Edit the `infodir' variable into this too, as the value of the PATH_INFO macro. * configure.in: Check to see if the source lives in the same directory as the configure script. 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * Makefile.in (install): Split this into `install' and `do-install', to give people more control over exactly what gets done. (do-install): New target, containing the guts of `install'. Don't remove and recreate the directories inside the copying loop - do it all before the copying loop. Pass more flags to the lib-src make. (mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to avoid errors and warnings. * configure.in: For generic IBM PC boxes, insist on "unknown" for the manufacturer - the more general case was blocking other i386 configuration names below, and that's how the names are written in MACHINES anyway. * make-dist: When breaking links, remove the link before moving the copy onto it, to avoid interactive behavior. * Makefile.in: Doc fix. * configure.in: Doc fix. * INSTALL: Mention --exec-prefix option. * configure.in: Add support for the `--exec-prefix' option. * Makefile.in: Accept that support. * configure.in: Use the AC_PROG_INSTALL macro. * Makefile.in (INSTALL): Variable removed. (INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure. * configure.in: Distinguish between hp800's and hp700's by calling "uname -m". 1993-05-24 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Recognize configuration names for i860 boxes running SYSV. 1993-05-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Distinguish between hp800's and hp700's by the version of HP/UX they run, since that's something people are more likely to know - hp700's run 8.0. Add HP 700 configuration. * configure.in: Test for the presence of the `rename' function. * Makefile.in (C_SWITCH_X_SITE): New variable - get this from configure.in. (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this. * make-dist: Break intra-tree links. * configure.in: Explain that this is an autoconf script, and give instructions for rebuilding configure from it. Arrange to put comments in configure explaining this too. * configure.in: Make the first line of the configure script be "#!/bin/sh". Leaving the first line blank didn't work. * configure.in (long_usage): Removed; made short_usage describe the options briefly. * configure.in: Implement the --prefix option. * Makefile.in (prefix): Add support for it here. * INSTALL: Document it here. * Makefile.in (install): Don't assume that the files in the `info' subdirectory match *.info. They don't have that prefix. 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Add case for version 5 of Esix. 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Version 19.7 released. * make-dist: There aren't any *.com files in lib-src anymore. * make-dist: Copy texinfo.tex and texindex.c, rather than linking them; they're symlinks to other filesystems on the GNU machines. * make-dist: Check that the manual reflects the same version of Emacs as stated in lisp/version.el. Edit that version number into the README file. 1993-05-21 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Remove the hack of AC_DEFINE; use AC_DEFINE_UNQUOTED. 1993-05-20 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * make-dist: Don't distribute precomp.com, compile.com, or link.com from ./src; they're in ./vms now. Some time-handling patches from Paul Eggert: * configure.in: Add AC_TIMEZONE. 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure.in: Recognize Linux as a valid operating system for the i386. 1993-05-18 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * make-dist: Distribute some VMS files we got from Richard Levitte. * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as the source for the sed command, not oldXMenu/Makefile. 1993-05-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) * INSTALL: Don't claim the srcdir option doesn't work. 1993-05-16 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure.in: Include remarks saying what order the autoconf tests should go in, and remind people to change config.h.in whenever they add autoconf tests which make #definitions. * make-dist: Distribute oldXMenu/Makefile.in, not oldXMenu/Makefile. 1993-05-15 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Makefile.in (oldXMenu/Makefile): Make this depend on ${srcdir}/oldXMenu/Makefile.in, not itself. * PROBLEMS: Some updates from David J. Mackenzie. More changes from David J. Mackenzie. * Makefile.in (install.sysv, install.xenix, install.aix): Targets removed; autoconf and config.h should specify all these differences. (buildlisppath): Make this path depend on ${srcdir}. (INSTALLFLAGS): Removed. (INSTALL): Include the -c flag. (install): Change the way we invoke install accordingly. Install ${srcdir} changes from DJM. * Makefile.in (SUBDIR_MAKEFILES): Add oldXMenu/Makefile to this list. (COPYDIR, COPYDESTS): Install files from both the etc directory in the source tree and the etc directory in the object tree. (${SUBDIR}): Pass the prefix variable down to submakes. (everywhere): Use `sed', not `/bin/sed'. Not all systems have sed in /bin. (lib-src/Makefile, src/Makefile, oldXMenu/Makefile): Edit in values for srcdir and VPATH. (install): Add `v' flag to tar command. Make sure that `dir' exists in ${srcdir}/info before copying it. Remember that the man pages come from the source tree, not the object tree. * configure.in: Remove remarks saying that the --srcdir option doesn't work. Create the etc directory in the object tree. Recognize configuration names of the form *-sun-solaris*. Recognize sunos5 and solaris as operating system names. * configure.in: Use the AC_TIME_WITH_SYS_TIME macro, for lib-src/getdate.y and src/systime.h. 1993-05-15 Richard Stallman (rms@mole.gnu.ai.mit.edu) * make-dist: Make links in info subdir. 1993-05-13 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure.in: Call AC_STDC_HEADERS. 1993-05-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Sidestep autoconf's quoting of the second argument of AC_DEFINE, so we can specify the value to put there. It would be nice if autoconf provided some way to specify computed values for macros. 1993-05-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Makefile.in (DEFS): Deleted; since we're using AC_CONFIG_HEADER, this is always just -DHAVE_CONFIG_H. The GNU coding standards specify that CFLAGS should be left for users to set. * Makefile.in (CFLAGS): Let configure determine the default value for this. Don't have it default to DEFS. (${SUBDIR}): Pass CFLAGS down to submakes, not DEFS. (lib-src/Makefile, src/Makefile): Edit the default value for CFLAGS into these files, not DEFS. * configure.in (CFLAGS): Choose a default value for this - "-g" normally, or "-g -O" if we're using GCC. Edit it into the top-level Makefile. * configure.in: When scanning the machine and system description #include files, write their names to conftest.c properly. 1993-05-07 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure.in: In configuration name case for Apallos running Domainios, set opsys, not opsysfile. * configure.in: Use the autoconf AC_CONFIG_HEADER macro to produce src/config.h, instead of AC_OUTPUT; the latter overwrites src/config.h even when it hasn't changed, puts a makefile-style comment at the top even though it's C code, and produces a config.status script which doesn't do the job right. * configure.in: Add AC_LN_S test, so we can tell whether or not we can use a symbolic link to get the X Menu library into src. * Makefile.in (LN_S): New variable. (src/Makefile): Edit the value of LN_S into this makefile. 1993-05-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) * configure.in: Support *-sco3.2v4* as opsystem. * make-dist: Don't include calc directory. Exclude many files in the man directory; copy a few. 1993-05-04 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Use AC_HAVE_HEADERS to test for sys/time.h, and call AC_STRUCT_TM to see what's in time.h. * configure.in: Employ quoting stupidity to get the value of CPP to expand properly. 1993-04-27 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure.in: Use the AC_PROG_CPP macro, and then use the CPP variable to scan the machine and system description files. * configure.in: Use the AC_HAVE_HEADERS to check for sys/timeb.h, so that getdate.y builds correctly. 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure.in (tempcname): Change this to "conftest.c", so it will work properly on systems with short filenames; this is the name autoconf uses. * configure.in: Also detect the availability of dup2 and gethostname. * configure.in: Use the AC_ALLOCA test. * Makefile.in (ALLOCA): New variable, to be set by ./configure. (lib-src/Makefile): Edit the value of ALLOCA into lib-src/Makefile. 1993-04-24 Jim Blandy (jimb@totoro.cs.oberlin.edu) * make-dist: Distribute configure, as well as configure.in. Oversight. 1993-04-23 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Makefile.in (install): Print out the name of the directory we're copying, so people can have some idea of whether we're making progress. * Makefile.in (install.aix, install.xenix, install.sysv, install): Don't forget to re-create the COPYDESTS directories after we clear them out. 1993-04-13 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Makefile.in: Add autoconf cookies so that the configure script can comment out sections of path variable definitions to choose between the installable configuration and the run-in-place configuration. * configure.in: Add new option `--run-in-place', to select the run-in-place path definitions. * configure.in: Add a clause to the big configuration name case for the NeXT machine. 1993-04-12 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Makefile.in (install, install.sysv, install.xenix, install.aix): Make sure that each source directory exists, and is different from the destination directory; then, delete the destination before copying over the source. * make-dist: Distribute configure.in, instead of configure. 1993-04-10 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure.in: Don't set CC to "gcc -O" if the user specifies `--with-gcc'. Add -O to DEFS if GCC is set. 1993-04-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Makefile.in (clean mostlyclean): Missing right paren. * configure.in: When checking for X windows, search for an X11 subdirectory of ${x_includes}. * configure.in: Check for gettimeofday function, for getdate.y. Change `configure' to a mixture of custom code and autoconf stuff. autoconf can't derive all the information we need, but we'd really like to be able to take advantage of some of its tests, and its file-editing facilities. * configure.in: Renamed from configure. Quote the sections of shell script we want copied literally to the configure script. (compile): Initialize this to make the autoconf macros' code happy. Use AC_PROG_CC, AC_CONST, and AC_RETSIGTYPE instead of writing out code to do their jobs. Use autoconf to produce Makefile and src/config.h. Remove the Makefile-style comment that autoconf places at the top of src/config.h. (config_h_opts): Removed - no longer necessary. * Makefile.in (configname): Renamed to configuration. (CONFIG_CFLAGS): Renamed to DEFS. (CC, DEFS, C_SWITCH_SYSTEM, version, configuration): Adjusted to get values via autoload @cookies@. (libsrc_libs): Get this from autoconf. We used to do nothing about this. (${SUBDIR}): Pass DEFS to submakes instead of CONFIG_CFLAGS. * Makefile.in (src/paths.h, lib-src/Makefile, src/Makefile): Don't echo the move-if-change command. 1993-04-08 Jim Blandy (jimb@churchy.gnu.ai.mit.edu) * make-dist: Distribute lib-src/rcs-checkin. * make-dist: It's oldXMenu/compile.com, not oldXMenu/compile.mms. Don't try to make links to the RCS or Old subdirectories. Use the appropriate extension for the compression type in use. Create the tar file in the shell's initial default directory, not in ${tempparent}. Erase the whole ${tempparent} tree, not just ${tempdir}. 1993-03-30 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * Makefile.in (src/paths.h): Don't echo the huge sed command we use to build paths.h. (lib-src/Makefile, src/Makefile): Similarly. * configure: Extend test for working `const' keyword to handle AIX 3.2 cc. 1993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * make-dist: Distribute lisp/term/ChangeLog. Arrange for C compilation throughout the tree to get C_SWITCH_SYSTEM from the configuration files. * configure: Extract C_SWITCH_SYSTEM from the machine and system-dependent files, and save it in the top-level Makefile. * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit. (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile. * make-dist: Include the VMS support files in oldXMenu in the distribution. * configure: Doc fix. * configure: Fix corrupted config_h_opts. * configure: Properly report option names in error messages. * configure: Properly recognize --x-includes and --x-libraries options. * configure: Fix syntax errors in code handling XFree386. 1993-03-23 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * configure: Add special code to detect XFree386, and tell config.h about it. * configure: Properly handle extracting values of LIBS_MACHINE and LIBS_SYSTEM that contain spaces. * configure: Add `--x-includes' and `--x-libraries' options. I think these are dopey, but no less than three alpha testers, at large sites, have said they have their X files installed in odd places. Implement them by setting C_SWITCH_X_SITE and LD_SWITCH_X_SITE in src/config.h. 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) * make-dist: Don't distribute etc/Old files. * GETTING.GNU.SOFTWARE, PROBLEMS: Registered into RCS with their backups. 1993-03-20 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * make-dist: Fix typo. 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) * make-dist: Corrected typo, fixed it to discard = and TAGS files in some cases where it should but didn't seen to. * Makefile.in: Added unlock and relock productions. 1993-03-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu) * make-dist: Add a --compress option to force make-dist to use compress. * make-dist: Use gzip, if we can find it. * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and make rs6000-ibm-aix default to -aix32. 1993-03-17 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) * Makefile.in: Added `Developer's configuration' section. 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) * Makefile.in: Add commented-out variable settings for developer's configuration. 1993-03-14 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * make-dist: Distribute `src/bitmaps' too. 1993-03-14 Charles Hannum (mycroft@hal.gnu.ai.mit.edu) * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and make rs6000-ibm-aix default to -aix32. 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) * configure: Recognize strings like "sysvr0" or "sysvr1" as System V. * Makefile.in (install.sysv): Add a second `$' in front of `${dest}', so that the shell will expand it, instead of Make. * configure: When processing the name of the configure script, collapse `././' to `./', but leave a single `./' prefix alone. * configure: Doc fix. 1993-03-04 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * configure: Handle isc3.0 correctly. 1993-02-25 Jim Blandy (jimb@totoro.cs.oberlin.edu) * make-dist: Don't try to copy the COPYING notice into external-lisp; we're not distributing that directory any more. 1993-02-24 Jim Blandy (jimb@totoro.cs.oberlin.edu) * Makefile.in (install, install.aix, install.xenix, install.sysv): Remove CVS subdirectories from the installed directory trees, as well as RCS directories. 1993-02-23 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) * make-dist: Only copy gmalloc.c if we couldn't link it. Don't try to copy man/{README,Makefile} unless they actually exist. * Makefile.in (lisppath): Don't include externallispdir in this. We're not sure whether we're even going to distribute the directory yet. 1993-02-17 Jim Blandy (jimb@totoro.cs.oberlin.edu) * make-dist: Don't distribute the external-lisp directory anymore. * INSTALL: Remove all references to external-lisp. * configure: Detect whether the compiler supports `const' properly, and edit src/config.h accordingly. * configure: Tweak layout of final report. * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not CFLAGS. * Makefile.in (locallisppath): Make this default to ${datadir}/emacs/site-lisp, instead of ${datadir}/emacs/local-lisp. ${datadir} and ${statedir} are often the same thing, and local-lisp ca