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
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_