Revert "configure: default to --prefix=/usr on GNU/Linux"

This reverts commit 81439a116c.
This commit is contained in:
DJ Delorie 2025-01-08 16:55:05 -05:00
parent 274f73978c
commit 0bba6c29a1
2 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,3 @@
ac_default_prefix=/usr
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
# Local configure fragment for sysdeps/unix/sysv/linux.
@ -117,9 +116,7 @@ if test -n "$sysheaders"; then
CPPFLAGS=$OLD_CPPFLAGS
fi
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/"; then
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then
if test $enable_sanity = yes; then
echo "\
*** On GNU/Linux systems the GNU C Library should not be installed into

View File

@ -71,9 +71,7 @@ if test -n "$sysheaders"; then
CPPFLAGS=$OLD_CPPFLAGS
fi
AC_PREFIX_DEFAULT([/usr])
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/"; then
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then
if test $enable_sanity = yes; then
echo "\
*** On GNU/Linux systems the GNU C Library should not be installed into