Hi, You are right, it was me who introduced reference to sources in subdir to avoid duplication when block-dns support was added to the interactive service.
On Thu, Aug 11, 2016 at 2:50 PM, David Sommerseth < open...@sf.lists.topphemmelig.net> wrote: > Hi, > > I noticed a few errors today when building OpenVPN on Fedora 23. The > attached patch resolves this. But it breaks 'make' when it reaches > ./src/openvpnserv: > > Makefile:505: ../../src/openvpn/.deps/openvpnserv-block_dns.Po: No > such file or directory > Looks like a bug that was reported in automake 1.15 and fixed later. Does this happen on later version of automake as well? > > Except of that, the patch removes the warnings on Fedora 23 [1] and > causes no other issues on Scientific Linux 7.2 [2] or CentOS 5.11 [3]. > > > And some comments to the patch. > > * The subdir-objects option was needed to avoid a warning with > automake-1.15. > > * AM_PROG_CC_C_O is needed with automake-1.9.6 when the subdir-objects > option is enabled. > I thought AM_PROG_CC_C_O was deprecated a long time ago. When did it make a come back? All my systems have automake older than 1.15 --- I will boot up a docker container and test this. Selva