X-Git-Url: http://git.annexia.org/?p=techtalk-pse.git;a=blobdiff_plain;f=configure.ac;h=56a2980f6c2283ec4ba240fd35da6b1b08cb3069;hp=85f9c7390c7abe67c3490a435030f89261d2eb35;hb=734ce1f1433f4dabc56b69fc3c0cea4c0668d148;hpb=9861482b4e7f7b32cead8b76cb555bd59a89670a diff --git a/configure.ac b/configure.ac index 85f9c73..56a2980 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -AC_INIT([techtalk-pse],[1.0.1]) +dnl NOTE: 1.x where x is odd = development +dnl 1.x where x is even = stable +AC_INIT([techtalk-pse],[1.1.0]) AM_INIT_AUTOMAKE([foreign]) dnl Check for pod2man and pod2text. @@ -28,7 +30,7 @@ test "x$POD2TEXT" = "xno" && dnl Check for required Perl modules. missing_perl_modules=no -for pm in Pod::Usage Getopt::Long Glib Gtk2 Gtk2::MozEmbed; do +for pm in Pod::Usage Getopt::Long Glib Gtk2 Gtk2::Gdk::Keysyms Gtk2::WebKit Gnome2::Vte; do AC_MSG_CHECKING([for $pm]) if ! perl -M$pm -e1 >/dev/null 2>&1; then AC_MSG_RESULT([no])