From: Craig Small Date: Mon, 11 Jun 2012 01:00:52 +0000 (+1000) Subject: Added AC_CANONICAL_TARGET to configure.ac X-Git-Tag: v22.18~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=405af4620b6d37e1098a141aa12f312e3d692c76;p=psmisc Added AC_CANONICAL_TARGET to configure.ac This line gives you target_os which is needed for the hurd dependency lines. Bug-Debian: http://bugs.debian.org/673485 --- diff --git a/ChangeLog b/ChangeLog index 11a20ea..c12b2a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/configure.ac b/configure.ac index 93d6a17..8440a46 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,11 @@ 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])