modernize configure.ac and Makefile.am

autoconf-1.13 has new warnings, silence them by updating
the buildsystem
This commit is contained in:
Stefan Seyfried
2013-06-16 22:16:12 +02:00
parent 70a2f5bca0
commit 9338fc6d1f
6 changed files with 17 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
AC_INIT(libstb-hal,0.1.1)
AM_INIT_AUTOMAKE(libstb-hal,0.1.1)
AC_INIT([libstb-hal], [0.1.1])
AM_INIT_AUTOMAKE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_CONFIG_MACRO_DIR([m4])
AC_GNU_SOURCE