summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Small <csmall@users.sourceforge.net>2012-06-11 11:00:52 +1000
committerCraig Small <csmall@users.sourceforge.net>2012-06-11 11:00:52 +1000
commit405af4620b6d37e1098a141aa12f312e3d692c76 (patch)
tree67f9cc07b37c1b1d38405fdc949276cfb4ea2942
parent8a9d51d3757920b8ce6fd30e39f00a6bd6900420 (diff)
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
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 6 insertions, 1 deletions
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])