(glob): Comment fix.
[glibc.git] / config.make.in
blob652f10ec13c49ab628da3a11bc09f62fc4fdc6b7
1 # @configure_input@
2 # From $Id$.
3 # Don't edit this file. Put configuration parameters in configparms instead.
5 # Installation prefixes.
6 prefix = @prefix@
7 exec_prefix = @exec_prefix@
9 # System configuration.
10 config-machine = @host_cpu@
11 config-vendor = @host_vendor@
12 config-os = @host_os@
13 config-sysdirs = @sysnames@
15 config-defines = @DEFS@
17 elf = @elf@
18 weak-symbols = @weak@
19 have-initfini = @libc_cv_have_initfini@
21 # Configuration options.
22 gnu-as = @gnu_as@
23 gnu-ld = @gnu_ld@
24 build-shared = @shared@
25 build-profile = @profile@
26 build-omitfp = @omitfp@
28 # Build tools.
29 CC = @CC@
30 AR = @AR@
31 RANLIB = @RANLIB@
33 # Installation tools.
34 INSTALL = @INSTALL@
35 INSTALL_PROGRAM = @INSTALL_PROGRAM@
36 INSTALL_DATA = @INSTALL_DATA@
38 # More variables may be inserted below by configure.