Quiet build outbut on by default
authorDana Jansens <danakj@orodu.net>
Mon, 17 Oct 2011 19:48:31 +0000 (15:48 -0400)
committerDana Jansens <danakj@orodu.net>
Wed, 26 Oct 2011 14:48:04 +0000 (10:48 -0400)
README.GIT
configure.ac

index dfed9c4..a6ad99b 100644 (file)
@@ -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+
 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
 -GNU Libtool
 -Xlib library/headers (devel package)
 -Pkg-Config
index 45121fc..a183309 100644 (file)
@@ -1,8 +1,10 @@
 AC_PREREQ([2.54])
 AC_INIT([openbox], [3.5.0], [http://bugzilla.icculus.org])
 AC_PREREQ([2.54])
 AC_INIT([openbox], [3.5.0], [http://bugzilla.icculus.org])
-AM_INIT_AUTOMAKE
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
 AC_CONFIG_SRCDIR([openbox/openbox.c])
 
+AM_INIT_AUTOMAKE([foreign])
+AM_SILENT_RULES([yes])
+
 OB_VERSION=$PACKAGE_VERSION
 AC_SUBST(OB_VERSION)
 
 OB_VERSION=$PACKAGE_VERSION
 AC_SUBST(OB_VERSION)