From: Charles McGarvey Date: Fri, 3 Feb 2012 18:18:34 +0000 (-0700) Subject: Silent automake can cause undef macro errors X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;ds=sidebyside;h=7a69a4041e2646e869f963e47fc7b9661083c23d;p=chaz%2Fopenbox Silent automake can cause undef macro errors --- 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)