]> git.ipfire.org Git - thirdparty/glibc.git/blob - config.make.in
Update.
[thirdparty/glibc.git] / config.make.in
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
4
5 version = @VERSION@
6 release = @RELEASE@
7
8 # Installation prefixes.
9 install_root =
10 prefix = @prefix@
11 exec_prefix = @exec_prefix@
12 libdir = @libdir@
13 slibdir = @libc_cv_slibdir@
14 sysconfdir = @libc_cv_sysconfdir@
15 libexecdir = @libexecdir@
16 rootsbindir = @libc_cv_rootsbindir@
17
18 # If ldconfig exists. This will go away as soon as `ldconfig' is available
19 # in GNU libc.
20 has-ldconfig = @has_ldconfig@
21
22 # Maybe the `ldd' script must be rewritten.
23 ldd-rewrite-script = @ldd_rewrite_script@
24
25 # System configuration.
26 config-machine = @host_cpu@
27 base-machine = @base_machine@
28 config-vendor = @host_vendor@
29 config-os = @host_os@
30 config-sysdirs = @sysnames@
31
32 defines = @DEFINES@
33 sysincludes = @SYSINCLUDES@
34
35 elf = @elf@
36 have-initfini = @libc_cv_have_initfini@
37 need-nopic-initfini = @nopic_initfini@
38 with-cvs = @with_cvs@
39 old-glibc-headers = @old_glibc_headers@
40
41 versioning = @VERSIONING@
42 no-whole-archive = @no_whole_archive@
43 exceptions = @exceptions@
44 have_doors = @linux_doors@
45
46 have-bash2 = @libc_cv_have_bash2@
47 have-ksh = @libc_cv_have_ksh@
48
49 # Configuration options.
50 gnu-as = @gnu_as@
51 gnu-ld = @gnu_ld@
52 build-static = @static@
53 build-shared = @shared@
54 build-pic-default= @pic_default@
55 build-profile = @profile@
56 build-omitfp = @omitfp@
57 build-bounded = @bounded@
58 build-static-nss = @static_nss@
59 stdio = @stdio@
60 add-ons = @subdirs@
61 cross-compiling = @cross_compiling@
62 force-install = @force_install@
63
64 # Build tools.
65 CC = @CC@
66 BUILD_CC = @BUILD_CC@
67 CFLAGS = @CFLAGS@
68 AR = @AR@
69 RANLIB = @RANLIB@
70 MAKEINFO = @MAKEINFO@
71 AS = $(CC) -c
72 MIG = @MIG@
73
74 # Installation tools.
75 INSTALL = @INSTALL@
76 INSTALL_PROGRAM = @INSTALL_PROGRAM@
77 INSTALL_DATA = @INSTALL_DATA@
78 INSTALL_INFO = @INSTALL_INFO@
79 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
80 LN_S = @LN_S@
81 MSGFMT = @MSGFMT@
82
83 # Script execution tools.
84 BASH = @BASH@
85 KSH = @KSH@
86 AWK = @AWK@
87 PERL = @PERL@
88
89 # More variables may be inserted below by configure.