On Wed, Jan 30, 2019 at 11:08:32AM +0100, Christian Ehrhardt wrote: > Include the locally provided pkg.m4 before calling the > PKG_PROG_PKG_CONFIG macro. > > Signed-off-by: Christian Ehrhardt <[email protected]> > --- > configure.ac | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 505e3d041..dc6eebbf5 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -28,6 +28,8 @@ AC_PROG_CPP > AC_PROG_MKDIR_P > AC_PROG_FGREP > AC_PROG_EGREP > + > +m4_include([m4/pkg.m4])
This should not be needed: aclocal should take care of it. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
