bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-inetutils] [PATCH] only support build/host options when compiling


From: Mike Frysinger
Subject: [bug-inetutils] [PATCH] only support build/host options when compiling
Date: Mon, 14 Feb 2011 12:14:43 -0500

The "target" idea makes no sense with inetutils (since it is not
generating anything), so only support the normal build/host options.

Signed-off-by: Mike Frysinger <address@hidden>

        * configure.ac: Change AC_CANONICAL_SYSTEM to AC_CANONICAL_HOST.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index adbaffd..f52c4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ AC_INIT([GNU inetutils], 
m4_esyscmd([build-aux/git-version-gen .tarball-version]
 AC_CONFIG_SRCDIR([src/inetd.c])
 AC_CONFIG_AUX_DIR([build-aux])
 AM_CONFIG_HEADER([config.h:config.hin])
-AC_CANONICAL_SYSTEM # FIXME: Why not just _HOST?
+AC_CANONICAL_HOST
 
 AM_INIT_AUTOMAKE([1.11])
 
-- 
1.7.4.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]