mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
This way, users do not have to install the m4 file from pkg-config, which was not previously a requirement. Without this change, "configure" fails when pkg.m4 is not available via aclocal: ./configure: line 26189: ` PKG_CHECK_MODULES(DPDK, libdpdk,' Reported-by: Alin Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
12 lines
352 B
Makefile
12 lines
352 B
Makefile
# Copyright (C) 2013 Nicira, Inc.
|
|
#
|
|
# Copying and distribution of this file, with or without modification,
|
|
# are permitted in any medium without royalty provided the copyright
|
|
# notice and this notice are preserved. This file is offered as-is,
|
|
# without warranty of any kind.
|
|
|
|
EXTRA_DIST += \
|
|
m4/absolute-header.m4 \
|
|
m4/include_next.m4 \
|
|
m4/pkg.m4
|