aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 5 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 540b4f6..e545dfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# This file is part of Ellinika -*- autoconf -*-
-# Copyright (C) 2004, 2005, 2007, 2008, 2010 Sergey Poznyakoff
+# Copyright (C) 2004, 2005, 2007, 2008, 2010, 2015 Sergey Poznyakoff
#
# Ellinika is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
AC_PREREQ(2.61)
-AC_REVISION(2015-01-06 13:50:03 gray)
+AC_REVISION(2015-01-06 14:33:57 gray)
AC_INIT(ellinika, 1.99.99, [gray+ellinika@gnu.org.ua])
AC_CONFIG_SRCDIR(src/cgi-bin/dict.scm4)
AC_CONFIG_AUX_DIR([build-aux])
@@ -41,8 +41,7 @@ AM_GNU_GETTEXT([external], [need-ngettext])
AM_GNU_GETTEXT_VERSION([0.17])
-MU_CHECK_GUILE(,,
- [AC_MSG_ERROR([You need Guile 1.8 or newer])])
+GINT_INIT(,[nodoc])
RA_CHECK_LIB(mysqlclient,
mysql_real_connect,
@@ -53,6 +52,7 @@ RA_CHECK_LIB(mysqlclient,
LIBS="$LIBS $ra_cv_lib_mysqlclient"
+
## **************
## Directories
## **************
@@ -133,6 +133,7 @@ AC_SUBST(AUTOGENERATED,
AC_CONFIG_FILES(Makefile
.htaccess
+ gint/Makefile
src/Makefile
src/cgi-bin/Makefile
src/ellinika/Makefile

Return to:

Send suggestions and report system problems to the System administrator.