gettext: config.h.in

1 
1 13.4.10 ‘config.h.in’ at top level
1 ----------------------------------
1 
1    The include file template that holds the C macros to be defined by
1 ‘configure’ is usually called ‘config.h.in’ and may be maintained either
1 manually or automatically.
1 
1    If ‘gettextize’ has created an ‘intl/’ directory, this file must be
1 called ‘config.h.in’ and must be at the top level.  If, however, you
1 have suppressed the ‘intl/’ directory by calling ‘gettextize’ without
1 ‘--intl’ option, then you can choose the name of this file and its
1 location freely.
1 
1    If it is maintained automatically, by use of the ‘autoheader’
1 program, you need to do nothing about it.  This is the case in
1 particular if you are using GNU ‘automake’.
1 
1    If it is maintained manually, and if ‘gettextize’ has created an
1 ‘intl/’ directory, you should switch to using ‘autoheader’.  The list of
1 C macros to be added for the sake of the ‘intl/’ directory is just too
1 long to be maintained manually; it also changes between different
1 versions of GNU ‘gettext’.
1 
1    If it is maintained manually, and if on the other hand you have
1 suppressed the ‘intl/’ directory by calling ‘gettextize’ without
1 ‘--intl’ option, then you can get away by adding the following lines to
1 ‘config.h.in’:
1 
1      /* Define to 1 if translation of program messages to the user's
1         native language is requested. */
1      #undef ENABLE_NLS
1