summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.GIT2
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.GIT b/README.GIT
index dfed9c44..a6ad99be 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 45121fc4..a1833090 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)