Sat Feb 24 19:03:53 1996 Theodore Y. Ts'o * makeshlib.sh: Add support for HPUX and Sinix (sys5r4 on mips). Wed Feb 7 00:26:47 1996 Theodore Y. Ts'o * Makefile.in: Folded in danw's changes to allow building Makefiles for the Macintosh. We now can build MPW makefiles which are interpreted by CodeWarrior. Thu Nov 2 17:05:05 1995 * makeshlib.sh: Added support for Linux shared libraries. Wed Oct 11 17:21:16 1995 Sam Hartman * makeshlib.sh: bring in library version and do something with it for AIX. Mon Oct 9 19:00:13 1995 Ezra Peisach * makeshlib.sh: For NetBSD convert flags designed for cc to ones for ld. Mon Oct 2 12:12:20 1995 Ezra Peisach * makeshlib.sh: For solaris, if you are not using gcc, add the -h argument to specify the name of the shared library to load. (i.e. libfoo.so.0.1). Mon Sep 25 16:41:11 1995 Theodore Y. Ts'o * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the Makefile. Thu Aug 24 18:40:48 1995 Theodore Y. Ts'o * .Sanitize: Update file list Mon Aug 7 19:36:01 1995 Theodore Y. Ts'o * reconf: If using the autoconf in the local tree, invoke it using /bin/sh, so that it works even if autoconf has been checked out from SCCS without the execute bit set. Wed Jul 26 15:39:53 1995 Sam Hartman * configure.in (SHLIB_TAIL_COMP): Add pty to CONFIG_DIRS Thu Jul 13 16:09:10 1995 Sam Hartman * makeshlib.sh (ldflags): Protect test for HAVE_GCC so it works if not using gcc. Thu Jul 6 09:52:08 1995 Ezra Peisach * Makefile.in (clean): Remove makeshlib Tue Jul 4 02:11:56 1995 Tom Yu * makeshlib.sh: Add support for NetBSD shared libraries. Sun Jul 2 20:42:45 1995 Sam Hartman * makeshlib.sh (ldflags): Adapt AIX case to work with Gcc. * configure.in: Move Gcc test to top level configure.in. Fri Jun 23 19:11:20 1995 Sam Hartman * configure.in: Add aix.bincmds as target on AIX. (SHLIB_TAIL_COMP): set and substitute so SHLIBDIR works * Makefile.in (makeshlib): Create aix.bincmds with the binder script exerpt to get the libpath right. * configure.in: Modified to test and see if we're using Gcc * Makefile.in (makeshlib): Make makeshlib from makeshlib.sh * makeshlib.sh (LIBPATH): Modified to allow for substitution of CC and HAVE_GCC from Makefile. Modified to imbed the proper search path into the shared libraries for AIX. Thu Jun 22 21:02:13 1995 Sam Hartman * makeshlib: Added AIX support. Mon Jun 19 00:58:33 1995 Tom Yu (tlyu@dragons-lair) * getsyms, getsyms.sed: fix a few random bugs * getsyms, getsyms.sed: simple scripts to find #ifdef's that aren't declared with configure.in Fri Jun 16 14:05:03 1995 Tom Yu (tlyu@dragons-lair) * libupdate.sh: oops they were right to begin with; hack aclocal.m4 instead. * libupdate.sh: ARADD and ARCHIVE were backwards Thu Jun 15 18:14:46 EDT 1995 Paul Park (pjpark@mit.edu) * makeshlib - Add arguments for library search directories, library lists and flags to link with. Fri Jun 9 18:59:02 1995 * configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. Use DO_SUBDIRS to recurse down subdirectories. Tue Jun 6 19:46:00 1995 Tom Yu (tlyu@dragons-lair) * configure.in: fix make install Fri May 26 18:43:35 EDT 1995 Paul Park (pjpark@mit.edu) * configure.in - Add berk_db Fri May 26 13:29:07 1995 Ezra Peisach (epeisach@kangaroo.mit.edu) * makeshlib: For alpha-osf1 update the local shared library registry Fri May 26 12:41:28 1995 Ezra Peisach * makeshlib: Added alpha-osf1 support. Will only work for libcrypto at the moment. Thu May 25 21:39:02 1995 Theodore Y. Ts'o (tytso@dcl) * makeshlib: Added shell script for creating shared libraries Tue May 2 21:32:23 1995 Tom Yu (tlyu@dragons-lair) * Makefile.in: remove spurious whitespace from blank line Fri Apr 28 15:30:03 1995 Mark Eichin * lndir (ls): use ls -a to get dotfiles too. Fri Apr 28 10:59:25 1995 Mark Eichin * reconf (usage): fix the whole message. Wed Apr 26 11:31:04 1995 Mark Eichin * reconf (usage): fix pathname in message. (verbose): add -v --verbose to echo actual autoreconf line. Thu Apr 20 21:19:36 1995 Theodore Y. Ts'o (tytso@dcl) * depfix.sed: Also remove pathnames of the form /mit/cygnus.... from the generated list of dependencies. Sat Apr 15 06:40:28 1995 Theodore Y. Ts'o * configure.in: Add profile directory Tue Mar 28 18:50:04 1995 John Gilmore (gnu at toad.com) * Makefile.in (all): Split into all-$(WHAT). (unixmac): Add. (libupdate): Use $(RM). Mon Feb 27 00:01:41 1995 Mark Eichin * lndir: if $0 contains slashes, but does not have a leading slash, prepend `pwd` so that relative invocation works. Fri Feb 3 16:50:07 1995 Theodore Y. Ts'o (tytso@dcl) * reconf: If util/autoconf isn't built, try to use autoconf utilities found in the user's path. Tue Nov 8 01:44:26 1994 Theodore Y. Ts'o (tytso@dcl) * Makefile.in: Don't use $< in a non suffix rule context. Tue Nov 1 14:49:00 1994 (tytso@rsx-11) * libupdate.sh: Use library.stamp to determine whether or not $arcmd needs to be rerun. * libupdate.sh: touch the library first, before running $aradd, in case changing the mod time of the library after running $aradd causes problems on some systems. * libupdate.sh: Change use of "head -1" to "sed 1q" * configure.in: * Makefile.in: * libupdate.sh: Add support for the new libupdate shell script. It automatically updates a library from a file listing of constituent .o files. It only calls "ar" if it absolutely has to, in order to speed things up for partial recompilations. (ar is dreadfully slow if you're using one based on the BFD library.) Tue Oct 11 19:07:09 1994 Mark Eichin (eichin@cygnus.com) * kbuild (MAKETARGETS): default to "all check" for make, but allow override from config fragments. Mon Oct 3 23:36:12 1994 Theodore Y. Ts'o (tytso@dcl) * configure.in: Don't build unifdef directory --- we don't need it anymore. Fri Sep 30 20:22:53 1994 Mark Eichin (eichin@cygnus.com) * kbuild: log arguments to THISCONF, RECONF files. Fri Sep 30 19:28:24 1994 Mark Eichin (eichin@cygnus.com) * kbuild: set SRCDIR by default from program name. Thu Sep 29 19:54:38 1994 Mark Eichin (eichin@cygnus.com) * kbuild: complete rewrite. * kfrags: fragments of input to kbuild.