AC_INIT([eselect-python], [20160207]) AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2]) AC_PATH_PROG(INSTALL, install) AC_PROG_MKDIR_P # Create output files. AC_CONFIG_FILES([Makefile python.eselect]) AC_OUTPUT