diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | INSTALL | 8 | ||||
-rw-r--r-- | manual/install.texi | 2 |
3 files changed, 11 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2013-12-19 Allan McRae <allan@archlinux.org> + + * manual/install.texi: Suppress menu for plain text output. + * INSTALL: Regenerated. + 2013-12-18 Andrew Hunter <ahh@google.com> * sysdeps/generic/ldsodefs.h (__signal_safe_memalign): New prototype. @@ -6,10 +6,10 @@ Before you do anything else, you should read the FAQ at and describes problems you may experience with compilation and installation. - Features can be added to the GNU C Library via "add-on" bundles. -These are separate tar files, which you unpack into the top level of -the source tree. Then you give `configure' the `--enable-add-ons' -option to activate them, and they will be compiled into the library. +Features can be added to the GNU C Library via "add-on" bundles. These +are separate tar files, which you unpack into the top level of the +source tree. Then you give `configure' the `--enable-add-ons' option +to activate them, and they will be compiled into the library. You will need recent versions of several GNU tools: definitely GCC and GNU Make, and possibly others. *Note Tools for Compilation::, diff --git a/manual/install.texi b/manual/install.texi index 535dc19..c0b8d9e 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -21,6 +21,7 @@ to activate them, and they will be compiled into the library. You will need recent versions of several GNU tools: definitely GCC and GNU Make, and possibly others. @xref{Tools for Compilation}, below. +@ifclear plain @menu * Configuring and compiling:: How to compile and test GNU libc. * Running make install:: How to install it once you've got it @@ -29,6 +30,7 @@ GNU Make, and possibly others. @xref{Tools for Compilation}, below. * Linux:: Specific advice for GNU/Linux systems. * Reporting Bugs:: So they'll get fixed. @end menu +@end ifclear @node Configuring and compiling @appendixsec Configuring and compiling @theglibc{} |