summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
1998-08-121998-08-12 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* aclocal.m4 (AC_PROG_CC_LOCAL): Renamed to hurd_PROG_CC. (AC_PROG_CC_WORKS_LOCAL): Renamed to hurd_PROG_CC_WORKS. * configure.in: Use hurd_PROG_CC instead of AC_PROG_CC_LOCAL. (AC_PREREQ): Require 2.12. (AC_CANONICAL_HOST): Give helpful error messages for likely cases of bogus host specs. (crypt check): Don't do AC_CHECK_FUNCS to get HAVE_CRYPT, just check for -lcrypt to set $LIBCRYPT.
1998-07-201998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* configure.in: Grok --{en,dis}able-profile, default enable. * config.make.in (build-profiled): New variable, from @enable_profile@. * Makeconf (no_prof): Set to t if $(build-profiled) is not no.
1998-04-231998-04-02 Gordon Matzigkeit <gord@profitpress.com>Thomas Bushnell
* Makefile (srcdir): Don't set srcdir, since this is either done in the generated Makefile or in Makeconf. Just include ./Makeconf directly. * configure.in (makefiles): Check for $ac_unique_file, rather than doing string comparisons to determine if we are configured in the source directory. This works for silly things like `srcdir=./.'.
1997-05-23Fri May 23 10:06:34 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell
* configure.in: Use AC_PROG_CC_LOCAL instead of AC_PROG_CC. * aclocal.m4: New file. * Makefile (DIST_FILES): Add aclocal.m4. (Patch from Marcus G. Daniels, marcus@cathcart.sysc.pdx.edu).
1996-09-25Add check for crypt function.Miles Bader
1996-09-23Check for libcrypt.Miles Bader
1996-09-05*** empty log message ***Thomas Bushnell
1996-08-13*** empty log message ***Thomas Bushnell
1996-08-08*** empty log message ***Thomas Bushnell
1996-05-01(makefiles): Add Makeconf:build.mkcf.in.Roland McGrath
1996-05-01(AC_OUTPUT): If not in $srcdir, create Makeconf does includes real one.Roland McGrath
1996-03-25After CC tool check, invoke AC_PROG_CC to set default CFLAGS and test for GCC.Roland McGrath
Barf if not GCC.
1995-09-21If not in $srcdir, produce */Makefile from build.mk.in.Roland McGrath
1995-09-16Initial revisionRoland McGrath