Skip to content

Commit

Permalink
committed wrong makefile and configure.ac; remove m4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Jul 14, 2024
1 parent b5626fc commit 578ec99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 790 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ACLOCAL_AMFLAGS = -I m4
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = \
aihdcontroler \
Expand Down
6 changes: 6 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
AC_INIT([enigma2-plugins],[4],[[email protected]])
AM_INIT_AUTOMAKE([dist-bzip2 foreign no-define tar-pax])

# Silent rules are available since 1.11, but older versions
# are still in use. So don't use them unconditionally.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE

AC_PATH_PROG(MSGFMT, msgfmt, AC_MSG_ERROR(Could not find msgfmt))

AM_PATH_PYTHON

AC_ARG_WITH(debug,
AS_HELP_STRING([--without-debug],[disable debugging code]),
[with_debug="$withval"],[with_debug="yes"])
if test "$with_debug" = "yes"; then
DEBUG_CFLAGS="-ggdb3"
AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code])
fi
AC_SUBST(DEBUG_CFLAGS)

AC_ARG_WITH(po,
AS_HELP_STRING([--with-po],[enable updating of po files]),
Expand Down
283 changes: 0 additions & 283 deletions m4/ax_pthread.m4

This file was deleted.

Loading

0 comments on commit 578ec99

Please sign in to comment.