Update.
[glibc.git] / config.make.in
blob9f8ea0a9094071266c381ed3e8a5429e18caac85
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 slibdir = @libc_cv_slibdir@
13 sysconfdir = @libc_cv_sysconfdir@
14 libexecdir = @libexecdir@
15 rootsbindir = @libc_cv_rootsbindir@
17 # If ldconfig exists. This will go away as soon as `ldconfig' is available
18 # in GNU libc.
19 has-ldconfig = @has_ldconfig@
21 # Maybe the `ldd' script must be rewritten.
22 ldd-rewrite-script = @ldd_rewrite_script@
24 # System configuration.
25 config-machine = @host_cpu@
26 base-machine = @base_machine@
27 config-vendor = @host_vendor@
28 config-os = @host_os@
29 config-sysdirs = @sysnames@
31 defines = @DEFINES@
32 sysincludes = @SYSINCLUDES@
34 elf = @elf@
35 have-initfini = @libc_cv_have_initfini@
36 need-nopic-initfini = @nopic_initfini@
37 with-cvs = @with_cvs@
38 old-glibc-headers = @old_glibc_headers@
40 versioning = @VERSIONING@
41 no-whole-archive = @no_whole_archive@
42 exceptions = @exceptions@
44 have-bash2 = @libc_cv_have_bash2@
45 have-ksh = @libc_cv_have_ksh@
47 # Configuration options.
48 gnu-as = @gnu_as@
49 gnu-ld = @gnu_ld@
50 build-static = @static@
51 build-shared = @shared@
52 build-pic-default= @pic_default@
53 build-profile = @profile@
54 build-omitfp = @omitfp@
55 build-bounded = @bounded@
56 build-static-nss = @static_nss@
57 stdio = @stdio@
58 add-ons = @subdirs@
59 cross-compiling = @cross_compiling@
60 force-install = @force_install@
62 # Build tools.
63 CC = @CC@
64 BUILD_CC = @BUILD_CC@
65 CFLAGS = @CFLAGS@
66 AR = @AR@
67 RANLIB = @RANLIB@
68 MAKEINFO = @MAKEINFO@
69 AS = $(CC) -c
70 MIG = @MIG@
72 # Installation tools.
73 INSTALL = @INSTALL@
74 INSTALL_PROGRAM = @INSTALL_PROGRAM@
75 INSTALL_DATA = @INSTALL_DATA@
76 LN_S = @LN_S@
77 MSGFMT = @MSGFMT@
79 # Script execution tools.
80 BASH = @BASH@
81 KSH = @KSH@
82 AWK = @AWK@
83 PERL = @PERL@
85 # More variables may be inserted below by configure.