]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: mention configmake module for defining directories.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 8 Jan 2011 16:35:54 +0000 (17:35 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 9 Jan 2011 06:16:22 +0000 (07:16 +0100)
* doc/autoconf.texi (Defining Directories): Mention configmake
gnulib module.
Suggestion by Karl Berry and Eric Blake.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index 4a271f8f832cc0ab6bf2473b5810851f202e51fa..bca9909e67cae326c1d90ae4416925ba7f32b9c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       docs: mention configmake module for defining directories.
+       * doc/autoconf.texi (Defining Directories): Mention configmake
+       gnulib module.
+       Suggestion by Karl Berry and Eric Blake.
+
 2011-01-04  Eric Blake  <eblake@redhat.com>
 
        doc: improve install.texi texinfo markup
index 1e9fb422beba2df868d1337ebbd3cd15de2aed8f..be1ef5b0bbc740452d2f03deb7a96c9bc09c679e 100644 (file)
@@ -24943,6 +24943,10 @@ myprog-paths.h: Makefile
         echo '#define DATADIR "$(datadir)"' >$@@
 @end example
 
+@noindent
+The gnulib module @samp{configmake} provides such a header with all the
+standard directory variables defined, @pxref{Gnulib}.
+
 @item
 Use @code{AC_DEFINE} but have @command{configure} compute the literal
 value of @code{datadir} and others.  Many people have wrapped macros to