diff options
author | Andreas Beckmann <anbe@debian.org> | 2014-05-22 21:53:42 +0200 |
---|---|---|
committer | Andreas Beckmann <anbe@debian.org> | 2014-05-22 21:53:42 +0200 |
commit | 0904c89c3229141770e9140770845fa354e29b16 (patch) | |
tree | 0a93b5bee3bf89ed9a185bfc18bde9d2e4027507 | |
parent | cf269a6bb776c1f8521d9c488374ab6f019abc98 (diff) | |
download | sendmail-0904c89c3229141770e9140770845fa354e29b16.tar.gz |
substitute @DEB_HOST_MULTIARCH@
-rw-r--r-- | debian/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/configure.ac b/debian/configure.ac index b5625c1..696b566 100644 --- a/debian/configure.ac +++ b/debian/configure.ac @@ -342,6 +342,7 @@ else AC_SUBST(DEB_BUILD_GNU_SYSTEM) AC_SUBST(DEB_BUILD_GNU_TYPE) AC_SUBST(DEB_HOST_ARCH) AC_SUBST(DEB_HOST_GNU_CPU) AC_SUBST(DEB_HOST_GNU_SYSTEM) AC_SUBST(DEB_HOST_GNU_TYPE) + AC_SUBST(DEB_HOST_MULTIARCH) AC_MSG_RESULT([$DEBIAN, using debhelper v$DEBIAN_DH]) fi; |