Update.
[glibc.git] / config.make.in
bloba64223372874e067bb9ccb11b720db01e22c7cf7
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@
43 have_doors = @linux_doors@
45 have-bash2 = @libc_cv_have_bash2@
46 have-ksh = @libc_cv_have_ksh@
48 # Configuration options.
49 gnu-as = @gnu_as@
50 gnu-ld = @gnu_ld@
51 build-static = @static@
52 build-shared = @shared@
53 build-pic-default= @pic_default@
54 build-profile = @profile@
55 build-omitfp = @omitfp@
56 build-bounded = @bounded@
57 build-static-nss = @static_nss@
58 stdio = @stdio@
59 add-ons = @subdirs@
60 cross-compiling = @cross_compiling@
61 force-install = @force_install@
63 # Build tools.
64 CC = @CC@
65 BUILD_CC = @BUILD_CC@
66 CFLAGS = @CFLAGS@
67 AR = @AR@
68 RANLIB = @RANLIB@
69 MAKEINFO = @MAKEINFO@
70 AS = $(CC) -c
71 MIG = @MIG@
73 # Installation tools.
74 INSTALL = @INSTALL@
75 INSTALL_PROGRAM = @INSTALL_PROGRAM@
76 INSTALL_DATA = @INSTALL_DATA@
77 INSTALL_INFO = @INSTALL_INFO@
78 OLD_DEBIAN_INSTALL_INFO = @OLD_DEBIAN_INSTALL_INFO@
79 LN_S = @LN_S@
80 MSGFMT = @MSGFMT@
82 # Script execution tools.
83 BASH = @BASH@
84 KSH = @KSH@
85 AWK = @AWK@
86 PERL = @PERL@
88 # More variables may be inserted below by configure.