X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=configure.ac;h=b835d4cfde9427a0f68f8904f9534b68bff4882c;hp=5e403debdedc682c4dac664b90cda50ef0ede108;hb=493b7f189680b24565dbcd5b0233577c14930cdf;hpb=864bab84ceacbaa2cf2814aa74f1379a0b9c8426 diff --git a/configure.ac b/configure.ac old mode 100755 new mode 100644 index 5e403de..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,13 +84,15 @@ LDFLAGS="$LDFLAGS -pthread $PYTHON_LDFLAGS $SDL_LDFLAGS $GSTREAMER_LDFLAGS $GSTR TUXBOX_APPS_GETTEXT -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile data/Makefile data/fonts/Makefile data/countries/Makefile data/defaults/Makefile data/defaults/Dream/Makefile +data/defaults/Dream/hdbouquets/Makefile +data/defaults/Dream/sdbouquets/Makefile data/extensions/Makefile data/skin_default/Makefile data/skin_default/menu/Makefile @@ -116,6 +119,7 @@ lib/python/Components/Sources/Makefile lib/python/Screens/Makefile lib/python/Plugins/Makefile lib/python/Plugins/DemoPlugins/Makefile +lib/python/Plugins/DemoPlugins/TPMDemo/Makefile lib/python/Plugins/DemoPlugins/TestPlugin/Makefile lib/python/Plugins/Extensions/CutListEditor/Makefile lib/python/Plugins/Extensions/CutListEditor/meta/Makefile @@ -155,6 +159,8 @@ lib/python/Plugins/SystemPlugins/FrontprocessorUpgrade/meta/Makefile lib/python/Plugins/SystemPlugins/Hotplug/Makefile lib/python/Plugins/SystemPlugins/Hotplug/meta/Makefile lib/python/Plugins/SystemPlugins/Makefile +lib/python/Plugins/SystemPlugins/TempFanControl/Makefile +lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile lib/python/Plugins/SystemPlugins/NetworkWizard/Makefile lib/python/Plugins/SystemPlugins/NetworkWizard/meta/Makefile lib/python/Plugins/SystemPlugins/NFIFlash/Makefile @@ -176,6 +182,7 @@ lib/python/Plugins/SystemPlugins/VideoTune/meta/Makefile lib/python/Plugins/SystemPlugins/Videomode/Makefile lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile lib/python/Plugins/SystemPlugins/WirelessLan/Makefile +lib/python/Plugins/SystemPlugins/WirelessLan/meta/Makefile lib/python/Tools/Makefile lib/service/Makefile lib/components/Makefile @@ -184,6 +191,7 @@ main/Makefile tools/Makefile enigma2.pc ]) +AC_OUTPUT #lib/python/Plugins/Extensions/SimpleRSS/Makefile #lib/python/Plugins/Extensions/FileManager/Makefile