summaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
* Build system support for a library having more than one init/fini symbolKen Raeburn2005-02-093-8/+39
* * post.in (Makefile): Nuke autom4te.cache before and after autoconf runsKen Raeburn2005-01-242-0/+10
* Do the target object file name hacking in "make depend" earlier, before theKen Raeburn2004-12-302-5/+4
* * post.in (.depend): Delete blank lines in generated file.Ken Raeburn2004-12-302-21/+29
* 2004-12-17 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-182-0/+5
* can't build shared libraries on sparc64-netbsdKen Raeburn2004-12-172-1/+6
* 2004-12-15 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2004-12-152-1/+9
* create rpc header install directoryTom Yu2004-11-192-1/+6
* Install example config filesTom Yu2004-10-072-0/+7
* * lib.in (binutils.versions, osf1.exports): New file targets.Ken Raeburn2004-09-234-3/+27
* Better support for using libutil on systems that need it for variousTom Yu2004-09-222-0/+5
* Only use -Wl,-oldstyle_liblookup if using native linker. Check forTom Yu2004-09-222-1/+8
* * shlib.conf (*-*-linux*, *-*-gnu*, *-*-k*bsd*-gnu): Don't use the linkerKen Raeburn2004-09-212-1/+7
* Use a new variable, $(INSTALL_SCRIPT) to install scripts, so theyTom Yu2004-09-172-0/+6
* * shlib.conf: Add support for gnu hurd and for BSD kernels withSam Hartman2004-08-192-1/+6
* * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in CC_LINK_SHARED andKen Raeburn2004-07-122-3/+8
* * shlib.conf (alpha*-dec-osf*): Use $(PTHREAD_CFLAGS) in LDCOMBINEKen Raeburn2004-07-092-1/+6
* * shlib.conf (*-*-darwin*, *-*-rhapsody*): Don't set PICFLAGS or LDFLAGS.Ken Raeburn2004-06-192-9/+18
* * pre.in (PTHREAD_CFLAGS): New variable.Ken Raeburn2004-06-192-1/+7
* * win-pre.in (SLIB): New variableKen Raeburn2004-06-182-1/+5
* Purge make targets and variables (and a few files) relating to the old,Ken Raeburn2004-06-176-532/+5
* * pre.in (AUTOCONF, AUTOHEADER): Always set to autoconf and autoheaderKen Raeburn2004-06-083-9/+14
* * shlib.conf (*-*-darwin*, *-*-rhapsody*): Add -Wl,-search_paths_first toKen Raeburn2004-06-082-0/+6
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-044-60/+67
* * shlib.conf (*-*-aix*): Use linker options for library finalizationKen Raeburn2004-05-302-1/+10
* * win-pre.in (CP): Copy nul: plus the file, to avoid carrying over the originalKen Raeburn2004-05-272-1/+9
* * shlib.conf (*-*-linux*): Use GNU linker's --retain-symbols-file option toKen Raeburn2004-05-132-2/+7
* * libobj.in (OBJS.ST, OBJS.SH, OBJS.PF): Depend on MakefileKen Raeburn2004-05-052-3/+5
* * pre.in (SUPPORT_LIBNAME, SUPPORT_DEPLIB, SUPPORT_LIB): New variables.Ken Raeburn2004-05-052-2/+11
* * shlib.conf (alpha*-dec-osf*): Do remember to set use_linker_init_option andKen Raeburn2004-05-042-2/+10
* * shlib.conf (alpha*-dec-osf*): Add support for export list, using a temporaryKen Raeburn2004-04-302-4/+14
* * pre.in (EXTRA_FILES): New variable.Ken Raeburn2004-04-303-1/+7
* * shlib.conf: Initialize use_linker_init_option and use_linker_fini_option toKen Raeburn2004-04-292-4/+23
* * libobj.in (.c.so): Add -DSHARED to compile optionsKen Raeburn2004-04-282-1/+5
* * lib.in (PARSE_OBJLISTS): New variable.Ken Raeburn2004-04-262-13/+10
* * shlib.conf (INIT_FINI_PREP): New variable. Default to a no-op, but let eachKen Raeburn2004-04-262-4/+17
* Start depending on perl for buildsKen Raeburn2004-04-243-6/+10
* Use more flexible command substitution for shared library generation, so we canKen Raeburn2004-04-234-12/+45
* * shlib.conf (default_static, default_shared): New variables to setKen Raeburn2004-03-242-0/+11
* * ac-archive: New directory.Ken Raeburn2004-03-183-0/+297
* * pre.in (top_srcdir): Define, set by configureKen Raeburn2004-03-082-0/+2
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-083-6/+13
* note, in comments, some per-directory variables autoconf setsKen Raeburn2004-03-081-0/+14
* Move daemon.c into a new library of utility routines for linking our programsKen Raeburn2004-02-243-6/+10
* use $(CC) rather than ld to build shared libs on tru64 and irixTom Yu2004-02-182-2/+7
* priocntl workaround for Solaris 9 pty-close bugTom Yu2004-02-132-12/+2
* Tru64 and Irix have RPATH issues for test suiteTom Yu2004-02-123-13/+48
* Update from autoconf 2.59Tom Yu2004-02-094-774/+1167
* Add support for conditional inclusion of flags when building as part ofJeffrey Altman2003-12-082-1/+11
* work around Solaris 9 pty-close bugTom Yu2003-12-062-0/+16