X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cb64d587d9534c41a0976d4b316ea20b26232790..30d08880e13f81aa3aa6cb163e2037d1b98e20e4:/configure.ac diff --git a/configure.ac b/configure.ac index 1f83b0f7..605431b9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([enigma2],[2.8.0],[enigma2-devel@lists.elitedvb.net]) -AM_INIT_AUTOMAKE([dist-bzip2 no-define tar-pax]) +AM_INIT_AUTOMAKE([dist-bzip2 no-define tar-pax -Wno-portability]) AC_CONFIG_HEADERS([enigma2_config.h]) # Silent rules are available since 1.11, but older versions @@ -86,8 +86,8 @@ if test "$with_memcheck" = "yes"; then fi AC_ARG_WITH(po, - AS_HELP_STRING([--without-po],[disable updating of po files]), - [with_po="$withval"],[with_po="yes"]) + AS_HELP_STRING([--with-po],[enable updating of po files]), + [with_po="$withval"],[with_po="no"]) AM_CONDITIONAL(UPDATE_PO, test "$with_po" = "yes") CPPFLAGS="$CPPFLAGS $PYTHON_CPPFLAGS" @@ -103,6 +103,7 @@ data/defaults/Dream/Makefile data/defaults/Dream/hdbouquets/Makefile data/defaults/Dream/sdbouquets/Makefile data/extensions/Makefile +data/keymaps/Makefile data/skin_default/Makefile data/skin_default/menu/Makefile data/skin_default/icons/Makefile