]> git.draconx.ca Git - cdecl99.git/commit
Move some gettext bits to dxcommon.
authorNick Bowler <nbowler@draconx.ca>
Sat, 28 Jul 2012 20:32:18 +0000 (16:32 -0400)
committerNick Bowler <nbowler@draconx.ca>
Sat, 28 Jul 2012 20:46:07 +0000 (16:46 -0400)
commite287361d35cef81ceee2b6cf538455d93e8e3beb
tree8364cbd44b102bd529fb99cb695e28137c88d9e3
parent900c4146d17198f324372f99c56b982de5459685
Move some gettext bits to dxcommon.

Migrate the mostly-package-agnostic parts of the gettext support into
dxcommon, thus allowing these bits to be shared with other packages.

We remove the AC_CONFIG_MACRO_DIR from configure.ac because its
behaviour is not clearly specified, and it's not obvious how (if it's
even possible at all) one handles multiple directories containing macro
definitions.  Moreover, even if this macro is specified you still need
to define ACLOCAL_AMFLAGS anyway, and this definition must be kept
consistent with the AC_CONFIG_MACRO_DIR usage.

In the end, it looks like the only thing AC_CONFIG_MACRO_DIR does is
silence a single warning from libtoolize, without doing anything else
meaningful.  In light of the above, the warning seems preferable at
this time.
Makefile.am
common
configure.ac
m4/linguas.m4 [deleted file]