Error when executing ./autogen.sh

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

- Is there any reason to not pass the description argument in these 2 cases?
- Would it be appropriate to make this change on master?

_______________________________________________
openconnect-devel mailing list
openconnect-devel@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/openconnect-devel



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux