X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=b835d4cfde9427a0f68f8904f9534b68bff4882c;hp=35fad779ca568a8cd6171ece86b5336652868d0e;hb=493b7f189680b24565dbcd5b0233577c14930cdf;hpb=5928c8c18abacbedd119752fe294a9393da6d2f7 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 index 35fad77..b835d4c --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(enigma2,2.4) +AC_INIT([enigma2],[2.4],[enigma2-devel@lists.elitedvb.net]) AM_INIT_AUTOMAKE(enigma2,2.4) TUXBOX_APPS @@ -6,10 +6,11 @@ TUXBOX_APPS_DIRECTORY AC_PROG_CC AC_PROG_CXX -AC_PROG_RANLIB +LT_INIT +AC_CONFIG_MACRO_DIR([m4]) AC_ARG_WITH(libsdl, - AC_HELP_STRING([--with-libsdl], [use sdl, yes or no]), + AS_HELP_STRING([--with-libsdl],[use sdl, yes or no]), [[withsdl=$withval]], [[withsdl=yes]] ) @@ -22,8 +23,8 @@ else fi AM_CONDITIONAL(HAVE_DDVDLIB, test "$have_ddvdlib" = "yes") -AM_PATH_PYTHON() -AC_PYTHON_DEVEL +AM_PATH_PYTHON +AX_PYTHON_DEVEL #AM_PATH_XINE(1.1.0,, AC_MSG_ERROR([*** Please install xine-lib (devel) first ***])) TUXBOX_APPS_DVB @@ -83,7 +84,7 @@ LDFLAGS="$LDFLAGS -pthread $PYTHON_LDFLAGS $SDL_LDFLAGS $GSTREAMER_LDFLAGS $GSTR TUXBOX_APPS_GETTEXT -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile data/Makefile data/fonts/Makefile @@ -190,6 +191,7 @@ main/Makefile tools/Makefile enigma2.pc ]) +AC_OUTPUT #lib/python/Plugins/Extensions/SimpleRSS/Makefile #lib/python/Plugins/Extensions/FileManager/Makefile