summaryrefslogtreecommitdiff
path: root/support/SQLTeX/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'support/SQLTeX/configure.ac')
-rw-r--r--support/SQLTeX/configure.ac11
1 files changed, 7 insertions, 4 deletions
diff --git a/support/SQLTeX/configure.ac b/support/SQLTeX/configure.ac
index 057a159734..ff773a4ae5 100644
--- a/support/SQLTeX/configure.ac
+++ b/support/SQLTeX/configure.ac
@@ -1,5 +1,5 @@
# Autoconf configfile for SQLTeX.
-# To create a new distribuition, 3execute the following steps:
+# To create a new distribution, execute the following steps:
# aclocal
# autoconf
# automake --add-missing
@@ -16,13 +16,16 @@ AC_PREREQ([2.69])
# Ensure configure can check for the required perl modules.
m4_include([aclocal/ax_prog_perl_modules.m4])
-AC_INIT([SQLTeX], [2.1], [support@oveas.com])
+AC_INIT([SQLTeX], [2.2], [support@oveas.com])
AM_INIT_AUTOMAKE
-AX_PROG_PERL_MODULES(DBI Getopt::Long Term::ReadKey, , )
+AX_PROG_PERL_MODULES([DBI DBD::mysql Getopt::Long Term::ReadKey]
+ ,
+ ,[AC_MSG_ERROR([Not all required perl modules are installed])]
+)
-# Makefile to be generated in the subdircetories as welll
+# Makefile to be generated in the subdirectories as well
AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile man/Makefile])
AC_OUTPUT