summaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Add --enable-maintainer-mode option to configure, and prevent rebuilding ofKen Raeburn2003-09-272-1/+6
* Oops, naughty naughty. Use $(CC), not gccKen Raeburn2003-09-132-3/+3
* * shlib.conf (*-*-linux*): Use gcc for linking shared libraries, and -Wl toKen Raeburn2003-09-132-8/+20
* Copy and build daemon.c in whatever directories need it, instead of building itKen Raeburn2003-08-302-0/+11
* * win-pre.in (CPPFLAGS): Define KRB5_DEPRECATED=1Ken Raeburn2003-05-272-1/+5
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-242-7/+5
* Require only autoconf 2.52. Try --include argument to autoconf and autoheader,Ken Raeburn2003-04-252-1/+7
* don't install in-tree libdbTom Yu2003-04-022-2/+10
* Remove ADD_DEF and uses thereof, and move the appropriate symbols toTom Yu2003-03-034-35/+53
* * post.in (.dtmp): Use -DDEPEND to allow source files to excludeTom Yu2003-02-122-1/+6
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-104-65/+80
* Replace dependencies on generated krb524 and krb4 headers withTom Yu2002-12-232-0/+12
* Fix depend rules to keep state about whether verification of variousTom Yu2002-12-123-50/+173
* * post.in: depfix2.sed -> .depfix2.sed to avoid a little clutterTom Yu2002-12-092-6/+10
* * post.in (clean-unix): Clean depfix2.sed as wellTom Yu2002-11-272-1/+5
* Invoke autoconf/autoreconf with the option --localdir or --include dependingEzra Peisach2002-11-143-1/+9
* Fix TCL_RPATH to explicitly insert system library path intoTom Yu2002-11-122-2/+9
* * pre.in (.et.h, .et.c): Drop "set -x"Ken Raeburn2002-11-082-2/+6
* New Makefile variable RPATH_FLAG, possibly used even when we're notTom Yu2002-11-053-15/+42
* Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2002-10-073-1/+16
* Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead ofEzra Peisach2002-09-242-1/+6
* * pre.in (.et.c, .et.h): Change rules to only update the desired target file,Ken Raeburn2002-09-242-2/+18
* Put back in the V5_OUTPUT_MAKEFILE. Revert the config.status invocationEzra Peisach2002-09-192-1/+5
* Use AC_CONFIG_FILES for each Makefile generated instead of passingEzra Peisach2002-09-192-1/+6
* * post.in ($(srcdir)/$(thisconfigdir)/configure): Delete autom4te.cache direc...Ken Raeburn2002-09-192-0/+7
* Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" andKen Raeburn2002-09-142-2/+13
* Delete old placeholders for framework support; implement it anew soon,Ken Raeburn2002-09-144-45/+20
* Don't do 'make depend' if we're not using the in-tree versions of et,ss,dbKen Raeburn2002-09-132-2/+29
* Permit building against either the in-tree version of db2 or a system versionKen Raeburn2002-09-132-4/+23
* log for last post.in changeKen Raeburn2002-09-111-0/+5
* Move all depfix2.sed generation into depgen.sed, so ".." in $(srcdir) andKen Raeburn2002-09-111-8/+1
* Support SS_LIB=... at configure timeKen Raeburn2002-09-032-1/+2
* * libobj.in (.c.so, .c.po): Put LOCALINCLUDES before CPPFLAGSKen Raeburn2002-09-032-2/+4
* * pre.in (ALL_CFLAGS): Put LOCALINCLUDES before CPPFLAGSKen Raeburn2002-09-032-1/+5
* * pre.in (CFLAGS): Define using @CFLAGS@, not @CCOPTS@Ken Raeburn2002-08-292-1/+2
* drop SS_DEPS from last changeKen Raeburn2002-08-292-2/+1
* * win-pre.in (COM_ERR_DEPS, SS_DEPS): New variablesKen Raeburn2002-08-292-0/+5
* * pre.in (COM_ERR_DEPLIB-sys, COM_ERR_DEPLIB-k5, SS_DEPLIB-k5, SS_DEPLIB-sys,Ken Raeburn2002-08-292-10/+31
* * shlib.conf: Use $(LDFLAGS) in CC_LINK_SHARED and CC_LINK_STATIC, after othe...Ken Raeburn2002-08-292-32/+35