Add a new type '*.term' for running VTE terminal commands.
[techtalk-pse.git] / configure.ac
index 9b26fdd..60f1670 100644 (file)
@@ -15,7 +15,7 @@
 # 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.0])
+AC_INIT([techtalk-pse],[1.0.1])
 AM_INIT_AUTOMAKE([foreign])
 
 dnl Check for pod2man and pod2text.
@@ -28,7 +28,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])