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
11 # 64-bit libraries on bi-arch platforms go in /lib64 instead of /lib.
12 # Allow earlier configure scripts to handle libc_cv_slibdir,
13 # libc_cv_rtlddir, libdir, and libc_cv_localedir.
14 test -n "$libc_cv_slibdir" || \
16 sparc/sparc64 | x86_64* | powerpc/powerpc64 | s390/s390-64)
17 libc_cv_slibdir=/lib64
23 if test "$libdir" = '${exec_prefix}/lib'; then
24 libdir='${exec_prefix}/lib64';
25 # Locale data can be shared between 32bit and 64bit libraries
26 libc_cv_localedir='${exec_prefix}/lib/locale'
33 # Allow the user to override the path with --sysconfdir.
34 if test "$sysconfdir" = '${prefix}/etc'; then
35 libc_cv_sysconfdir=/etc
37 libc_cv_sysconfdir=$sysconfdir
39 # Allow the user to override the path with --localstatedir.
40 if test "$localstatedir" = '${prefix}/var'; then
41 libc_cv_localstatedir=/var
43 libc_cv_localstatedir=$localstatedir
45 libc_cv_rootsbindir=/sbin