From e0668522007724ba3300010d4f110dd621c6ce8b 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/c1fde79388cc57238b60e2d1695ca769df116937 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 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b912772..0f39684 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([Tuxbox-libstb-hal], [ver_major.ver_minor.ver_micro]) +AC_INIT([libstb-hal], [ver_major.ver_minor.ver_micro]) 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 libmipsbox/Makefile @@ -120,3 +120,5 @@ libspark/Makefile libtriple/Makefile tools/Makefile ]) + +AC_OUTPUT