mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
Quite often, after changing a struct defined in a .h file, I see "make check" fail. After "make clean; make", "make check" passes again. This wastes my time. Unlike 20 years ago, I don't want think about which .o files I need to erase and rebuild. Build times are now much smaller than they were 20 years ago, especially when configuring with --disable-shared and CFLAGS="-ggdb". * gnulib-local/modules/gettext-runtime-misc (configure.ac): Don't augment AUTOMAKE_OPTIONS. * gettext-runtime/Makefile.am (AUTOMAKE_OPTIONS): Remove 'no-dependencies'. * gettext-runtime/intl/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-runtime/libasprintf/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-runtime/src/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-runtime/tests/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * libtextstyle/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * libtextstyle/lib/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/gnulib-lib/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/libgettextpo/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/libgrep/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/src/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/system-tests/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/tests/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * gettext-tools/tests/gnulib-lib/Makefile.am (AUTOMAKE_OPTIONS): Likewise. * Makefile.am (AUTOMAKE_OPTIONS): Likewise.
This directory contains tests of the system (vendor-provided) libintl or libc. Whereas the gettext-runtime/intl/ directory is tested as part of gettext-tools/tests/.