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
This commit is contained in:
Pau Espin 2019-06-27 17:04:20 +02:00
parent 36e12d4db8
commit ec1d8c4004
1 changed files with 1 additions and 1 deletions

View File

@ -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])])