mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Update.
* manual/libc-texinfo.sh: Add note for the FDL. * manual/argp.texi (Argp Example 4): Fix texinfo warning. * manual/libc.texinfo: Regenerated. * manual/fdl.texi: Fix node.
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
2001-07-06 Andreas Jaeger <aj@suse.de>
|
2001-07-06 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* manual/libc-texinfo.sh: Add note for the FDL.
|
||||||
|
|
||||||
|
* manual/argp.texi (Argp Example 4): Fix texinfo warning.
|
||||||
|
|
||||||
|
* manual/libc.texinfo: Regenerated.
|
||||||
|
|
||||||
|
* manual/fdl.texi: Fix node.
|
||||||
|
|
||||||
* config.make.in (sysconfdir): Replace correctly.
|
* config.make.in (sysconfdir): Replace correctly.
|
||||||
Closes PR libc/2369, reported by Peter Simons <simons@cryp.to>.
|
Closes PR libc/2369, reported by Peter Simons <simons@cryp.to>.
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ datadir = @datadir@
|
|||||||
libdir = @libdir@
|
libdir = @libdir@
|
||||||
slibdir = @libc_cv_slibdir@
|
slibdir = @libc_cv_slibdir@
|
||||||
localedir = @libc_cv_localedir@
|
localedir = @libc_cv_localedir@
|
||||||
sysconfdir = @libc_cv_sysconfdir@
|
sysconfdir = @sysconfdir@
|
||||||
libexecdir = @libexecdir@
|
libexecdir = @libexecdir@
|
||||||
rootsbindir = @libc_cv_rootsbindir@
|
rootsbindir = @libc_cv_rootsbindir@
|
||||||
infodir = @infodir@
|
infodir = @infodir@
|
||||||
|
6
configure
vendored
6
configure
vendored
@@ -2246,7 +2246,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
for ac_prog in gawk mawk nawk awk
|
for ac_prog in mawk gawk nawk awk
|
||||||
do
|
do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
@@ -3540,7 +3540,6 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if test $gnu_ld = yes; then
|
if test $gnu_ld = yes; then
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
@@ -3574,7 +3573,7 @@ if test $shared = default; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking whether -fPIC is default""... $ac_c" 1>&6
|
echo $ac_n "checking whether -fPIC is default""... $ac_c" 1>&6
|
||||||
echo "configure:3578: checking whether -fPIC is default" >&5
|
echo "configure:3577: checking whether -fPIC is default" >&5
|
||||||
if eval "test \"`echo '$''{'pic_default'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'pic_default'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@@ -3814,7 +3813,6 @@ s%@stdio@%$stdio%g
|
|||||||
s%@old_glibc_headers@%$old_glibc_headers%g
|
s%@old_glibc_headers@%$old_glibc_headers%g
|
||||||
s%@libc_cv_slibdir@%$libc_cv_slibdir%g
|
s%@libc_cv_slibdir@%$libc_cv_slibdir%g
|
||||||
s%@libc_cv_localedir@%$libc_cv_localedir%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%@libc_cv_rootsbindir@%$libc_cv_rootsbindir%g
|
||||||
s%@use_ldconfig@%$use_ldconfig%g
|
s%@use_ldconfig@%$use_ldconfig%g
|
||||||
s%@ldd_rewrite_script@%$ldd_rewrite_script%g
|
s%@ldd_rewrite_script@%$ldd_rewrite_script%g
|
||||||
|
@@ -1514,7 +1514,6 @@ AC_SUBST(old_glibc_headers)
|
|||||||
|
|
||||||
AC_SUBST(libc_cv_slibdir)
|
AC_SUBST(libc_cv_slibdir)
|
||||||
AC_SUBST(libc_cv_localedir)
|
AC_SUBST(libc_cv_localedir)
|
||||||
AC_SUBST(libc_cv_sysconfdir)
|
|
||||||
AC_SUBST(libc_cv_rootsbindir)
|
AC_SUBST(libc_cv_rootsbindir)
|
||||||
|
|
||||||
AC_SUBST(use_ldconfig)
|
AC_SUBST(use_ldconfig)
|
||||||
|
@@ -1101,7 +1101,7 @@ two part option string. The @emph{headers} are entries in the options
|
|||||||
vector. @xref{Argp Option Vectors}. The first four fields are zero. The
|
vector. @xref{Argp Option Vectors}. The first four fields are zero. The
|
||||||
two part documentation string are in the variable @code{doc}, which
|
two part documentation string are in the variable @code{doc}, which
|
||||||
allows documentation both before and after the options. @xref{Argp
|
allows documentation both before and after the options. @xref{Argp
|
||||||
Parsers}; the two parts of @code{doc} are separated by a vertical-tab
|
Parsers}, the two parts of @code{doc} are separated by a vertical-tab
|
||||||
character (@code{'\v'}, or @code{'\013'}). By convention, the
|
character (@code{'\v'}, or @code{'\013'}). By convention, the
|
||||||
documentation before the options is a short string stating what the
|
documentation before the options is a short string stating what the
|
||||||
program does, and after any options it is longer, describing the
|
program does, and after any options it is longer, describing the
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
@node GNU Free Documentation License
|
|
||||||
@appendix GNU Free Documentation License
|
@appendix GNU Free Documentation License
|
||||||
|
|
||||||
@cindex FDL, GNU Free Documentation License
|
@cindex FDL, GNU Free Documentation License
|
||||||
|
@@ -70,6 +70,8 @@ mv -f incl.$$ chapters.texi
|
|||||||
cat <<EOF
|
cat <<EOF
|
||||||
* Copying:: The GNU Lesser General Public License says
|
* Copying:: The GNU Lesser General Public License says
|
||||||
how you can copy and share the GNU C Library.
|
how you can copy and share the GNU C Library.
|
||||||
|
* Documentation License:: This manual is under the GNU Free
|
||||||
|
Documentation License.
|
||||||
|
|
||||||
Indices
|
Indices
|
||||||
|
|
||||||
|
@@ -111,7 +111,7 @@ of the GNU C Library.
|
|||||||
@include chapters.texi
|
@include chapters.texi
|
||||||
|
|
||||||
@set lgpl-appendix
|
@set lgpl-appendix
|
||||||
@node Copying, Concept Index, Contributors, Top
|
@node Copying, Documentation License, Contributors, Top
|
||||||
@include lesser.texi
|
@include lesser.texi
|
||||||
|
|
||||||
@node Documentation License, Concept Index, Copying, Top
|
@node Documentation License, Concept Index, Copying, Top
|
||||||
|
38
sysdeps/unix/sysv/linux/configure
vendored
38
sysdeps/unix/sysv/linux/configure
vendored
@@ -52,11 +52,8 @@ fi
|
|||||||
# kernel headers are young enough. Additionally we have minimal
|
# kernel headers are young enough. Additionally we have minimal
|
||||||
# kernel versions for some architectures.
|
# kernel versions for some architectures.
|
||||||
case "$machine" in
|
case "$machine" in
|
||||||
mips*)
|
alpha*)
|
||||||
arch_minimum_kernel=2.2.15
|
arch_minimum_kernel=2.1.100
|
||||||
;;
|
|
||||||
sh*)
|
|
||||||
arch_minimum_kernel=2.3.99
|
|
||||||
;;
|
;;
|
||||||
ia64*)
|
ia64*)
|
||||||
arch_minimum_kernel=2.4.0
|
arch_minimum_kernel=2.4.0
|
||||||
@@ -64,6 +61,12 @@ case "$machine" in
|
|||||||
hppa*)
|
hppa*)
|
||||||
arch_minimum_kernel=2.3.99
|
arch_minimum_kernel=2.3.99
|
||||||
;;
|
;;
|
||||||
|
mips*)
|
||||||
|
arch_minimum_kernel=2.2.15
|
||||||
|
;;
|
||||||
|
sh*)
|
||||||
|
arch_minimum_kernel=2.3.99
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
arch_minimum_kernel=2.0.10
|
arch_minimum_kernel=2.0.10
|
||||||
;;
|
;;
|
||||||
@@ -85,11 +88,11 @@ fi
|
|||||||
|
|
||||||
if test -n "$minimum_kernel"; then
|
if test -n "$minimum_kernel"; then
|
||||||
echo $ac_n "checking for kernel header at least $minimum_kernel""... $ac_c" 1>&6
|
echo $ac_n "checking for kernel header at least $minimum_kernel""... $ac_c" 1>&6
|
||||||
echo "configure:89: checking for kernel header at least $minimum_kernel" >&5
|
echo "configure:92: checking for kernel header at least $minimum_kernel" >&5
|
||||||
decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`;
|
decnum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/(\1 * 65536 + \2 * 256 + \3)/'`;
|
||||||
abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`;
|
abinum=`echo "$minimum_kernel.0.0.0" | sed 's/\([0-9]*\)\.\([0-9]*\)\.\([0-9]*\).*/\1,\2,\3/'`;
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 93 "configure"
|
#line 96 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#if LINUX_VERSION_CODE < $decnum
|
#if LINUX_VERSION_CODE < $decnum
|
||||||
@@ -154,27 +157,26 @@ fi
|
|||||||
case $add_ons in
|
case $add_ons in
|
||||||
# It is available. Good.
|
# It is available. Good.
|
||||||
*linuxthreads*)
|
*linuxthreads*)
|
||||||
message=
|
linuxthreads_missing=
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
message="\
|
linuxthreads_missing=yes
|
||||||
*** WARNING: Are you sure you do not want to use the \`linuxthreads'
|
|
||||||
*** add-on?"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$message"; then
|
if test "$linuxthreads_missing"; then
|
||||||
if test $enable_sanity = yes; then
|
if test $enable_sanity = yes; then
|
||||||
echo "\
|
echo "\
|
||||||
*** You should not compile the GNU libc without the \`linuxthreads'
|
*** On GNU/Linux systems it is normal to compile GNU libc with the
|
||||||
*** add-on. Not using them risks being incompatible with the
|
*** \`linuxthreads' add-on. Without that, the library will be
|
||||||
*** libraries of other systems. Consider getting the add-on and restarting
|
*** incompatible with normal GNU/Linux systems.
|
||||||
*** the configuration.
|
|
||||||
*** If you really mean to not use this add-on, run configure again
|
*** If you really mean to not use this add-on, run configure again
|
||||||
*** using the extra parameter \`--disable-sanity-checks'."
|
*** using the extra parameter \`--disable-sanity-checks'."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "$message"
|
echo "\
|
||||||
|
*** WARNING: Are you sure you do not want to use the \`linuxthreads'
|
||||||
|
*** add-on?"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -205,7 +207,7 @@ if test $host = $build; then
|
|||||||
ac_prefix=$ac_default_prefix
|
ac_prefix=$ac_default_prefix
|
||||||
fi
|
fi
|
||||||
echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6
|
echo $ac_n "checking for symlinks in ${ac_prefix}/include""... $ac_c" 1>&6
|
||||||
echo "configure:209: checking for symlinks in ${ac_prefix}/include" >&5
|
echo "configure:211: checking for symlinks in ${ac_prefix}/include" >&5
|
||||||
ac_message=
|
ac_message=
|
||||||
if test -L ${ac_prefix}/include/net; then
|
if test -L ${ac_prefix}/include/net; then
|
||||||
ac_message="$ac_message
|
ac_message="$ac_message
|
||||||
|
@@ -39,11 +39,8 @@ fi
|
|||||||
# kernel headers are young enough. Additionally we have minimal
|
# kernel headers are young enough. Additionally we have minimal
|
||||||
# kernel versions for some architectures.
|
# kernel versions for some architectures.
|
||||||
case "$machine" in
|
case "$machine" in
|
||||||
mips*)
|
alpha*)
|
||||||
arch_minimum_kernel=2.2.15
|
arch_minimum_kernel=2.1.100
|
||||||
;;
|
|
||||||
sh*)
|
|
||||||
arch_minimum_kernel=2.3.99
|
|
||||||
;;
|
;;
|
||||||
ia64*)
|
ia64*)
|
||||||
arch_minimum_kernel=2.4.0
|
arch_minimum_kernel=2.4.0
|
||||||
@@ -51,6 +48,12 @@ case "$machine" in
|
|||||||
hppa*)
|
hppa*)
|
||||||
arch_minimum_kernel=2.3.99
|
arch_minimum_kernel=2.3.99
|
||||||
;;
|
;;
|
||||||
|
mips*)
|
||||||
|
arch_minimum_kernel=2.2.15
|
||||||
|
;;
|
||||||
|
sh*)
|
||||||
|
arch_minimum_kernel=2.3.99
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
arch_minimum_kernel=2.0.10
|
arch_minimum_kernel=2.0.10
|
||||||
;;
|
;;
|
||||||
@@ -122,27 +125,26 @@ fi
|
|||||||
case $add_ons in
|
case $add_ons in
|
||||||
# It is available. Good.
|
# It is available. Good.
|
||||||
*linuxthreads*)
|
*linuxthreads*)
|
||||||
message=
|
linuxthreads_missing=
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
message="\
|
linuxthreads_missing=yes
|
||||||
*** WARNING: Are you sure you do not want to use the \`linuxthreads'
|
|
||||||
*** add-on?"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if test "$message"; then
|
if test "$linuxthreads_missing"; then
|
||||||
if test $enable_sanity = yes; then
|
if test $enable_sanity = yes; then
|
||||||
echo "\
|
echo "\
|
||||||
*** You should not compile the GNU libc without the \`linuxthreads'
|
*** On GNU/Linux systems it is normal to compile GNU libc with the
|
||||||
*** add-on. Not using them risks being incompatible with the
|
*** \`linuxthreads' add-on. Without that, the library will be
|
||||||
*** libraries of other systems. Consider getting the add-on and restarting
|
*** incompatible with normal GNU/Linux systems.
|
||||||
*** the configuration.
|
|
||||||
*** If you really mean to not use this add-on, run configure again
|
*** If you really mean to not use this add-on, run configure again
|
||||||
*** using the extra parameter \`--disable-sanity-checks'."
|
*** using the extra parameter \`--disable-sanity-checks'."
|
||||||
exit 1
|
exit 1
|
||||||
else
|
else
|
||||||
echo "$message"
|
echo "\
|
||||||
|
*** WARNING: Are you sure you do not want to use the \`linuxthreads'
|
||||||
|
*** add-on?"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user