[go: up one dir, main page]

Menu

[r22]: / configure.ac  Maximize  Restore  History

Download this file

20 lines (13 with data), 278 Bytes

AC_INIT(MenuMaker, 0.99.8a)
AM_INIT_AUTOMAKE

AZ_PYTHON_DEFAULT

AZ_PYTHON_WITH

if test -z "$PYTHON"; then
    AZ_PYTHON_PATH
fi

AZ_PYTHON_VERSION_ENSURE([2.7])

AZ_PYTHON_RUN

AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([doc/Makefile])
AC_CONFIG_FILES([Config.py])

AC_OUTPUT