]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Notes about config.h.in constraints.
authorBruno Haible <bruno@clisp.org>
Mon, 7 Mar 2005 20:00:43 +0000 (20:00 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:12:22 +0000 (12:12 +0200)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 4e0cf2b612de80dff666c94646514549149fabf1..94bac266498dbc5eccaf5f8bfdb6264865731b3b 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-06  Bruno Haible  <bruno@clisp.org>
+
+       * gettext.texi (config.h.in): Explain the constraints for this file's
+       name and location.
+
 2005-03-06  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (config.guess): Update the instructions for fetching
index a1651017b90ed1e2d4881b5b64c81f58ca750e84..b45903b4786034e324e9503859b4eb246116eac2 100644 (file)
@@ -6710,6 +6710,12 @@ The include file template that holds the C macros to be defined by
 @code{configure} is usually called @file{config.h.in} and may be
 maintained either manually or automatically.
 
+If @code{gettextize} has created an @file{intl/} directory, this file
+must be called @file{config.h.in} and must be at the top level.  If,
+however, you have suppressed the @file{intl/} directory by calling
+@code{gettextize} without @samp{--intl} option, then you can choose the
+name of this file and its location freely.
+
 If it is maintained automatically, by use of the @samp{autoheader}
 program, you need to do nothing about it.  This is the case in particular
 if you are using GNU @code{automake}.