X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=3525ea7d2d8e5458b200d5e7304b1835494389f2;hb=1995154649a9897f7deea915e5a822197907552a;hp=e718416c62802d6dd02d5d7a73eab75d08e5f927;hpb=be47db56fdf19436c14781c0de6977d2b7eaaf3d;p=autobuildrequires.git diff --git a/configure.ac b/configure.ac index e718416..3525ea7 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.1) +AC_INIT(auto-buildrequires,1.1) AM_INIT_AUTOMAKE AC_PROG_INSTALL @@ -24,9 +24,9 @@ AC_PROG_CC AM_PROG_CC_C_O AC_CHECK_PROG([RPM],[rpm],[rpm]) -AC_CHECK_PROG([RPMBUILD],[rpmbuild],[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])