From: Dana Jansens Date: Mon, 17 Oct 2011 19:48:31 +0000 (-0400) Subject: Quiet build outbut on by default X-Git-Tag: mikabox-3.5-7~91 X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=commitdiff_plain;h=5aad740a527e4aa6b1a96dadecbb6d6a29cc7e7c Quiet build outbut on by default --- 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)