Re: macros factorization

2010-03-29 Thread Eric Blake
On 03/27/2010 11:41 AM, Bruno Haible wrote: > +# gl_MODULE_INDICATOR_SET_VARIABLE([modulename]) > +# sets the shell variable that indicates the presence of the given module to > +# a C preprocessor expression that will evaluate to 1. > +AC_DEFUN([gl_MODULE_INDICATOR_SET_VARIABLE], > +[ > + > GNUL

macros factorization

2010-03-27 Thread Bruno Haible
A small factorization of common code in .m4 files. This is a preparation for the next commit. 2010-03-27 Bruno Haible Factorize common .m4 code. * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro. * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Us