(no subject)

2006-09-10 Thread Sergey Poznyakoff
I have installed the following changes to argp: 2006-09-10 Sergey Poznyakoff <[EMAIL PROTECTED]> * argp-parse.c (__argp_parse) [!_LIBC]: Make sure program_invocation_name and program_invocation_short_name are initialized. * argp-namefrob.h: Move declarations of p

Re: gnulib-tool: support for LDFLAGS, LIBDEPS and LTLIBDEPS

2006-09-10 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Sat, Sep 09, 2006 at 09:02:29PM CEST: > > Nice suggestion. I implemented it through the patch below. When you build > a libgnu without libtool, you now have a predefined Makefile variable > LIBGNU_LIBDEPS and a predefined Makefile variable LIBGNU_LTLIBDEPS ava

Re: *_LDFLAGS vs. *_LDADD vs. *_LIBADD

2006-09-10 Thread Ralf Wildenhues
Hello Bruno, * Bruno Haible wrote on Sat, Sep 09, 2006 at 09:03:26PM CEST: > Ralf Wildenhues wrote: > > Actually, you should not put `-l*' into LDFLAGS at all, > > those belong into LIBS, *LDADD, or lib*_LIBADD (the latter being useful > > for libtool libraries only). > > This is not how automake