Age | Commit message (Collapse) | Author |
|
* configure.in: Unconditionally use the provided `install-sh'. Make
use of its `-C' option.
* configure: Regenerate.
|
|
* config.make.in (gnu89-inline-CFLAGS): New variable.
* Makeconf (CFLAGS): Evaluate that one instead of hard-coding.
Suggested by Olaf Buddenhagen,
<http://lists.gnu.org/archive/html/bug-hurd/2007-11/msg00006.html>
* configure.in (libc_cv_gnu89_inline): Fill depending on a compile-time
test, as per glibc HEAD, 2007-11-07.
|
|
* configure.in: Error out if MiG couldn't be found.
* configure: Regenerated.
|
|
Update for Autoconf 2.54.
* configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
(AC_PREREQ): Require Autoconf 2.54.
(AC_INIT): Update to no arguments syntax. Call AC_CONFIG_SRCDIR.
(AC_OUTPUT): Update to no arguments syntax. Call AC_CONFIG_FILES.
(AC_CHECK_TOOL, hurd_PROG_CC): Replace with ...
(AC_PROG_CC): ... this.
* aclocal.m4: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
(hurd_PROG_CC, hurd_PROG_CC_WORKS): Removed.
|
|
* configure.in: Check for uselocale function.
|
|
* aclocal.m4 (hurd_LIB_NCURSESW): New test, modified from GNU
inetutils 1.4.0.
* configure.in: Use hurd_LIB_NCURSESW.
* config.make.in (LIBNCURSESW): New variable, substituted by
configure.
(NCURSESW_INCLUDE): Likewise.
* Makefile (lib-subdirs): Add libcons.
(prog-subdirs): Add console.
console/
2002-08-22 Marcus Brinkmann <marcus@gnu.org>
* console.h: Move file to ../hurd/.
* Makefile (LCLHDRS): Remove console.h.
* display.c: Include <hurd/console.h> instead "console.h".
* console.c: Likewise.
hurd/
2002-08-22 Marcus Brinkmann <marcus@gnu.org>
* console.h: Move here from ../console/.
* Makefile (INSTHDRS): Add console.h.
utils/
2002-08-22 Marcus Brinkmann <marcus@gnu.org>
* Makefile: Include `../config.make' early on to get LIBNCURSESW
variable from configure before including Makeconf.
(targets) [LIBNCURSES]: Add console-ncurses.
(SRCS) [LIBNCURSES]: Add console-ncurses.c.
(HURDLIBS) [LIBNCURSES]: Add cons.
(console-ncurses): New target.
(console-ncurses-CPPFLAGS): New variable.
(console-ncurses-LDLIBS): Likewise.
|
|
* configure.in (asm_syntax): Add patterns for all the flavors we have
pfinet/linux-src/include/asm-* directories for: arm, m68k, mips,
sparc, sparc64.
|
|
* configure.in: Match $host_cpu of powerpc*, not just powerpc.
Match $host_cpu of alpha* to set asm_syntax=alpha.
|
|
* configure.in: Remove the checks for libparted.
Instead, check just for a static -lstore_part library and do
that only if no --enable-boot-store-types option was given.
* configure.in (boot_store_types): Add remap to the default list.
|
|
* configure.in (--enable-boot-store-types): Grok this arg.
* config.make.in (boot-store-types): New variable, set by it.
* Makeconf [$(dir) != libstore]
($(boot-store-types:%=../libstore/libstore_%.a)): Make these targets
depend on ../libstore/libstore.so.
|
|
* aclocal.m4 (hurd_MIG_RETCODE): New macro.
* configure.in: Broken out of here, now use that.
|
|
* configure.in: If mig supports `retcode', define HAVE_MIG_RETCODE.
|
|
* configure.in: Make that "-DRETCODE=".
|
|
* configure.in: Fix last change to use IsNotLong instead of NoLong.
|
|
* configure.in: Check mig for `retcode' keyword support.
If not there, add -DRetCode=NoLong.
|
|
* configure.in (asm_syntax): Grok "powerpc" value for $host_cpu.
Default asm_syntax to $host_cpu if not a known type.
Complain about unsupported CPU iff libthreads/$asm_syntax/cthreads.h
is missing; make that complaint a warning rather than fatal error.
|
|
* configure.in: If parted/parted.h is found, define
HAVE_PARTED_PARTED_H explicitely.
|
|
* configure.in: Add a check for Parted's libraries.
(PARTED_LIBS): New variable, substitute it.
|
|
|
|
found libio.
|
|
* configure.in (VERSIONING): New check for ld --version-script.
* config.make.in (VERSIONING): New variable, set by configure.
|
|
* configure.in (enable_static_progs): Move sed translation of commas
to spaces out of case stmt, so it applies to default too.
|
|
* 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.
|
|
* configure.in: Add AC_PROG_AWK.
* config.make.in (AWK): New variable, substituted by configure.
|
|
* 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.
|
|
* 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.
|
|
* 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=./.'.
|
|
* 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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Barf if not GCC.
|
|
|
|
|