Re: [ovs-dev] [PATCH v2 3/3] configure.ac: use the locally provided pkg.m4

2019-02-04 Thread Ben Pfaff
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 
> ---
>  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
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev


[ovs-dev] [PATCH v2 3/3] configure.ac: use the locally provided pkg.m4

2019-01-30 Thread Christian Ehrhardt
Include the locally provided pkg.m4 before calling the
PKG_PROG_PKG_CONFIG macro.

Signed-off-by: Christian Ehrhardt 
---
 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])
 PKG_PROG_PKG_CONFIG
 
 AM_MISSING_PROG([AUTOM4TE], [autom4te])
-- 
2.17.1

___
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev