# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ([2.65]) AC_INIT([vine-rpm-helper], [0.6.6], [http://bts.vinelinux.org/]) AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar]) AM_MAINTAINER_MODE AM_GNU_GETTEXT([external]) # Checks for programs. # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. # Define variables if test "x${prefix}" = "xNONE"; then prefix=${ac_default_prefix} fi DATADIR=`eval echo ${datadir}` PKGDATADIR=`eval echo ${DATADIR}/vine-rpm-helper` AC_SUBST(PKGDATADIR) AC_CONFIG_FILES([ po/Makefile.in plugins/Makefile data/Makefile man/Makefile man/ja/Makefile Makefile mkrpmspec mkrpmfiles ]) AC_OUTPUT