mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
Origin commit data
------------------
Branch: master
Commit: d5e29f4403
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-11 (Sat, 11 Feb 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
25 lines
391 B
Plaintext
25 lines
391 B
Plaintext
AC_INIT(libstb-hal,0.1.1)
|
|
AM_INIT_AUTOMAKE(libstb-hal,0.1.1)
|
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
TUXBOX_APPS
|
|
TUXBOX_APPS_DIRECTORY
|
|
TUXBOX_APPS_PKGCONFIG
|
|
TUXBOX_BOXTYPE
|
|
|
|
AC_PROG_CC
|
|
AC_PROG_CXX
|
|
AC_DISABLE_STATIC
|
|
AC_SYS_LARGEFILE
|
|
AM_PROG_LIBTOOL
|
|
|
|
TUXBOX_APPS_LIB_PKGCONFIG(DIRECTFB, directfb)
|
|
|
|
AC_OUTPUT([
|
|
Makefile
|
|
libtriple/Makefile
|
|
libspark/Makefile
|
|
])
|
|
|