From 2ffacc7905e81c72e50bff0370306e5935291c74 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 24 Apr 2019 13:16:01 +0200 Subject: [PATCH] configure.ac: autoupdate Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a95f03773d1b0e8beb65b3a5312044409866667b 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 195a967b1..2b943da37 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ define(ver_micro, m4_esyscmd([ ])) define(rel_cycle, "ver_major.0") -AC_INIT([NI-Neutrino], [ver_major.ver_minor.ver_micro], [https://www.neutrino-images.de]) +AC_INIT([NI-Neutrino],[ver_major.ver_minor.ver_micro],[https://www.neutrino-images.de]) AM_INIT_AUTOMAKE([nostdinc foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) @@ -27,7 +27,7 @@ TUXBOX_BOXTYPE AC_PROG_CC AC_PROG_CXX AC_DISABLE_STATIC -AM_PROG_LIBTOOL +LT_INIT # Add build information to local_build_config.h.tmp # ------------------------------------------------- @@ -322,7 +322,7 @@ AC_SUBST(LUA_LIBS) AC_SUBST(BLURAY_LIBS) AC_SUBST(LIBCOOLSTREAM_STATIC_DIR) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile data/Makefile data/config/Makefile @@ -422,3 +422,5 @@ src/zapit/Makefile src/zapit/lib/Makefile src/zapit/src/Makefile ]) + +AC_OUTPUT