From 5aad740a527e4aa6b1a96dadecbb6d6a29cc7e7c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Oct 2011 15:48:31 -0400 Subject: [PATCH] Quiet build outbut on by default --- README.GIT | 2 +- configure.ac | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.GIT b/README.GIT index dfed9c4..a6ad99b 100644 --- a/README.GIT +++ b/README.GIT @@ -3,7 +3,7 @@ To build Openbox from git you need: A C Compiler (GNU GCC 3.2+ suggested) -GNU Gettext 0.14.4 -GNU Autoconf 2.50+ --GNU Automake 1.9 (no more, no less) +-GNU Automake 1.11+ -GNU Libtool -Xlib library/headers (devel package) -Pkg-Config diff --git a/configure.ac b/configure.ac index 45121fc..a183309 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,10 @@ AC_PREREQ([2.54]) AC_INIT([openbox], [3.5.0], [http://bugzilla.icculus.org]) -AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) +AM_INIT_AUTOMAKE([foreign]) +AM_SILENT_RULES([yes]) + OB_VERSION=$PACKAGE_VERSION AC_SUBST(OB_VERSION) -- 1.9.1