configure.ac: remove AC_CONFIG_MACRO_DIR macro

Origin commit data
------------------
Branch: master
Commit: a371a4d669
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-04-24 (Wed, 24 Apr 2019)

Origin message was:
------------------
- configure.ac: remove AC_CONFIG_MACRO_DIR macro

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-04-24 12:36:29 +02:00
parent 1e52dc8e2f
commit 106615846c

View File

@@ -15,7 +15,6 @@ AC_INIT([NI-libstb-hal], [ver_major.ver_minor.ver_micro], [https://www.neutrino-
AM_INIT_AUTOMAKE
AC_CONFIG_HEADERS([libstb-hal-config.h:config.h.in])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_MACRO_DIR([m4])
AC_GNU_SOURCE
AC_DEFINE(PACKAGE_VERSION_MAJOR, ver_major, [Major version number])