# -*- Autoconf -*- # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) AC_INIT(proc-rpmnew, 0.3.1, http://bts.vinelinux.org/) AM_INIT_AUTOMAKE([no-dist-gzip dist-bzip2 tar-ustar]) AM_MAINTAINER_MODE AM_GNU_GETTEXT([external]) # Checks for programs. AC_PROG_EGREP AC_PATH_PROG(SDIFF,sdiff) AS_IF(test -z $SDIFF, AC_MSG_ERROR([sdiff was not found.])) # Checks for libraries. # Checks for header files. # Checks for typedefs, structures, and compiler characteristics. # Checks for library functions. AC_CONFIG_FILES([Makefile po/Makefile.in proc-rpmnew ]) #[chmod +x proc-rpmnew]) AC_OUTPUT