AC_INIT([leon],[1.0])
AC_CONFIG_SRCDIR(src/group.h)
AC_CONFIG_HEADERS([src/leon_config.h])
AC_CHECK_SIZEOF(int)
AC_PROG_INSTALL
AC_PROG_CC
AC_LANG([C])
AC_PROG_MAKE_SET
dnl maybe AC_CHECK_HEADERS or AC_CHECK_FUNCS to verify existence of needed things...
AC_CONFIG_FILES([Makefile])
AC_OUTPUT
[ Dauer der Verarbeitung: 0.3 Sekunden
(vorverarbeitet)
]