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:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ(2.59)
|
AC_PREREQ(2.59)
|
||||||
AC_INIT(lms, 3.1.0, test@test)
|
AC_INIT(lms, 3.1.0, test@test)
|
||||||
AM_INIT_AUTOMAKE([subdir-objects])
|
AM_INIT_AUTOMAKE
|
||||||
AC_CONFIG_HEADER(src/config/config.h)
|
AC_CONFIG_HEADER(src/config/config.h)
|
||||||
|
|
||||||
AC_LANG_CPLUSPLUS
|
AC_LANG_CPLUSPLUS
|
||||||
|
|||||||
Reference in New Issue
Block a user