X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=2fccc648ffcbdbecd972aeafd0c66bd3771c3bbf;hb=3ba9c6a5a5468626dcfeb1f9a750bb0efc8c6a7a;hp=9b6c69ef5cec56b623ee30f60355688db241fa8f;hpb=7868fbc6c97c2a69ff2b9bb2c00f46675e9f721b;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index 9b6c69ef5..2fccc648f 100644 --- a/configure.ac +++ b/configure.ac @@ -13,7 +13,7 @@ # limitations under the License. AC_PREREQ(2.64) -AC_INIT(openvswitch, 2.1.90, ovs-bugs@openvswitch.org) +AC_INIT(openvswitch, 2.1.90, bugs@openvswitch.org) AC_CONFIG_SRCDIR([datapath/datapath.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) @@ -137,4 +137,6 @@ if test "$HAVE_NETLINK" = yes && test "$ESX" = no; then AC_DEFINE([LINUX_DATAPATH], [1], [System uses the linux datapath module.]) fi +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) + AC_OUTPUT