aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 1999-09-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-191-3/+3
| | | | | * configure.in (enable_static_progs): Move sed translation of commas to spaces out of case stmt, so it applies to default too.
* 1999-09-09 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-09-131-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | * Makeconf (link-executable): New variable, partial linking commands for executables. ($(target)): Use it. Move .o's before -Wl,-(, just cause. ($(addsuffix .static,$(target))): New static pattern rule, use `$(link-executable) -static' and static hurd libs. [$(doinst) = one]: Give deps to $(target).static too. {"Decode makemode" page}: Set linktarg instead of cleantarg for each makemode that sets only one. [$(makemode) != library]: Append $(linktarg:=.static) to linktarg. [$(cleantarg) empty]: Set cleantarg to $(linktarg). [Installation section] (targets): Set to $(target) if empty. (installable): New variable, union of $(linktarg) and $(targets). Remove conditionals on $(doinst), leaving only multi-target version. Use $(installable) rather than $(targets) to compute list of targets for static pattern rule that does the install. (install-targets): New variable, $(targets) plus subset of $(linktarg) matching $(build-static:=.static). (all): Depend on $(install-targets) rather than $(targets). (install): Likewise for computed list of targets in $(installationdir). * config.make.in (build-static): New variable. * configure.in: Support --enable-static-progs=LIST.
* 1999-01-24 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-01-271-1/+2
| | | | | * configure.in: Add AC_PROG_AWK. * config.make.in (AWK): New variable, substituted by configure.
* 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-08-121-14/+15
| | | | | | | | | | | * 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-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-1/+6
| | | | | | * 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-02 Gordon Matzigkeit <gord@profitpress.com>Thomas Bushnell1998-04-231-2/+2
| | | | | | | | | | * 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=./.'.
* Fri May 23 10:06:34 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>Thomas Bushnell1997-05-231-2/+2
| | | | | | | * 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).
* Add check for crypt function.Miles Bader1996-09-251-1/+6
|
* Check for libcrypt.Miles Bader1996-09-231-1/+5
|
* *** empty log message ***Thomas Bushnell1996-09-051-1/+9
|
* *** empty log message ***Thomas Bushnell1996-08-131-4/+1
|
* *** empty log message ***Thomas Bushnell1996-08-081-1/+4
|
* (makefiles): Add Makeconf:build.mkcf.in.Roland McGrath1996-05-011-7/+4
|
* (AC_OUTPUT): If not in $srcdir, create Makeconf does includes real one.Roland McGrath1996-05-011-2/+6
|
* After CC tool check, invoke AC_PROG_CC to set default CFLAGS and test for GCC.Roland McGrath1996-03-251-1/+10
| | | | Barf if not GCC.
* If not in $srcdir, produce */Makefile from build.mk.in.Roland McGrath1995-09-211-2/+13
|
* Initial revisionRoland McGrath1995-09-161-0/+32