]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention Gnulib.
authorStepan Kasal <kasal@ucw.cz>
Thu, 30 Jun 2005 12:29:19 +0000 (12:29 +0000)
committerStepan Kasal <kasal@ucw.cz>
Thu, 30 Jun 2005 12:29:19 +0000 (12:29 +0000)
ChangeLog
doc/autoconf.texi

index e88a8f02316431c5bb20ada01490d9fb0cd83da9..975a59c658ced8b082d8cc19d22a12855e29ea55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-30  Stepan Kasal  <kasal@ucw.cz>
+
+       * doc/autoconf.texi (Generic Functions): Mention the Gnulib project.
+
 2005-06-30  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE.
index 5b4564ecc1f8c2a29269b85ff738e0b115c1d499..d927e8a49c095816350034b2907502ec70141f8d 100644 (file)
@@ -4564,6 +4564,12 @@ specific files, and then program as if you were in a Posix
 environment.  Some functions may be missing or unfixable, and your
 package must be ready to replace them.
 
+Suitable replacements for many such problem functions are available from
+@uref{http://www.gnu.org/software/gnulib/, Gnulib}, which aims to
+provide a centralized repository of such portability functions (among
+other things).  The source files are available online, under various
+licences, mostly GNU GPL or GNU LGPL.
+
 @defmac AC_LIBOBJ (@var{function})
 @acindex{LIBOBJ}
 @ovindex LIBOBJS