]> Dogcows Code - chaz/openbox/commitdiff
Silent automake can cause undef macro errors
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 3 Feb 2012 18:18:34 +0000 (11:18 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Fri, 3 Feb 2012 18:18:34 +0000 (11:18 -0700)
configure.ac

index a18330907ad6b61609d3742d5b08655a303556b6..dfdcf057c869a9cbfcc99318df055a035b6d38db 100644 (file)
@@ -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)
This page took 0.022272 seconds and 4 git commands to generate.