update from main archive 961119
[glibc.git] / config.make.in
blobf4c70caeadcc8c05c4fc9f322497f36ff7133f4f
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 # Installation prefixes.
6 prefix = @prefix@
7 exec_prefix = @exec_prefix@
8 slibdir = @libc_cv_slibdir@
9 sysconfdir = @libc_cv_sysconfdir@
11 # System configuration.
12 config-machine = @host_cpu@
13 base-machine = @base_machine@
14 config-vendor = @host_vendor@
15 config-os = @host_os@
16 config-sysdirs = @sysnames@
18 defines = @DEFINES@
20 elf = @elf@
21 have-initfini = @libc_cv_have_initfini@
23 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
24 have-no-exceptions = @libc_cv_gcc_no_exceptions@
25 have-bash2 = @libc_cv_have_bash2@
27 # Configuration options.
28 gnu-as = @gnu_as@
29 gnu-ld = @gnu_ld@
30 build-shared = @shared@
31 build-profile = @profile@
32 build-omitfp = @omitfp@
33 stdio = @stdio@
34 add-ons = @subdirs@
36 # Build tools.
37 CC = @CC@
38 BUILD_CC = @BUILD_CC@
39 CFLAGS = @CFLAGS@
40 AR = @AR@
41 RANLIB = @RANLIB@
42 AS = $(CC) -c
44 # Installation tools.
45 INSTALL = @INSTALL@
46 INSTALL_PROGRAM = @INSTALL_PROGRAM@
47 INSTALL_DATA = @INSTALL_DATA@
48 LN_S = @LN_S@
49 MSGFMT = @MSGFMT@
50 BASH = @BASH@
52 # More variables may be inserted below by configure.