The following commit has been merged in the master branch:
commit 3c17795fa157ba9ab0714169696ade8cb2590e71
Author: Guillem Jover <[email protected]>
Date:   Tue Jan 15 03:07:49 2013 +0100

    build: Use AC_MSG_ERROR instead of obsolete AC_ERROR

diff --git a/m4/dpkg-build.m4 b/m4/dpkg-build.m4
index b6e7c08..1c259f2 100644
--- a/m4/dpkg-build.m4
+++ b/m4/dpkg-build.m4
@@ -40,6 +40,6 @@ AC_DEFUN([DPKG_WITH_DIR], [
 # Check if the condition is fulfilled when preparing a distribution tarball.
 AC_DEFUN([DPKG_DIST_CHECK], [
   AS_IF([test ! -f $srcdir/.dist-version && $1], [
-    AC_ERROR([not building from distributed tarball, $2])
+    AC_MSG_ERROR([not building from distributed tarball, $2])
   ])
 ])# DPKG_DIST_CHECK

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to