aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--[-rwxr-xr-x]configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d6a9a9fa..b6e2d95a 100755..100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(enigma2,2.4)
+AC_INIT([enigma2],[2.4])
AM_INIT_AUTOMAKE(enigma2,2.4)
TUXBOX_APPS
@@ -10,7 +10,7 @@ AC_PROG_RANLIB
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]]
)
@@ -23,7 +23,7 @@ else
fi
AM_CONDITIONAL(HAVE_DDVDLIB, test "$have_ddvdlib" = "yes")
-AM_PATH_PYTHON()
+AM_PATH_PYTHON
AX_PYTHON_DEVEL
#AM_PATH_XINE(1.1.0,, AC_MSG_ERROR([*** Please install xine-lib (devel) first ***]))
@@ -84,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
@@ -191,6 +191,7 @@ main/Makefile
tools/Makefile
enigma2.pc
])
+AC_OUTPUT
#lib/python/Plugins/Extensions/SimpleRSS/Makefile
#lib/python/Plugins/Extensions/FileManager/Makefile