| Commit message (Expand) | Author | Age | Files | Lines |
* | Update from autoconf 2.59 | Tom Yu | 2004-02-09 | 4 | -774/+1167 |
* | Add support for conditional inclusion of flags when building as part of | Jeffrey Altman | 2003-12-08 | 2 | -1/+11 |
* | work around Solaris 9 pty-close bug | Tom Yu | 2003-12-06 | 2 | -0/+16 |
* | Add --enable-maintainer-mode option to configure, and prevent rebuilding of | Ken Raeburn | 2003-09-27 | 2 | -1/+6 |
* | Oops, naughty naughty. Use $(CC), not gcc | Ken Raeburn | 2003-09-13 | 2 | -3/+3 |
* | * shlib.conf (*-*-linux*): Use gcc for linking shared libraries, and -Wl to | Ken Raeburn | 2003-09-13 | 2 | -8/+20 |
* | Copy and build daemon.c in whatever directories need it, instead of building it | Ken Raeburn | 2003-08-30 | 2 | -0/+11 |
* | * win-pre.in (CPPFLAGS): Define KRB5_DEPRECATED=1 | Ken Raeburn | 2003-05-27 | 2 | -1/+5 |
* | Big step towards integrating libkrb524 into libkrb5: | Ken Raeburn | 2003-05-24 | 2 | -7/+5 |
* | Require only autoconf 2.52. Try --include argument to autoconf and autoheader, | Ken Raeburn | 2003-04-25 | 2 | -1/+7 |
* | don't install in-tree libdb | Tom Yu | 2003-04-02 | 2 | -2/+10 |
* | Remove ADD_DEF and uses thereof, and move the appropriate symbols to | Tom Yu | 2003-03-03 | 4 | -35/+53 |
* | * post.in (.dtmp): Use -DDEPEND to allow source files to exclude | Tom Yu | 2003-02-12 | 2 | -1/+6 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 4 | -65/+80 |
* | Replace dependencies on generated krb524 and krb4 headers with | Tom Yu | 2002-12-23 | 2 | -0/+12 |
* | Fix depend rules to keep state about whether verification of various | Tom Yu | 2002-12-12 | 3 | -50/+173 |
* | * post.in: depfix2.sed -> .depfix2.sed to avoid a little clutter | Tom Yu | 2002-12-09 | 2 | -6/+10 |
* | * post.in (clean-unix): Clean depfix2.sed as well | Tom Yu | 2002-11-27 | 2 | -1/+5 |
* | Invoke autoconf/autoreconf with the option --localdir or --include depending | Ezra Peisach | 2002-11-14 | 3 | -1/+9 |
* | Fix TCL_RPATH to explicitly insert system library path into | Tom Yu | 2002-11-12 | 2 | -2/+9 |
* | * pre.in (.et.h, .et.c): Drop "set -x" | Ken Raeburn | 2002-11-08 | 2 | -2/+6 |
* | New Makefile variable RPATH_FLAG, possibly used even when we're not | Tom Yu | 2002-11-05 | 3 | -15/+42 |
* | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 3 | -1/+16 |
* | Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead of | Ezra Peisach | 2002-09-24 | 2 | -1/+6 |
* | * pre.in (.et.c, .et.h): Change rules to only update the desired target file, | Ken Raeburn | 2002-09-24 | 2 | -2/+18 |
* | Put back in the V5_OUTPUT_MAKEFILE. Revert the config.status invocation | Ezra Peisach | 2002-09-19 | 2 | -1/+5 |
* | Use AC_CONFIG_FILES for each Makefile generated instead of passing | Ezra Peisach | 2002-09-19 | 2 | -1/+6 |
* | * post.in ($(srcdir)/$(thisconfigdir)/configure): Delete autom4te.cache direc... | Ken Raeburn | 2002-09-19 | 2 | -0/+7 |
* | Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" and | Ken Raeburn | 2002-09-14 | 2 | -2/+13 |
* | Delete old placeholders for framework support; implement it anew soon, | Ken Raeburn | 2002-09-14 | 4 | -45/+20 |
* | Don't do 'make depend' if we're not using the in-tree versions of et,ss,db | Ken Raeburn | 2002-09-13 | 2 | -2/+29 |
* | Permit building against either the in-tree version of db2 or a system version | Ken Raeburn | 2002-09-13 | 2 | -4/+23 |
* | log for last post.in change | Ken Raeburn | 2002-09-11 | 1 | -0/+5 |
* | Move all depfix2.sed generation into depgen.sed, so ".." in $(srcdir) and | Ken Raeburn | 2002-09-11 | 1 | -8/+1 |
* | Support SS_LIB=... at configure time | Ken Raeburn | 2002-09-03 | 2 | -1/+2 |
* | * libobj.in (.c.so, .c.po): Put LOCALINCLUDES before CPPFLAGS | Ken Raeburn | 2002-09-03 | 2 | -2/+4 |
* | * pre.in (ALL_CFLAGS): Put LOCALINCLUDES before CPPFLAGS | Ken Raeburn | 2002-09-03 | 2 | -1/+5 |
* | * pre.in (CFLAGS): Define using @CFLAGS@, not @CCOPTS@ | Ken Raeburn | 2002-08-29 | 2 | -1/+2 |
* | drop SS_DEPS from last change | Ken Raeburn | 2002-08-29 | 2 | -2/+1 |
* | * win-pre.in (COM_ERR_DEPS, SS_DEPS): New variables | Ken Raeburn | 2002-08-29 | 2 | -0/+5 |
* | * pre.in (COM_ERR_DEPLIB-sys, COM_ERR_DEPLIB-k5, SS_DEPLIB-k5, SS_DEPLIB-sys, | Ken Raeburn | 2002-08-29 | 2 | -10/+31 |
* | * shlib.conf: Use $(LDFLAGS) in CC_LINK_SHARED and CC_LINK_STATIC, after othe... | Ken Raeburn | 2002-08-29 | 2 | -32/+35 |
* | * pre.in (SS_DEPS): New variable | Ken Raeburn | 2002-08-29 | 2 | -0/+2 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -2/+7 |
* | * pre.in: Set host to @krb5_cv_host@ instead of @host@. The way | Ezra Peisach | 2002-08-26 | 2 | -1/+8 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -4/+4 |
* | * lib.in ($(SUBDIROBJLISTS) and .SH/.PF variants): Depend on recursion. Use | Ken Raeburn | 2002-08-15 | 4 | -5/+23 |
* | drop libdyn as a separate library | Ken Raeburn | 2002-07-17 | 2 | -3/+7 |
* | * pre.in (PTY_DEPLIB): Fix to reflect always being built static | Tom Yu | 2002-07-13 | 2 | -2/+5 |
* | * pre.in (KRB5_INCSUBDIRS): Don't create the asn.1 subdirectory | Ken Raeburn | 2002-07-13 | 2 | -1/+4 |