* sysdeps/unix/sysv/linux/configure.in: Fix handling of
	sysconfdir.
This commit is contained in:
Andreas Jaeger 2001-07-06 16:14:46 +00:00
parent 7f2826c836
commit 05d9898010
2 changed files with 4 additions and 3 deletions

View File

@ -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.

View File

@ -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