Add a man page (RHBZ#1281250).
[autobuildrequires.git] / configure.ac
index acd8fc0..3525ea7 100644 (file)
@@ -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.1)
 AM_INIT_AUTOMAKE
 
 AC_PROG_INSTALL
@@ -26,7 +26,7 @@ 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])