# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) AC_INIT([vine-manual-skel], [0.1], [http://bts.vinelinux.org/]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2 tar-ustar]) AM_MAINTAINER_MODE # Checks for programs. # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_CONFIG_FILES([ vine-manual-init Makefile template/Makefile template/help/Makefile template/help/figures/Makefile ]) AC_OUTPUT