aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-01-06 14:20:40 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-01-06 14:20:40 +0200
commitc5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f (patch)
tree39926189df6fa19ea1246cdc03e3c7cf5eaea889 /configure.ac
parentd2964dda42f601c514d3e822dc5efd75ef456a40 (diff)
downloadellinika-c5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f.tar.gz
ellinika-c5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f.tar.bz2
Minor changes
* Makefile.am: Use silent rule markers * configure.ac: Enable silent rules, add Emacs magic for AC_REVISION * htdig: Remove.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 12 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 01b27a2..540b4f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,15 +17,18 @@
AC_PREREQ(2.61)
-AC_REVISION($Revision: 557 $)
+AC_REVISION(2015-01-06 13:50:03 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])
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE([1.11 no-exeext])
+AM_INIT_AUTOMAKE([1.11 silent-rules no-exeext])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
+# Enable silent rules by default:
+AM_SILENT_RULES([yes])
+
## * Checks for programs.
AC_PROG_CC
AC_PROG_YACC
@@ -146,3 +149,10 @@ AC_CONFIG_FILES(Makefile
po/Makefile.in)
AC_OUTPUT
+
+dnl Local variables:
+dnl eval: (add-hook 'write-file-hooks 'time-stamp)
+dnl time-stamp-start: "AC_REVISION("
+dnl time-stamp-end: ")"
+dnl time-stamp-line-limit: 20
+dnl end:

Return to:

Send suggestions and report system problems to the System administrator.