Whys is `make dist` packaging gmo files?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

I inherited a project that uses autotools. It didn't have any .po files when I got it but I added a couple, so now there is this in configure.in:

dnl Add the languages which your application supports here.
ALL_LINGUAS="sv zh_TW"
AM_GLIB_GNU_GETTEXT

They compile and install and run fine. But when I do `make dist` I end up with sv.gmo and zh_TW.gmo (as well as the expected sv.po, zh_TW.po) in my po dir. I thought these were binary and not portable?

Would someone share why this may be happening and what I can do to avoid it?

Thanks in advance.

Andrew


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux