Skip to content
Snippets Groups Projects
  • dprice's avatar
    7ca8ea85
    * configure.in: Call AM_GNU_GETTEXT. · 7ca8ea85
    dprice authored
    * ABOUT-NLS: New file for GNU gettext support.
    * config.guess: Ditto.
    * config.rpath: Ditto.
    * config.sub: Ditto.
    
    * Makefile.in: Regenerated.
    * aclocal.m4: Ditto.
    * config.h.in: Ditto.
    * configure: Ditto.
    7ca8ea85
    History
    * configure.in: Call AM_GNU_GETTEXT.
    dprice authored
    * ABOUT-NLS: New file for GNU gettext support.
    * config.guess: Ditto.
    * config.rpath: Ditto.
    * config.sub: Ditto.
    
    * Makefile.in: Regenerated.
    * aclocal.m4: Ditto.
    * config.h.in: Ditto.
    * configure: Ditto.
ABOUT-NLS 357 B
Automake started requiring this file after I included the gettext support from
GNULIB <http://savannah.gnu.org/projects/gnulib>.  I'm not sure why, exactly,
but there was an nls.m4 macro I had to import which claims that NLS stands for
"Native Language Support".  If someone would like to replace this ABOUT-NLS
file with a more appropriate one, please do.