[ovs-dev] [PATCH ovn] Change the package name from openvswitch to ovn in AC_INIT()

nusiddiq at redhat.com nusiddiq at redhat.com
Thu Aug 1 13:46:18 UTC 2019


From: Numan Siddique <nusiddiq at redhat.com>

Signed-off-by: Numan Siddique <nusiddiq at redhat.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 180bbcd7c..8a32d3a18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@
 # limitations under the License.
 
 AC_PREREQ(2.63)
-AC_INIT(openvswitch, 2.12.90, bugs at openvswitch.org)
+AC_INIT(ovn, 2.12.90, bugs at openvswitch.org)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_HEADERS([config.h])
-- 
2.21.0



More information about the dev mailing list