2 # Process this file with autoconf to produce a configure script.
5 AC_INIT([J-Ben 2 BETA],
7 [general at vultaire dot net],
9 [http://jben.vultaire.net/])
10 AM_INIT_AUTOMAKE([foreign])
11 AC_CONFIG_SRCDIR([c/kpengine/jstroke.h])
12 AC_CONFIG_HEADERS([config.h])
14 # Checks for programs.
18 # Checks for libraries.
20 # Checks for header files.
21 AC_CHECK_HEADERS([stdlib.h string.h])
22 # Others: stdio.h, ctype.h, windows.h (windows only)
24 # Checks for typedefs, structures, and compiler characteristics.
27 # Checks for library functions.
30 AC_CHECK_FUNCS([strdup strtol])
33 AM_GNU_GETTEXT([external])
34 AM_GNU_GETTEXT_VERSION([0.17])
36 AC_CONFIG_FILES([Makefile
42 python/jben/configure.py