From ef0d8ec31d3560e5f272042a3fea618e0ab1be8c Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 31 Dec 2015 14:12:40 +0100 Subject: modernize AM_INit_AUTOMAKE according to http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation --- src/host/layer23/configure.ac | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/host/layer23/configure.ac b/src/host/layer23/configure.ac index 9335e66e..102d2344 100644 --- a/src/host/layer23/configure.ac +++ b/src/host/layer23/configure.ac @@ -1,7 +1,6 @@ dnl Process this file with autoconf to produce a configure script -AC_INIT - -AM_INIT_AUTOMAKE(layer23, 0.0.0) +AC_INIT([layer23], [0.0.0]) +AM_INIT_AUTOMAKE dnl kernel style compile messages m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) -- cgit v1.2.3