From: Ben Pfaff Date: Fri, 29 Aug 2008 00:47:01 +0000 (-0700) Subject: Fix "make distcheck" error due to failure to clean files added by Automake. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8b6bac1008ae7779ad306ae9edb1e47884de2b;p=openvswitch Fix "make distcheck" error due to failure to clean files added by Automake. --- diff --git a/.gitignore b/.gitignore index 105f561e..fb110376 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ /aclocal.m4 /autom4te.cache /build-arch-stamp +/build-aux /build-indep-stamp /compile /config.guess diff --git a/configure.ac b/configure.ac index 18dd1af5..1505c6bb 100644 --- a/configure.ac +++ b/configure.ac @@ -34,6 +34,7 @@ AC_PREREQ(2.59) AC_INIT(openflow, v0.8.1, info@openflowswitch.org) AC_CONFIG_SRCDIR([README.hwtables]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE diff --git a/ext b/ext index b3227406..2cc41f0f 160000 --- a/ext +++ b/ext @@ -1 +1 @@ -Subproject commit b3227406a713f5cae10d31a7be7249c6ebe16bff +Subproject commit 2cc41f0fd8e9efce57cd1c0b638f144c369c2b4d