From: Stepan Kasal Date: Thu, 30 Jun 2005 12:29:19 +0000 (+0000) Subject: Mention Gnulib. X-Git-Tag: AUTOCONF-2.59c~311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acfaed3aff0c7393fc56b012bf420ae2dd98761d;p=thirdparty%2Fautoconf.git Mention Gnulib. --- diff --git a/ChangeLog b/ChangeLog index e88a8f023..975a59c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-06-30 Stepan Kasal + + * doc/autoconf.texi (Generic Functions): Mention the Gnulib project. + 2005-06-30 Alexandre Duret-Lutz * lib/autom4te.in (Automake-preselections): Preselect AC_SUBST_TRACE. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 5b4564ecc..d927e8a49 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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