From 7a69a4041e2646e869f963e47fc7b9661083c23d Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Fri, 3 Feb 2012 11:18:34 -0700 Subject: [PATCH] Silent automake can cause undef macro errors --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index a1833090..dfdcf057 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,6 @@ AC_INIT([openbox], [3.5.0], [http://bugzilla.icculus.org]) AC_CONFIG_SRCDIR([openbox/openbox.c]) AM_INIT_AUTOMAKE([foreign]) -AM_SILENT_RULES([yes]) OB_VERSION=$PACKAGE_VERSION AC_SUBST(OB_VERSION) -- 2.44.0