mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
Update.
* sysdeps/unix/sysv/linux/configure.in: Fix handling of sysconfdir.
This commit is contained in:
parent
7f2826c836
commit
05d9898010
@ -1,5 +1,8 @@
|
||||
2001-07-06 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* sysdeps/unix/sysv/linux/configure.in: Fix handling of
|
||||
sysconfdir.
|
||||
|
||||
* manual/libc-texinfo.sh: Add note for the FDL.
|
||||
|
||||
* manual/argp.texi (Argp Example 4): Fix texinfo warning.
|
||||
|
@ -114,9 +114,7 @@ if test "$prefix" = "/usr" -o "$prefix" = "/usr/"; then
|
||||
fi
|
||||
# Allow the user to override the path with --sysconfdir
|
||||
if test $sysconfdir = '${prefix}/etc'; then
|
||||
libc_cv_sysconfdir=/etc
|
||||
else
|
||||
libc_cv_sysconfdir=$sysconfdir
|
||||
sysconfdir=/etc
|
||||
fi
|
||||
libc_cv_rootsbindir="/sbin"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user