On Sun, 2020-04-19 at 18:13 +0200, videoclocknet wrote: > Guys, with Ubuntu Server 18.04 I've got the following message when > executing ./autogen.sh: > > # ./autogen.sh > autoheader: warning: missing template: LIBPROXY_HDR > autoheader: Use AC_DEFINE([LIBPROXY_HDR], [], [Description]) > > So the configure file is not finally generated. I had pkg-config > package installed in its last version > > It seems that's happening to more people in other distros: > https://github.com/dlenski/openconnect/issues/3 > https://github.com/dlenski/openconnect/issues/37 > > I've got to solve it by passing the description argument when defining > the LIBPROXY_HDR library. So if you've got: > > AC_DEFINE([LIBPROXY_HDR], ["proxy.h"]) > > You need to change it to: > AC_DEFINE([LIBPROXY_HDR], ["proxy.h"], [libproxy header file]) > > This is at lines 729 and 735 of configure.ac file. Thanks for the report. > - Is there any reason to not pass the description argument in these 2 cases? No reason. I just failed to add it when I added the description to most other AC_DEFINE macros, when autoconf started whining about it a few years ago. > - Would it be appropriate to make this change on master? Yes, I've done so. Thanks.
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ openconnect-devel mailing list openconnect-devel@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/openconnect-devel