1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
3 # Local configure fragment for sysdeps/gnu.
5 # The Filesystem Hierarchy Standard prescribes where to place "essential"
6 # files. I.e., when the installation prefix is "/usr" we have to place
7 # shared library objects and the configuration files on the root partition
9 LIBC_SLIBDIR_RTLDDIR([lib], [lib])
12 # Allow the user to override the path with --sysconfdir.
13 if test "$sysconfdir" = '${prefix}/etc'; then
14 libc_cv_sysconfdir=/etc
16 libc_cv_sysconfdir=$sysconfdir
18 # Allow the user to override the path with --localstatedir.
19 if test "$localstatedir" = '${prefix}/var'; then
20 libc_cv_localstatedir=/var
22 libc_cv_localstatedir=$localstatedir
24 libc_cv_rootsbindir=/sbin