While typo-fixing... * Benoit SIGOURE wrote on Mon, Oct 15, 2007 at 06:03:03PM CEST: >> --- 239,252 ---- >> @samp{_GNU_SOURCE} may be ineffective, or may have only a limited >> effect, if defined after the first system header file is included. >> >> ! Finally, note that you can not use @code{AC_LIBOBJ} or >> ! @code{AC_REPLACE_FUNCS} in your @file{configure.ac} and expect the >> ! resulting object files to be automatically added to @file{lib/libgnu.a}. >> ! This is because your @code{AC_LIBOBJ} and @code{AC_REPLACE_FUNCS} >> invocations >> ! from @file{configure.ac} augment a variable @code{@@LIBOBJS@@} (and/or >> ! @code{@@LTLIBOBJS@@} if using Libtool), whereas @file{lib/libgnu.a} >> ! is build from the contents of a different variable, usually > > s/build/built/ > >> ! @code{@@gl_LIBOBJS@@} (or @code{@@gl_LTLIBOBJS@@} is using Libtool).
and s/ is / if / Cheers, Ralf