]> git.draconx.ca Git - cdecl99.git/commit
Fix build with NLS disabled.
authorNick Bowler <nbowler@draconx.ca>
Wed, 21 Sep 2011 23:11:39 +0000 (19:11 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 22 Sep 2011 01:08:57 +0000 (21:08 -0400)
commit66df1b09aaf2805cf08c6788456fb9c9f02279e9
treed4932fbb77e6c80cbbd7c4b029b6382ce307dcbc
parentcbf38d096b4ea7ef309efedadf6abcf6f09de7d3
Fix build with NLS disabled.

When NLS is disabled, we should not install any .mo files but we still
need to distribute the .po files.  However, ALL_LINGUAS was not being
set in this case, so the POFILES was not set if NLS is disabled, causing
a distcheck failure.

Also fix a build error in this case due to a missing #include.
m4/linguas.m4
src/cdecl99.c