Update.
authorAndreas Jaeger <aj@suse.de>
Fri, 6 Jul 2001 16:14:46 +0000 (16:14 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 6 Jul 2001 16:14:46 +0000 (16:14 +0000)
* sysdeps/unix/sysv/linux/configure.in: Fix handling of
sysconfdir.

ChangeLog
sysdeps/unix/sysv/linux/configure.in

index a05635b..20ebc99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index b112a0f..9b96517 100644 (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