* sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
[glibc.git] / config.make.in
blob4c989c83358531d7852bb12c178507cb844252f4
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 # Installation prefixes.
6 install_root =
7 prefix = @prefix@
8 exec_prefix = @exec_prefix@
9 slibdir = @libc_cv_slibdir@
10 sysconfdir = @libc_cv_sysconfdir@
11 libexecdir = @libexecdir@
12 rootsbindir = @libc_cv_rootsbindir@
14 # If ldconfig exists. This will go away as soon as `ldconfig' is available
15 # in GNU libc.
16 has-ldconfig = @has_ldconfig@
18 # Maybe the `ldd' script must be rewritten.
19 ldd-rewrite-script = @ldd_rewrite_script@
21 # System configuration.
22 config-machine = @host_cpu@
23 base-machine = @base_machine@
24 config-vendor = @host_vendor@
25 config-os = @host_os@
26 config-sysdirs = @sysnames@
28 defines = @DEFINES@
30 elf = @elf@
31 have-initfini = @libc_cv_have_initfini@
32 need-nopic-initfini = @nopic_initfini@
33 with-cvs = @with_cvs@
35 versioning = @VERSIONING@
37 have-ar-S=@libc_cv_ar_S@
38 have-no-whole-archive = @libc_cv_ld_no_whole_archive@
39 have-no-exceptions = @libc_cv_gcc_no_exceptions@
40 have-bash2 = @libc_cv_have_bash2@
41 have-ksh = @libc_cv_have_ksh@
43 # Configuration options.
44 gnu-as = @gnu_as@
45 gnu-ld = @gnu_ld@
46 build-static = @static@
47 build-shared = @shared@
48 build-pic-default= @pic_default@
49 build-profile = @profile@
50 build-omitfp = @omitfp@
51 build-bounded = @bounded@
52 build-static-nss = @static_nss@
53 stdio = @stdio@
54 add-ons = @subdirs@
55 cross-compiling = @cross_compiling@
57 LDAP = @LDAP@
59 # Build tools.
60 CC = @CC@
61 BUILD_CC = @BUILD_CC@
62 CFLAGS = @CFLAGS@
63 AR = @AR@
64 RANLIB = @RANLIB@
65 MAKEINFO = @MAKEINFO@
66 AS = $(CC) -c
68 # Installation tools.
69 INSTALL = @INSTALL@
70 INSTALL_PROGRAM = @INSTALL_PROGRAM@
71 INSTALL_DATA = @INSTALL_DATA@
72 LN_S = @LN_S@
73 MSGFMT = @MSGFMT@
75 # Script execution tools.
76 BASH = @BASH@
77 KSH = @KSH@
78 PERL = @PERL@
80 # More variables may be inserted below by configure.