aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Polak <polak@gnu.org>2009-10-16 19:12:53 +0200
committerWojciech Polak <polak@gnu.org>2009-10-16 19:12:53 +0200
commit5be9046a623d6a3618232be7a1236d7be6d0b39d (patch)
tree38807dd268a252ebc2d039bbd73d17f0959dd176
parent4ba24c0c91ade34e764ad5d383666a26b3b02650 (diff)
downloadanubis-5be9046a623d6a3618232be7a1236d7be6d0b39d.tar.gz
anubis-5be9046a623d6a3618232be7a1236d7be6d0b39d.tar.bz2
Enable silent rules.
* configure.ac: Require Autoconf 2.63, Automake 1.11, enable silent rules. * Makefile.am: Remove AUTOMAKE_OPTIONS.
-rw-r--r--Makefile.am1
-rw-r--r--configure.ac7
-rw-r--r--lib/.gitignore2
3 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index f3036fb..05dd8e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,6 @@
## with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
##
-AUTOMAKE_OPTIONS = 1.8.5 gnits
ACLOCAL_AMFLAGS = -I m4 -I am
SUBDIRS = build lib src po doc scripts examples guile contrib \
elisp testsuite
diff --git a/configure.ac b/configure.ac
index c2b8d09..09a3379 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,13 +20,16 @@ dnl
dnl Process this file with autoconf to produce a configure script.
AC_INIT([GNU Anubis], [4.1.90], [bug-anubis@gnu.org])
-AC_PREREQ([2.59])
+AC_PREREQ([2.63])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build])
AC_CONFIG_SRCDIR([src/main.c])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.11 gnits])
AC_GNU_SOURCE
+dnl Enable silent rules by default:
+AM_SILENT_RULES([yes])
+
dnl Checks for programs.
AC_PROG_CC
gl_EARLY
diff --git a/lib/.gitignore b/lib/.gitignore
index 3783f9d..46e9e49 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -2,7 +2,9 @@ alloca.c
alloca.h
alloca.in.h
btowc.c
+charset.alias
config.charset
+configmake.h
errno.h
errno.in.h
error.c

Return to:

Send suggestions and report system problems to the System administrator.