mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
Revert "configure: default to --prefix=/usr on GNU/Linux"
This reverts commit 81439a116c
.
This commit is contained in:
5
sysdeps/unix/sysv/linux/configure
vendored
5
sysdeps/unix/sysv/linux/configure
vendored
@@ -1,4 +1,3 @@
|
|||||||
ac_default_prefix=/usr
|
|
||||||
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
|
# This file is generated from configure.ac by Autoconf. DO NOT EDIT!
|
||||||
# Local configure fragment for sysdeps/unix/sysv/linux.
|
# Local configure fragment for sysdeps/unix/sysv/linux.
|
||||||
|
|
||||||
@@ -117,9 +116,7 @@ if test -n "$sysheaders"; then
|
|||||||
CPPFLAGS=$OLD_CPPFLAGS
|
CPPFLAGS=$OLD_CPPFLAGS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then
|
||||||
|
|
||||||
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/"; then
|
|
||||||
if test $enable_sanity = yes; then
|
if test $enable_sanity = yes; then
|
||||||
echo "\
|
echo "\
|
||||||
*** On GNU/Linux systems the GNU C Library should not be installed into
|
*** On GNU/Linux systems the GNU C Library should not be installed into
|
||||||
|
@@ -71,9 +71,7 @@ if test -n "$sysheaders"; then
|
|||||||
CPPFLAGS=$OLD_CPPFLAGS
|
CPPFLAGS=$OLD_CPPFLAGS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_PREFIX_DEFAULT([/usr])
|
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/" -o "$prefix" = "NONE"; then
|
||||||
|
|
||||||
if test "$prefix" = "/usr/local" -o "$prefix" = "/usr/local/"; then
|
|
||||||
if test $enable_sanity = yes; then
|
if test $enable_sanity = yes; then
|
||||||
echo "\
|
echo "\
|
||||||
*** On GNU/Linux systems the GNU C Library should not be installed into
|
*** On GNU/Linux systems the GNU C Library should not be installed into
|
||||||
|
Reference in New Issue
Block a user