Feature #248 ยป 0034-Update-lib-prefix.m4-to-serial-22.patch
| m4/lib-prefix.m4 | ||
|---|---|---|
| # lib-prefix.m4 serial 21 | ||
| # lib-prefix.m4 serial 22 | ||
| dnl Copyright (C) 2001-2005, 2008-2024 Free Software Foundation, Inc. | ||
| dnl This file is free software; the Free Software Foundation | ||
| dnl gives unlimited permission to copy and/or distribute it, | ||
| ... | ... | |
|            esac | ||
|          fi | ||
|          ;; | ||
|        netbsd*) | ||
|          dnl On NetBSD/sparc64, there is a 'sparc' subdirectory that contains | ||
|          dnl 32-bit libraries. | ||
|          if test $HOST_CPU_C_ABI_32BIT != no; then | ||
|            case "$host_cpu" in | ||
|              sparc*) acl_libdirstem2=lib/sparc ;; | ||
|            esac | ||
|          fi | ||
|          ;; | ||
|        *) | ||
|          dnl If $CC generates code for a 32-bit ABI, the libraries are | ||
|          dnl surely under $prefix/lib or $prefix/lib32, not $prefix/lib64. | ||