Re: 350-gary-maintain-private-libobj-namespace

2008-05-19 Thread Eric Blake
Eric Blake ebb9 at byu.net writes: | * libltdl/m4/ltdl.m4 (_LT_LIBSOURCES): Delete. | (LTDL_INIT): Ignore arguments to AC_LIBSOURCES during _LTDL_SETUP, | on the assumption that libtoolize correctly installed them. | | | Looks good to me. Please apply. Applied. Bah. I had tested with

Re: [PATCH] [mingw|cygwin] Modify cwrapper to invoke target directly.

2008-05-19 Thread Eric Blake
Eric Blake ebb9 at byu.net writes: | + /* otherwise ... */ | + newargz[++newargc] = xstrdup (argv[i]); Shouldn't you handle -- as the end of wrapper options, in case the user really wants to pass --lt-env-* as the first option to the wrapped executable? This caused a regression