Re: how to use module `stdlib'

2008-08-19 Thread Thien-Thi Nguyen
() Simon Josefsson <[EMAIL PROTECTED]> () Mon, 18 Aug 2008 12:38:40 +0200 > [Use gl_STDLIB_H?] No, add gl_EARLY and gl_INIT instead. They are in gnulib-*.m4, which should be generated by gnulib-tool. They set up the gnulib modules properly, and will invoke gl_STDLIB_H if necessar

Re: how to use module `stdlib'

2008-08-18 Thread Simon Josefsson
Thien-Thi Nguyen <[EMAIL PROTECTED]> writes: > I just did: > $ gnulib-tool --import stdlib > > Now i see in stdlib_h.m4 the definition: > AC_DEFUN([gl_STDLIB_MODULE_INDICATOR], ...) > > Some questions on how to properly use this module: > > - What do i need to do wrt `gl_STDLIB_MODULE_INDICA