Update.
[glibc.git] / config.make.in
blobfe4455b6c1c9e9579d22f2df474a4b0560be3fe5
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 version = @VERSION@
6 release = @RELEASE@
8 # Installation prefixes.
9 install_root =
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 datadir = @datadir@
13 libdir = @libdir@
14 slibdir = @libc_cv_slibdir@
15 localedir = @libc_cv_localedir@
16 sysconfdir = @libc_cv_sysconfdir@
17 libexecdir = @libexecdir@
18 rootsbindir = @libc_cv_rootsbindir@
19 infodir = @infodir@
21 # Should we use and build ldconfig?
22 use-ldconfig = @use_ldconfig@
24 # Maybe the `ldd' script must be rewritten.
25 ldd-rewrite-script = @ldd_rewrite_script@
27 # System configuration.
28 config-machine = @host_cpu@
29 base-machine = @base_machine@
30 config-vendor = @host_vendor@
31 config-os = @host_os@
32 config-sysdirs = @sysnames@
34 defines = @DEFINES@
35 sysincludes = @SYSINCLUDES@
37 elf = @elf@
38 have-protected = @libc_cv_asm_protected_directive@
39 have-initfini = @libc_cv_have_initfini@
40 need-nopic-initfini = @nopic_initfini@
41 with-cvs = @with_cvs@
42 old-glibc-headers = @old_glibc_headers@
44 versioning = @VERSIONING@
45 no-whole-archive = @no_whole_archive@
46 exceptions = @exceptions@
47 have_doors = @linux_doors@
49 have-bash2 = @libc_cv_have_bash2@
50 have-ksh = @libc_cv_have_ksh@
52 sizeof-long-double = @sizeof_long_double@
54 # Configuration options.
55 gnu-as = @gnu_as@
56 gnu-ld = @gnu_ld@
57 build-static = @static@
58 build-shared = @shared@
59 build-pic-default= @pic_default@
60 build-profile = @profile@
61 build-omitfp = @omitfp@
62 build-bounded = @bounded@
63 build-static-nss = @static_nss@
64 stdio = @stdio@
65 add-ons = @subdirs@
66 cross-compiling = @cross_compiling@
67 force-install = @force_install@
69 # Build tools.
70 CC = @CC@
71 BUILD_CC = @BUILD_CC@
72 CFLAGS = @CFLAGS@
73 AR = @AR@
74 RANLIB = @RANLIB@
75 MAKEINFO = @MAKEINFO@
76 AS = $(CC) -c
77 MIG = @MIG@
79 # Installation tools.
80 INSTALL = @INSTALL@
81 INSTALL_PROGRAM = @INSTALL_PROGRAM@
82 INSTALL_DATA = @INSTALL_DATA@
83 INSTALL_INFO = @INSTALL_INFO@
84 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
85 LN_S = @LN_S@
86 MSGFMT = @MSGFMT@
88 # Script execution tools.
89 BASH = @BASH@
90 KSH = @KSH@
91 AWK = @AWK@
92 PERL = @PERL@
94 # Additional libraries.
95 LIBGD = @LIBGD@
97 # More variables may be inserted below by configure.