configure 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. # This file is generated from configure.ac by Autoconf. DO NOT EDIT!
  2. # Local configure fragment for sysdeps/gnu.
  3. # The Filesystem Hierarchy Standard prescribes where to place "essential"
  4. # files. I.e., when the installation prefix is "/usr" we have to place
  5. # shared library objects and the configuration files on the root partition
  6. # in /lib and /etc.
  7. test -n "$libc_cv_slibdir" ||
  8. case "$prefix" in
  9. /usr | /usr/)
  10. libc_cv_slibdir='/lib'
  11. libc_cv_rtlddir='/lib'
  12. if test "$libdir" = '${exec_prefix}/lib'; then
  13. libdir='${exec_prefix}/lib';
  14. # Locale data can be shared between 32-bit and 64-bit libraries.
  15. libc_cv_complocaledir='${exec_prefix}/lib/locale'
  16. fi
  17. ;;
  18. esac
  19. case "$prefix" in
  20. /usr | /usr/)
  21. # Allow the user to override the path with --sysconfdir.
  22. if test "$sysconfdir" = '${prefix}/etc'; then
  23. libc_cv_sysconfdir=/etc
  24. else
  25. libc_cv_sysconfdir=$sysconfdir
  26. fi
  27. # Allow the user to override the path with --localstatedir.
  28. if test "$localstatedir" = '${prefix}/var'; then
  29. libc_cv_localstatedir=/var
  30. else
  31. libc_cv_localstatedir=$localstatedir
  32. fi
  33. libc_cv_rootsbindir=/sbin
  34. ;;
  35. esac