From ff8594b8cc916ba665961bd1e4e956810057f0ea Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 27 Sep 2012 15:01:01 +0300 Subject: Implement describe-instances and some bugfixes. * configure.ac: Change bug-reporting email. * grecs: Upgrade. * lib/forlan.c (eval_comp0): Set root. * lib/xmltree.c (eclat_partial_tree_end_handler): Set type to grecs_node_block for empty blocks. * src/Makefile.am: Add new files. * src/eclat.c: Rewrite and simplify command name matcher. Implement describe-instances. * src/eclat.conf (DescribeInstances): New format. * src/eclat.h (eclat_describe_instances): New proto. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5850232..8f8ccfc 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ # along with Eclat. If not, see . AC_PREREQ(2.63) -AC_INIT([eclat], 0.1, [gray+eclat@gnu.org.ua],, +AC_INIT([eclat], 0.1, [bug-eclat@gnu.org.ua],, [http://www.gnu.org/software/eclat]) AC_CONFIG_SRCDIR([src/eclat.h]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.1