X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=e39c2ff2758e3d57031dcebca2a903a723875ea0;hb=db97488e6fe044a81cd45d90b11f1262b296c50c;hp=acd8fc0fc699395b406f96f7bbf021edae9a73b5;hpb=846f1af61e7a985bae6105771f4b80c677cc2d5a;p=autobuildrequires.git diff --git a/configure.ac b/configure.ac index acd8fc0..e39c2ff 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT(auto-buildrequires,0.9) +AC_INIT(auto-buildrequires,1.2) AM_INIT_AUTOMAKE AC_PROG_INSTALL @@ -26,11 +26,10 @@ AM_PROG_CC_C_O AC_CHECK_PROG([RPM],[rpm],[rpm]) AC_CHECK_PROG([RPMBUILD],[rpmbuild],[rpmbuild]) -# XXX Should check for String::ShellQuote and File::Temp modules. +# XXX Should check for String::ShellQuote and File::Temp modules, and pod2man. AC_PATH_PROG([PERL],[perl],[/usr/bin/perl]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile - auto-br.sh auto-br-analyze.pl - auto-buildrequires.spec]) + auto-br.sh auto-br-analyze.pl]) AC_OUTPUT