projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef348a
)
Quiet build outbut on by default
author
Dana Jansens
<danakj@orodu.net>
Mon, 17 Oct 2011 19:48:31 +0000
(15:48 -0400)
committer
Dana Jansens
<danakj@orodu.net>
Mon, 17 Oct 2011 19:48:31 +0000
(15:48 -0400)
README.GIT
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/README.GIT
b/README.GIT
index dfed9c444e5372cef5dc4b2b08c08a5c346752f1..a6ad99be4d43ca3cdd51f6a07c269c20128a14fd 100644
(file)
--- 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 f491be271c944229f2172cecf205e98ac8f527da..933eb82f8b2b51e8459f3cba078a0b7295020690 100644
(file)
--- 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)