]> granicus.if.org Git - psmisc/commitdiff
Added AC_CANONICAL_TARGET to configure.ac
authorCraig Small <csmall@users.sourceforge.net>
Mon, 11 Jun 2012 01:00:52 +0000 (11:00 +1000)
committerCraig Small <csmall@users.sourceforge.net>
Mon, 11 Jun 2012 01:00:52 +0000 (11:00 +1000)
This line gives you target_os which is needed for the hurd
dependency lines.

Bug-Debian: http://bugs.debian.org/673485

ChangeLog
configure.ac

index 11a20ea133b3fa37aefee3695a6c8177e214ee7f..c12b2a80f985a328d6bc42717502e0db8dab969a 100644 (file)
--- 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
index 93d6a17b3a4d9e0f6811b476566334b244640f07..8440a46142a8c77db034e60f22cb14c7be7a96e2 100644 (file)
@@ -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])