aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-06-09 14:22:52 -0700
committerBen Pfaff <blp@nicira.com>2009-06-09 14:22:52 -0700
commit8833d73dea713cc86d0bc94d3d02e663067f3f9e (patch)
tree1429cec508723fc4c348005174d8a86310697fd2 /acinclude.m4
parent424d1282e138126ebb3f8efe805f2ec9702f7fa0 (diff)
Remove "dpkg-buildpackage" test from "make distcheck".
Now the Debian packaging is regularly tested via the autobuilder, so there is less need to do it from "make distcheck", and not doing it saves time there.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 498196b3..f16bbf4b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -154,13 +154,6 @@ AC_DEFUN([OVS_CHECK_IF_PACKET],
[Define to 1 if net/if_packet.h is available.])
fi])
-dnl Checks for dpkg-buildpackage. If this is available then we check
-dnl that the Debian packaging is functional at "make distcheck" time.
-AC_DEFUN([OVS_CHECK_DPKG_BUILDPACKAGE],
- [AC_CHECK_PROG([HAVE_DPKG_BUILDPACKAGE], [dpkg-buildpackage], [yes], [no])
- AM_CONDITIONAL([HAVE_DPKG_BUILDPACKAGE],
- [test $HAVE_DPKG_BUILDPACKAGE = yes])])
-
dnl ----------------------------------------------------------------------
dnl These macros are from GNU PSPP, with the following original license:
dnl Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.