aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-21 21:49:53 +0000
committerAndreas Oberritter <obi@opendreambox.org>2010-11-16 16:08:51 +0100
commitc97e30c087c5435db3861d53f89fd59576be03f6 (patch)
treec71cefeb73d9e04e35170b12dc5d82e5cdb41b5d /configure.ac
parentfb91533bb1d293bdb0691bfcc1d15da9268782fe (diff)
downloadenigma2-c97e30c087c5435db3861d53f89fd59576be03f6.tar.gz
enigma2-c97e30c087c5435db3861d53f89fd59576be03f6.zip
move m4 macros to subdirectory, update ax_python_devel.m4
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 35fad779..d6a9a9fa 100755
--- a/configure.ac
+++ b/configure.ac
@@ -7,6 +7,7 @@ TUXBOX_APPS_DIRECTORY
AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
+AC_CONFIG_MACRO_DIR([m4])
AC_ARG_WITH(libsdl,
AC_HELP_STRING([--with-libsdl], [use sdl, yes or no]),
@@ -23,7 +24,7 @@ fi
AM_CONDITIONAL(HAVE_DDVDLIB, test "$have_ddvdlib" = "yes")
AM_PATH_PYTHON()
-AC_PYTHON_DEVEL
+AX_PYTHON_DEVEL
#AM_PATH_XINE(1.1.0,, AC_MSG_ERROR([*** Please install xine-lib (devel) first ***]))
TUXBOX_APPS_DVB