From 4c04d9f81ebbca644baf4ba88de3698fe30bd854 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 20 Jul 1998 04:55:13 +0000 Subject: 1998-07-20 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. --- configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index ff28fde5..1dad5b58 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_REVISION([$Id: configure.in,v 1.12 1998/04/23 00:52:19 tb Exp $]) +AC_REVISION([$Id: configure.in,v 1.13 1998/07/20 04:55:13 roland Exp $]) AC_PREREQ(2.4) dnl Minimum Autoconf version required. AC_INIT(hurd/hurd_types.h) dnl A distinctive file to look for in srcdir. @@ -19,6 +19,11 @@ i[[3456]]86) esac AC_SUBST(asm_syntax) +AC_ARG_ENABLE(profile, +[ --disable-profile do not build profiled libraries and programs],, + enable_profile=yes) +AC_SUBST(enable_profile) + AC_PROG_INSTALL AC_CHECK_TOOL(CC, gcc) -- cgit v1.2.3