From ea104e5009628e3423b0073476523f9faa867a56 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 24 Apr 2019 13:16:53 +0200 Subject: [PATCH] configure.ac: autoupdate Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/e1aaec9236834359f90a436a9c83246922c1a682 Author: vanhofen Date: 2019-04-24 (Wed, 24 Apr 2019) Origin message was: ------------------ - configure.ac: autoupdate ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 0fea9d2..b8ee987 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ define(ver_git, m4_esyscmd([ ])) AC_PACKAGE_NAME, PACKAGE_NAME_LIBSTB_HAL -AC_INIT([NI-libstb-hal], [ver_major.ver_minor.ver_micro], [https://www.neutrino-images.de]) +AC_INIT([NI-libstb-hal],[ver_major.ver_minor.ver_micro],[https://www.neutrino-images.de]) AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([libstb-hal-config.h:config.h.in]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) @@ -35,7 +35,7 @@ PKG_PROG_PKG_CONFIG AC_DISABLE_SHARED AC_DISABLE_STATIC AC_SYS_LARGEFILE -AC_PROG_LIBTOOL +LT_INIT AC_ARG_ENABLE(clutter, AS_HELP_STRING(--enable-clutter, use clutter instead of OpenGL), @@ -103,7 +103,7 @@ if test "$enable_flv2mpeg4" = "yes"; then AC_DEFINE(ENABLE_FLV2MPEG4, 1, [use flv2mpeg4 libeplayer3-arm]) fi -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile common/Makefile libarmbox/Makefile @@ -119,3 +119,4 @@ libtriple/Makefile tools/Makefile ]) +AC_OUTPUT