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

This commit is contained in:
emeric
2019-10-26 11:50:20 +02:00
parent ef6aafcde2
commit 2fa3663289
+1 -1
View File
@@ -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