configure.ac: Restore use of AM_GNU_GETTEXT.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Mar 2010 18:30:01 +0000 (11:30 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 16 Apr 2010 03:38:17 +0000 (20:38 -0700)
commit28e36cf42e55d270c8304c79f8845bf5f8e54516
treeb6b6da26933f7a163d4852775d337f32fc239cc2
parent481f3974a34b31728f28d2e4b1cfc392c3a3586b
configure.ac: Restore use of AM_GNU_GETTEXT.

AM_GNU_GETTEXT is useful for its sophisticated support for finding the
libraries needed to use gettext, but it also calls AM_PO_SUBDIRS, which
we do not want because PSPP has its own "po" directory makefile support.

This commit reintroduces AM_GNU_GETTEXT but disables AM_PO_SUBDIRS by
declaring that we have already called it using AC_PROVIDE.  It also
adds a dummy Makefile.in to the "po" directory and an ABOUT-NLS file
because Automake requires both.
.gitignore
ABOUT-NLS [new file with mode: 0644]
Makefile.am
Smake
configure.ac
po/.gitignore
po/Makefile.in [new file with mode: 0644]