| 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 | 1 | -11/+6 |
* | * post.in (Makefile): Nuke autom4te.cache before and after autoconf runs | Ken Raeburn | 2005-01-24 | 1 | -0/+5 |
* | Do the target object file name hacking in "make depend" earlier, before the | Ken Raeburn | 2004-12-30 | 1 | -4/+1 |
* | * post.in (.depend): Delete blank lines in generated file. | Ken Raeburn | 2004-12-30 | 1 | -21/+22 |
* | * pre.in (AUTOCONF, AUTOHEADER): Always set to autoconf and autoheader | Ken Raeburn | 2004-06-08 | 1 | -4/+2 |
* | * pre.in (EXTRA_FILES): New variable. | Ken Raeburn | 2004-04-30 | 1 | -1/+1 |
* | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 1 | -5/+1 |
* | Move daemon.c into a new library of utility routines for linking our programs | Ken Raeburn | 2004-02-24 | 1 | -6/+0 |
* | Add --enable-maintainer-mode option to configure, and prevent rebuilding of | Ken Raeburn | 2003-09-27 | 1 | -1/+1 |
* | Copy and build daemon.c in whatever directories need it, instead of building it | Ken Raeburn | 2003-08-30 | 1 | -0/+6 |
* | Require only autoconf 2.52. Try --include argument to autoconf and autoheader, | Ken Raeburn | 2003-04-25 | 1 | -1/+2 |
* | * post.in (.dtmp): Use -DDEPEND to allow source files to exclude | Tom Yu | 2003-02-12 | 1 | -1/+1 |
* | Fix depend rules to keep state about whether verification of various | Tom Yu | 2002-12-12 | 1 | -18/+84 |
* | * post.in: depfix2.sed -> .depfix2.sed to avoid a little clutter | Tom Yu | 2002-12-09 | 1 | -6/+6 |
* | * post.in (clean-unix): Clean depfix2.sed as well | Tom Yu | 2002-11-27 | 1 | -1/+1 |
* | Invoke autoconf/autoreconf with the option --localdir or --include depending | Ezra Peisach | 2002-11-14 | 1 | -1/+1 |
* | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 1 | -1/+1 |
* | Makefile.in, configure.in, aclocal.m4: Use AC_CONFIG_FILES instead of | Ezra Peisach | 2002-09-24 | 1 | -1/+1 |
* | Put back in the V5_OUTPUT_MAKEFILE. Revert the config.status invocation | Ezra Peisach | 2002-09-19 | 1 | -1/+1 |
* | Use AC_CONFIG_FILES for each Makefile generated instead of passing | Ezra Peisach | 2002-09-19 | 1 | -1/+1 |
* | * post.in ($(srcdir)/$(thisconfigdir)/configure): Delete autom4te.cache direc... | Ken Raeburn | 2002-09-19 | 1 | -0/+2 |
* | Work out pathname for gcc fixincludes headers via "-print-libgcc-file-name" and | Ken Raeburn | 2002-09-14 | 1 | -2/+9 |
* | Don't do 'make depend' if we're not using the in-tree versions of et,ss,db | Ken Raeburn | 2002-09-13 | 1 | -2/+19 |
* | Move all depfix2.sed generation into depgen.sed, so ".." in $(srcdir) and | Ken Raeburn | 2002-09-11 | 1 | -8/+1 |
* | * lib.in ($(SUBDIROBJLISTS) and .SH/.PF variants): Depend on recursion. Use | Ken Raeburn | 2002-08-15 | 1 | -3/+7 |
* | * post.in (clean-unix): Delete .d and .depend files along with $(OBJS) in one | Ken Raeburn | 2002-06-15 | 1 | -2/+1 |
* | * post.in (clean-unix): Delete .d files | Ken Raeburn | 2002-06-15 | 1 | -1/+1 |
* | * move-if-changed: New script. | Ken Raeburn | 2002-03-26 | 1 | -2/+1 |
* | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -1/+5 |
* | * post.in: Minor tidying. Make the target of the mondo recursion | Tom Yu | 2001-10-12 | 1 | -1/+4 |
* | * post.in (depfix2.sed): collapse multiple slashes; more relative pathname pr... | Ken Raeburn | 2001-09-06 | 1 | -1/+3 |
* | * post.in (depfix2.sed): New target, generates a sed script that'll do a better | Ken Raeburn | 2001-09-06 | 1 | -15/+14 |
* | * post.in: Run compiler and sed in separate rules. Make "depend" a recursive | Ken Raeburn | 2001-09-01 | 1 | -17/+27 |
* | fix ordering in last change | Ken Raeburn | 2001-09-01 | 1 | -1/+1 |
* | * post.in (.depend): Refuse to do anything if srcdir is ".". Find a shortcut | Ken Raeburn | 2001-09-01 | 1 | -5/+17 |
* | * post.in (all-recurse clean-recurse distclean-recurse | Ezra Peisach | 2001-08-07 | 1 | -1/+1 |
* | *post.in (Makefile): When running autoconf, use AUTOCONFFLAGS | Ezra Peisach | 2000-10-27 | 1 | -2/+1 |
* | * post.in: Test for existing Makefile in directory before | Tom Yu | 2000-08-29 | 1 | -1/+1 |
* | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -1/+1 |
* | rhapsody and 'make -k' fixes from 1.1 branch | Ken Raeburn | 1999-09-01 | 1 | -3/+5 |
* | post.in (Makefile): Don't try to run autoconf with $(SHELL), since | Theodore Tso | 1999-04-10 | 1 | -1/+1 |
* | Checked in wrong version of post.in previously. Make sure we check | Theodore Tso | 1998-12-01 | 1 | -1/+1 |
* | If $(MY_SUBDIRS) is non-NULL use it instead of $(SUBDIRS) to control | Theodore Tso | 1998-11-13 | 1 | -1/+6 |
* | pre.in: Define AUTOCONF and CONFIG_RELTOPDIR from the autoconf | Theodore Tso | 1998-03-02 | 1 | -3/+2 |
* | * pre.in: Add recursion hooks for distclean | Tom Yu | 1997-02-27 | 1 | -3/+10 |
* | * post.in: Fix recursion rules to deal with Ultrix sh lossage | Tom Yu | 1997-02-11 | 1 | -0/+1 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 1 | -11/+11 |
* | * pre.in: Substitute for *_RECURSE variables | Tom Yu | 1996-10-22 | 1 | -8/+5 |
* | * post.in,pre.in: break some things out from aclocal.m4 and put | Tom Yu | 1996-06-14 | 1 | -0/+33 |
* | Added scripts to rename DOS 8.3 names to their proper longer names | Keith Vetter | 1995-04-27 | 1 | -0/+1 |