| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop generating per-directory sed scripts, and use perl to compute the patterns | Ken Raeburn | 2005-04-21 | 2 | -11/+13 |
* | shared library support for HP-UX 10 | Ken Raeburn | 2005-03-25 | 3 | -7/+44 |
* | Build system support for a library having more than one init/fini symbol | Ken Raeburn | 2005-02-09 | 3 | -8/+39 |
* | * post.in (Makefile): Nuke autom4te.cache before and after autoconf runs | Ken Raeburn | 2005-01-24 | 2 | -0/+10 |
* | Do the target object file name hacking in "make depend" earlier, before the | Ken Raeburn | 2004-12-30 | 2 | -5/+4 |
* | * post.in (.depend): Delete blank lines in generated file. | Ken Raeburn | 2004-12-30 | 2 | -21/+29 |
* | 2004-12-17 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-12-18 | 2 | -0/+5 |
* | can't build shared libraries on sparc64-netbsd | Ken Raeburn | 2004-12-17 | 2 | -1/+6 |
* | 2004-12-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-12-15 | 2 | -1/+9 |
* | create rpc header install directory | Tom Yu | 2004-11-19 | 2 | -1/+6 |
* | Install example config files | Tom Yu | 2004-10-07 | 2 | -0/+7 |
* | * lib.in (binutils.versions, osf1.exports): New file targets. | Ken Raeburn | 2004-09-23 | 4 | -3/+27 |
* | Better support for using libutil on systems that need it for various | Tom Yu | 2004-09-22 | 2 | -0/+5 |
* | Only use -Wl,-oldstyle_liblookup if using native linker. Check for | Tom Yu | 2004-09-22 | 2 | -1/+8 |
* | * shlib.conf (*-*-linux*, *-*-gnu*, *-*-k*bsd*-gnu): Don't use the linker | Ken Raeburn | 2004-09-21 | 2 | -1/+7 |
* | Use a new variable, $(INSTALL_SCRIPT) to install scripts, so they | Tom Yu | 2004-09-17 | 2 | -0/+6 |
* | * shlib.conf: Add support for gnu hurd and for BSD kernels with | Sam Hartman | 2004-08-19 | 2 | -1/+6 |
* | * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in CC_LINK_SHARED and | Ken Raeburn | 2004-07-12 | 2 | -3/+8 |
* | * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in LDCOMBINE | Ken Raeburn | 2004-07-09 | 2 | -1/+6 |
* | * shlib.conf (*-*-darwin*, *-*-rhapsody*): Don't set PICFLAGS or LDFLAGS. | Ken Raeburn | 2004-06-19 | 2 | -9/+18 |
* | * pre.in (PTHREAD_CFLAGS): New variable. | Ken Raeburn | 2004-06-19 | 2 | -1/+7 |
* | * win-pre.in (SLIB): New variable | Ken Raeburn | 2004-06-18 | 2 | -1/+5 |
* | Purge make targets and variables (and a few files) relating to the old, | Ken Raeburn | 2004-06-17 | 6 | -532/+5 |
* | * pre.in (AUTOCONF, AUTOHEADER): Always set to autoconf and autoheader | Ken Raeburn | 2004-06-08 | 3 | -9/+14 |
* | * shlib.conf (*-*-darwin*, *-*-rhapsody*): Add -Wl,-search_paths_first to | Ken Raeburn | 2004-06-08 | 2 | -0/+6 |
* | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 4 | -60/+67 |
* | * shlib.conf (*-*-aix*): Use linker options for library finalization | Ken Raeburn | 2004-05-30 | 2 | -1/+10 |
* | * win-pre.in (CP): Copy nul: plus the file, to avoid carrying over the original | Ken Raeburn | 2004-05-27 | 2 | -1/+9 |
* | * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file option to | Ken Raeburn | 2004-05-13 | 2 | -2/+7 |
* | * libobj.in (OBJS.ST, OBJS.SH, OBJS.PF): Depend on Makefile | Ken Raeburn | 2004-05-05 | 2 | -3/+5 |
* | * pre.in (SUPPORT_LIBNAME, SUPPORT_DEPLIB, SUPPORT_LIB): New variables. | Ken Raeburn | 2004-05-05 | 2 | -2/+11 |
* | * shlib.conf (alpha*-dec-osf*): Do remember to set use_linker_init_option and | Ken Raeburn | 2004-05-04 | 2 | -2/+10 |
* | * shlib.conf (alpha*-dec-osf*): Add support for export list, using a temporary | Ken Raeburn | 2004-04-30 | 2 | -4/+14 |
* | * pre.in (EXTRA_FILES): New variable. | Ken Raeburn | 2004-04-30 | 3 | -1/+7 |
* | * shlib.conf: Initialize use_linker_init_option and use_linker_fini_option to | Ken Raeburn | 2004-04-29 | 2 | -4/+23 |
* | * libobj.in (.c.so): Add -DSHARED to compile options | Ken Raeburn | 2004-04-28 | 2 | -1/+5 |
* | * lib.in (PARSE_OBJLISTS): New variable. | Ken Raeburn | 2004-04-26 | 2 | -13/+10 |
* | * shlib.conf (INIT_FINI_PREP): New variable. Default to a no-op, but let each | Ken Raeburn | 2004-04-26 | 2 | -4/+17 |
* | Start depending on perl for builds | Ken Raeburn | 2004-04-24 | 3 | -6/+10 |
* | Use more flexible command substitution for shared library generation, so we can | Ken Raeburn | 2004-04-23 | 4 | -12/+45 |
* | * shlib.conf (default_static, default_shared): New variables to set | Ken Raeburn | 2004-03-24 | 2 | -0/+11 |
* | * ac-archive: New directory. | Ken Raeburn | 2004-03-18 | 3 | -0/+297 |
* | * pre.in (top_srcdir): Define, set by configure | Ken Raeburn | 2004-03-08 | 2 | -0/+2 |
* | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 3 | -6/+13 |
* | note, in comments, some per-directory variables autoconf sets | Ken Raeburn | 2004-03-08 | 1 | -0/+14 |
* | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 3 | -6/+10 |
* | use $(CC) rather than ld to build shared libs on tru64 and irix | Tom Yu | 2004-02-18 | 2 | -2/+7 |
* | priocntl workaround for Solaris 9 pty-close bug | Tom Yu | 2004-02-13 | 2 | -12/+2 |
* | Tru64 and Irix have RPATH issues for test suite | Tom Yu | 2004-02-12 | 3 | -13/+48 |
* | Update from autoconf 2.59 | Tom Yu | 2004-02-09 | 4 | -774/+1167 |