From 2fa3663289648d2ed61464d577f9f94e8833cb3f Mon Sep 17 00:00:00 2001 From: emeric Date: Sat, 26 Oct 2019 11:50:20 +0200 Subject: [PATCH] Reverted changes made on AM_INIT_AUTOMAKE to silent warnings, as it is not working on bionic (automake-1.16 used on buster is OK though) #5 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1264ad44..82abff3d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.59) AC_INIT(lms, 3.1.0, test@test) -AM_INIT_AUTOMAKE([subdir-objects]) +AM_INIT_AUTOMAKE AC_CONFIG_HEADER(src/config/config.h) AC_LANG_CPLUSPLUS