Re: [Mingw-w64-public] PATCH for autootools to use genlib

2015-11-09 Thread NightStrike
configure.ac: You missed AS_VAR_SET: [GENLIB=$with_genlib] [AS_VAR_SET([GENLIB], [$with_genlib])] This handles quoting very portably, and is more usable wrt indirection for when someone copies this code elsewhere to do a similar change. You also forgot to remove AC_SUBST, which is redundant with

Re: [Mingw-w64-public] PATCH for autootools to use genlib

2015-11-09 Thread Martell Malone
Thanks for your input and help on this. Please review :) On Sun, Nov 8, 2015 at 10:05 PM, NightStrike wrote: > ...and, as such, you have to provide a way to set the name. > --with-genlib=mygenlib. You can find examples of this elsewhere in > the build system. This means that you don't call AC_