gettext-tiny icon indicating copy to clipboard operation
gettext-tiny copied to clipboard

stub and/or lightweight replacements of the gnu gettext suite; because the GNU one takes ages to compile

Results 15 gettext-tiny issues
Sort by recently updated
recently updated
newest added

there are some m4's that have huge non-sense comments that can be removed others have huge non-sense configure compiletime checks for 30 year old HP-UX, AIX, etc. generally it seems...

after building libvirt, the python module fails to start because they check the return value of bindtextdomain and interrupt the python module initialization if it fails. a glance at glibc...

Hey there, I'm trying to build `glib-2.78.1` using `muon` on a custom Linux distribution that uses `gettext-tiny` and is based on `musl` libc. I am receiving the following error: ```C...

The gettext-tiny autopoint forcibly overwrites the m4 files: https://github.com/sabotage-linux/gettext-tiny/blob/master/src/autopoint.in#L11 This isn't a good idea when the package being built might have a two year newer copy of the gnulib macros,...

Elizafox/tre-regex-sys#1 has led me to a curious thing: ``` AC_CONFIG_AUX_DIR(utils) ``` will break gettext-tiny's `autopoint`: ``` awilcox on gwyn ~/Code/contrib/tre-regex-sys/tre % find . -name config.rpath ./AC_CONFIG_AUX_DIR(utils)/config.rpath ``` because it doesn't...