From 405af4620b6d37e1098a141aa12f312e3d692c76 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 11 Jun 2012 11:00:52 +1000 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ configure.ac | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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]) -- 2.40.0