+2001-07-09 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/unix/sysv/linux/configure.in: Revert patch from
+ 2001-07-05 for sysconfdir handling.
+ * config.make.in (sysconfdir): Likewise.
+ * configure.in: Likewise.
+
+ * configure.in: Always assign libc_cv_sysconfdir.
+
2001-07-08 Ulrich Drepper <drepper@redhat.com>
* Makerules [AIX] (build-shlib-helper): Precede linker options
# They also can set these variables.
use_ldconfig=no
ldd_rewrite_script=no
+libc_cv_sysconfdir=$sysconfdir
# Iterate over all the sysdep directories we will use, running their
# configure fragments, and looking for a uname implementation.
fi
echo $ac_n "checking OS release for uname""... $ac_c" 1>&6
-echo "configure:3465: checking OS release for uname" >&5
+echo "configure:3466: checking OS release for uname" >&5
if eval "test \"`echo '$''{'libc_cv_uname_release'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
uname_release="$libc_cv_uname_release"
echo $ac_n "checking OS version for uname""... $ac_c" 1>&6
-echo "configure:3487: checking OS version for uname" >&5
+echo "configure:3488: checking OS version for uname" >&5
if eval "test \"`echo '$''{'libc_cv_uname_version'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
fi
echo $ac_n "checking stdio selection""... $ac_c" 1>&6
-echo "configure:3509: checking stdio selection" >&5
+echo "configure:3510: checking stdio selection" >&5
case $stdio in
libio) cat >> confdefs.h <<\EOF
# Test for old glibc 2.0.x headers so that they can be removed properly
# Search only in includedir.
echo $ac_n "checking for old glibc 2.0.x headers""... $ac_c" 1>&6
-echo "configure:3523: checking for old glibc 2.0.x headers" >&5
+echo "configure:3524: checking for old glibc 2.0.x headers" >&5
if eval test -f "${includedir}/elfclass.h" -a -f "${includedir}/fcntlbits.h"
then
old_glibc_headers=yes
+
if test $gnu_ld = yes; then
cat >> confdefs.h <<\EOF
fi
echo $ac_n "checking whether -fPIC is default""... $ac_c" 1>&6
-echo "configure:3577: checking whether -fPIC is default" >&5
+echo "configure:3579: checking whether -fPIC is default" >&5
if eval "test \"`echo '$''{'pic_default'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
s%@old_glibc_headers@%$old_glibc_headers%g
s%@libc_cv_slibdir@%$libc_cv_slibdir%g
s%@libc_cv_localedir@%$libc_cv_localedir%g
+s%@libc_cv_sysconfdir@%$libc_cv_sysconfdir%g
s%@libc_cv_rootsbindir@%$libc_cv_rootsbindir%g
s%@use_ldconfig@%$use_ldconfig%g
s%@ldd_rewrite_script@%$ldd_rewrite_script%g
# They also can set these variables.
use_ldconfig=no
ldd_rewrite_script=no
+libc_cv_sysconfdir=$sysconfdir
# Iterate over all the sysdep directories we will use, running their
# configure fragments, and looking for a uname implementation.
AC_SUBST(libc_cv_slibdir)
AC_SUBST(libc_cv_localedir)
+AC_SUBST(libc_cv_sysconfdir)
AC_SUBST(libc_cv_rootsbindir)
AC_SUBST(use_ldconfig)