From 7b8b6bac1008ae7779ad306ae9edb1e47884de2b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 28 Aug 2008 17:47:01 -0700 Subject: [PATCH 1/1] Fix "make distcheck" error due to failure to clean files added by Automake. --- .gitignore | 1 + configure.ac | 1 + ext | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 105f561ee..fb1103765 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 18dd1af5f..1505c6bbd 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 b3227406a..2cc41f0fd 160000 --- a/ext +++ b/ext @@ -1 +1 @@ -Subproject commit b3227406a713f5cae10d31a7be7249c6ebe16bff +Subproject commit 2cc41f0fd8e9efce57cd1c0b638f144c369c2b4d -- 2.43.0