[libmicrohttpd] next release

2018-10-18 Thread Gauthier Haderer
Hi, The last release was made in February. Do you have any plan to release a new version of MHD soon? Cheers, Gauthier

[libmicrohttpd] [PATCH] Fix build issue when parent dir is an automake project dir

2018-10-18 Thread Tim Rühsen
Building fails if the parent directory is an automake project dir: $ ./bootstrap libtoolize: putting auxiliary files in '..'. libtoolize: copying file '../ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libto

[libmicrohttpd] Build issue on MINGW

2018-10-18 Thread Tim Rühsen
Hi, the build on MinGW fails in lib/src/ due to @echo Creating $@ and libmicrohttpd2.exp by $(DLLTOOL)... && \ dll_name=`$(EGREP) -o dlname=\'.+\' libmicrohttpd2.la` && \ libmicrohttpd2.la contains dlname='' and thus the egrep (or grep -E) fails. I am on Debian unstable and us

Re: [libmicrohttpd] [PATCH] Fix build issue when parent dir is an automake project dir

2018-10-18 Thread Christian Grothoff
Pushed as suggested in 9199e5aa..41ac9325 On 10/18/2018 04:35 PM, Tim Rühsen wrote: > Building fails if the parent directory is an automake project dir: > > $ ./bootstrap > libtoolize: putting auxiliary files in '..'. > libtoolize: copying file '../ltmain.sh' > libtoolize: put

Re: [libmicrohttpd] Build issue on MINGW

2018-10-18 Thread Christian Grothoff
Hi Tim, The issue is that in line Makefile.am:10, we have "noinst_" instead of "lib_" because the code is far from complete and it must not yet be installed. That causes the dlname='' issue you describe. The best fix I can propose: I'm adding an option (--enable-experimental) which disables build