fix: update obsolete macros in autoconf (#582)
* fix: update obsolete macros in autoconf * fix: update obsolete macro 'AC_PROG_LIBTOOL' in autoconf
This commit is contained in:
@@ -5,11 +5,11 @@ AM_INIT_AUTOMAKE([subdir-objects])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_PREREQ(2.59)
|
||||
AC_PREREQ([2.71])
|
||||
|
||||
AC_LANG_CPLUSPLUS
|
||||
AC_LANG([C++])
|
||||
AC_PROG_CXX
|
||||
AC_PROG_LIBTOOL
|
||||
LT_INIT
|
||||
|
||||
AC_ARG_ENABLE(outputs, AS_HELP_STRING([--enable-outputs], [Enable outputs screen @<:@default=no@:>@]), [outputs=$enableval], [outputs=no])
|
||||
AC_ARG_ENABLE(visualizer, AS_HELP_STRING([--enable-visualizer], [Enable music visualizer screen @<:@default=no@:>@]), [visualizer=$enableval], [visualizer=no])
|
||||
|
||||
Reference in New Issue
Block a user