diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index a4a667625e..0e61a145f1 100644 --- a/config.make.in +++ b/config.make.in @@ -7,6 +7,11 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ slibdir = @libc_cv_slibdir@ sysconfdir = @libc_cv_sysconfdir@ +rootsbindir = $(install_root)@libc_cv_rootsbindir@ + +# If ldconfig exists. This will go away as soon as `ldconfig' is available +# in GNU libc. +has-ldconfig = @has_ldconfig@ # System configuration. config-machine = @host_cpu@ |