Re: Suppressing GNULIB_TEST_MKTIME etc. in emacs/src/config.in

2011-01-20 Thread Bruno Haible
Hi Paul, > put the following into configure.in: > >AC_DEFUN([gl_MODULE_INDICATOR_FOR_TESTS], []) > > This zaps the macro that generates the unwanted GNULIB_TEST_ indicators. This is a good enough solution, IMO. > * Define a new macro in gnulib that does the above AC_DEFUN, then >invok

Suppressing GNULIB_TEST_MKTIME etc. in emacs/src/config.in

2011-01-20 Thread Paul Eggert
Now that Emacs is using a bit of gnulib, its src/config.in contains three #undefs that look like this: /* Define to 1 when the gnulib module mktime should be tested. */ #undef GNULIB_TEST_MKTIME These symbols are unused by Emacs: it doesn't have gnulib tests and is not likely to have them s