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 <[email protected]> * 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
