aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-06-27 17:04:20 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-07-01 12:13:56 +0200
commitec1d8c400428f314acbd9ae95b9272c777c9f689 (patch)
treef6cb03adcc90d3e60373176ce561c1a345af1628
parent36e12d4db849b75541998b433bf38a77f57c0c3d (diff)
configure.ac: Replace obosolete macro AC_CANONICAL_SYSTEM
$ autoconf -Wall configure.ac:11: warning: The macro `AC_CANONICAL_SYSTEM' is obsolete. configure.ac:11: You should run autoupdate. autoupdate applied the change present in this commit. Change-Id: Iee59e6e9a7670867d5bc55ba96f79130bc6982f6
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ede6963..65d0e8c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ dnl *This* is the root dir, even if an install-sh exists in ../ or ../../
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_TESTDIR(tests)
-AC_CANONICAL_SYSTEM
+AC_CANONICAL_TARGET
dnl kernel style compile messages
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])