Переглянути джерело

build: Use AC_MSG_ERROR instead of obsolete AC_ERROR

Guillem Jover 13 роки тому
батько
коміт
3c17795fa1
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      m4/dpkg-build.m4

+ 1 - 1
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