aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-27 15:30:06 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-27 15:30:28 +0200
commitbfc2223856454649630c9f67f40b3227e339f5b8 (patch)
treec662850c2683b50049b3da9332e74d72306eca7d /configure.ac
parent4f8bf56e242660a36165300f826436a6d7fa0d22 (diff)
downloaddirevent-bfc2223856454649630c9f67f40b3227e339f5b8.tar.gz
direvent-bfc2223856454649630c9f67f40b3227e339f5b8.tar.bz2
Version 4.1
* NEWS: Document new release. * Makefile.am * configure.ac: Enable silent rules. Set version number 4.1 * doc/Makefile.am: Add copyleft header. * src/Makefile.am: Likewise. * tests/Makefile.am: Add missing silent rule markers.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c7c44ae..31964e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,12 +15,15 @@
# along with Dircond. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
-AC_INIT([dircond], [4.0.90], [bug-dircond@gnu.org.ua],,
+AC_INIT([dircond], [4.1], [bug-dircond@gnu.org.ua],,
[http://www.gnu.org.ua/software/dircond])
AC_CONFIG_SRCDIR([src/dircond.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build-aux])
-AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar])
+AM_INIT_AUTOMAKE([1.11.5 gnits tar-ustar silent-rules])
+
+# Enable silent rules by default:
+AM_SILENT_RULES([yes])
# Checks for programs.
AC_PROG_AWK

Return to:

Send suggestions and report system problems to the System administrator.