From: Andreas Jaeger Date: Fri, 6 Jul 2001 16:14:46 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_2_4~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05d9898010e16bbe7d1613e22dacddf1bfc094b8;p=thirdparty%2Fglibc.git Update. * sysdeps/unix/sysv/linux/configure.in: Fix handling of sysconfdir. --- diff --git a/ChangeLog b/ChangeLog index a05635b1d5e..20ebc9953c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-06 Andreas Jaeger + * 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. diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in index b112a0f4fb0..9b965173461 100644 --- a/sysdeps/unix/sysv/linux/configure.in +++ b/sysdeps/unix/sysv/linux/configure.in @@ -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