diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.make.in b/config.make.in index d457b802f9..f4c70caead 100644 --- a/config.make.in +++ b/config.make.in @@ -3,9 +3,10 @@ # Don't edit this file. Put configuration parameters in configparms instead. # Installation prefixes. -top_absdir = @top_absdir@ prefix = @prefix@ exec_prefix = @exec_prefix@ +slibdir = @libc_cv_slibdir@ +sysconfdir = @libc_cv_sysconfdir@ # System configuration. config-machine = @host_cpu@ @@ -21,6 +22,7 @@ have-initfini = @libc_cv_have_initfini@ have-no-whole-archive = @libc_cv_ld_no_whole_archive@ have-no-exceptions = @libc_cv_gcc_no_exceptions@ +have-bash2 = @libc_cv_have_bash2@ # Configuration options. gnu-as = @gnu_as@ @@ -45,5 +47,6 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ LN_S = @LN_S@ MSGFMT = @MSGFMT@ +BASH = @BASH@ # More variables may be inserted below by configure. |