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 @@
1# This file is part of Ellinika -*- autoconf -*- 1# This file is part of Ellinika -*- autoconf -*-
2# Copyright (C) 2004, 2005, 2007, 2008, 2010 Sergey Poznyakoff 2# Copyright (C) 2004, 2005, 2007, 2008, 2010, 2015 Sergey Poznyakoff
3# 3#
4# Ellinika is free software; you can redistribute it and/or modify 4# Ellinika is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
17 17
18AC_PREREQ(2.61) 18AC_PREREQ(2.61)
19 19
20AC_REVISION(2015-01-06 13:50:03 gray) 20AC_REVISION(2015-01-06 14:33:57 gray)
21AC_INIT(ellinika, 1.99.99, [gray+ellinika@gnu.org.ua]) 21AC_INIT(ellinika, 1.99.99, [gray+ellinika@gnu.org.ua])
22AC_CONFIG_SRCDIR(src/cgi-bin/dict.scm4) 22AC_CONFIG_SRCDIR(src/cgi-bin/dict.scm4)
23AC_CONFIG_AUX_DIR([build-aux]) 23AC_CONFIG_AUX_DIR([build-aux])
@@ -41,8 +41,7 @@ AM_GNU_GETTEXT([external], [need-ngettext])
41 41
42AM_GNU_GETTEXT_VERSION([0.17]) 42AM_GNU_GETTEXT_VERSION([0.17])
43 43
44MU_CHECK_GUILE(,, 44GINT_INIT(,[nodoc])
45 [AC_MSG_ERROR([You need Guile 1.8 or newer])])
46 45
47RA_CHECK_LIB(mysqlclient, 46RA_CHECK_LIB(mysqlclient,
48 mysql_real_connect, 47 mysql_real_connect,
@@ -53,6 +52,7 @@ RA_CHECK_LIB(mysqlclient,
53 52
54LIBS="$LIBS $ra_cv_lib_mysqlclient" 53LIBS="$LIBS $ra_cv_lib_mysqlclient"
55 54
55
56## ************** 56## **************
57## Directories 57## Directories
58## ************** 58## **************
@@ -133,6 +133,7 @@ AC_SUBST(AUTOGENERATED,
133 133
134AC_CONFIG_FILES(Makefile 134AC_CONFIG_FILES(Makefile
135 .htaccess 135 .htaccess
136 gint/Makefile
136 src/Makefile 137 src/Makefile
137 src/cgi-bin/Makefile 138 src/cgi-bin/Makefile
138 src/ellinika/Makefile 139 src/ellinika/Makefile

Return to:

Send suggestions and report system problems to the System administrator.