diff mbox series

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

Message ID 20190130100832.12164-4-christian.ehrhardt@canonical.com
State Changes Requested
Delegated to: Ian Stokes
Headers show
Series fix build with DPDK 18.11 without -ldpdk | expand

Commit Message

Christian Ehrhardt Jan. 30, 2019, 10:08 a.m. UTC
Include the locally provided pkg.m4 before calling the
PKG_PROG_PKG_CONFIG macro.

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ben Pfaff Feb. 4, 2019, 8:14 p.m. UTC | #1
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 <christian.ehrhardt@canonical.com>
> ---
>  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.
diff mbox series

Patch

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])