aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-23 11:20:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-23 11:20:24 +0000
commit9f888c945bf35a5aac073212ed4d98a3d3c995a2 (patch)
tree2196a221c65dc84a59c71f9986ecb6f95ca3f24f /configure.ac
parent0bad72ab8a3ccc80eab77dad4b727840674153a3 (diff)
downloadellinika-9f888c945bf35a5aac073212ed4d98a3d3c995a2.tar.gz
ellinika-9f888c945bf35a5aac073212ed4d98a3d3c995a2.tar.bz2
Clarify the use of AUTHOR declaration.
* disp.css: Rename to maint.css * Makefile.am: Likewise. * xml/uk/ellinika.xml: Simplify <AUTHOR> declaration. * xml/pl/ellinika.xml: Likewise. * xml/ru/ellinika.xml: Likewise. * xml/lingua.conf.in (AUTHOR): Add element. * xml/Makefile.am (=PACKAGE_BUGREPORT=): New substitution. * configure.ac: Update version number. Change bug-reporting email. * html-files/uk/maint.html: Use maint.css * html-files/ru/maint.html: Likewise. * html-files/uk/maint.html: Likewise. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@544 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 2 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index c74af0e..4ebc336 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@
AC_PREREQ(2.61)
AC_REVISION($Revision$)
-AC_INIT(ellinika, 1.2, [gray@gnu.org.ua])
+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])
AC_CANONICAL_SYSTEM
@@ -29,11 +29,8 @@ AM_INIT_AUTOMAKE(no-exeext)
M4='`cd $(top_srcdir); pwd`/scripts/missing --run m4'
AC_SUBST(M4)
-AM_GNU_GETTEXT(external, need-ngettext)
-AM_GNU_GETTEXT_VERSION(0.14.1)
-
MU_CHECK_GUILE(,,
- [AC_MSG_ERROR([You need Guile 1.6 or better])])
+ [AC_MSG_ERROR([You need Guile 1.8 or newer])])
RA_CHECK_LIB(mysqlclient,
mysql_real_connect,

Return to:

Send suggestions and report system problems to the System administrator.