mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
configure: remove config from separat include dir
Not really needed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# explicit defines for separate revision handling
|
||||
define(ver_major, 1)
|
||||
define(ver_minor, 0)
|
||||
define(ver_micro, 9)
|
||||
define(ver_minor, 1)
|
||||
define(ver_micro, 0)
|
||||
|
||||
# sync with current git
|
||||
define(ver_git, m4_esyscmd([
|
||||
@@ -13,7 +13,7 @@ define(ver_git, m4_esyscmd([
|
||||
AC_PACKAGE_NAME, PACKAGE_NAME_LIBSTB_HAL
|
||||
AC_INIT([Tuxbox-libstb-hal], [ver_major.ver_minor.ver_micro])
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_HEADERS([include/libstb-hal-config.h:config.h.in])
|
||||
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
|
||||
|
Reference in New Issue
Block a user