This line gives you target_os which is needed for the hurd
dependency lines.
Bug-Debian: http://bugs.debian.org/673485
+Changes in 22.18
+================
+ * Added AC_CANONICAL_TARGET for target_os Debian #673485
+
Changes in 22.17
================
* Make it possible to use --enable-timeout-stat as well as
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_CONFIG_MACRO_DIR([m4])
-AC_INIT([psmisc],[22.17])
+AC_INIT([psmisc],[22.18])
AC_CONFIG_SRCDIR([src/comm.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR([config])
+AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10])
AC_LANG([C])