1 # This file is generated from configure.ac by Autoconf. DO NOT EDIT!
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 test -n "$libc_cv_slibdir" ||
14 if test "$libdir" = '${exec_prefix}/lib'; then
15 libdir='${exec_prefix}/lib';
16 # Locale data can be shared between 32-bit and 64-bit libraries.
17 libc_cv_complocaledir='${exec_prefix}/lib/locale'
23 # Allow the user to override the path with --sysconfdir.
24 if test "$sysconfdir" = '${prefix}/etc'; then
25 libc_cv_sysconfdir=/etc
27 libc_cv_sysconfdir=$sysconfdir
29 # Allow the user to override the path with --localstatedir.
30 if test "$localstatedir" = '${prefix}/var'; then
31 libc_cv_localstatedir=/var
33 libc_cv_localstatedir=$localstatedir
35 libc_cv_rootsbindir=/sbin