]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
Fix negative ResizeRelative values with terminal windows (Fix bug 5228)
[chaz/openbox] / configure.ac
index 82c627f8c5879802ff85f185e76e4c6bb54cadfc..a18330907ad6b61609d3742d5b08655a303556b6 100644 (file)
@@ -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)
 
@@ -168,7 +170,7 @@ AC_ARG_ENABLE(imlib2,
     [--disable-imlib2],
     [disable use of Imlib2 image library for loading icons. [default=enabled]]
   ),
-  [enable_imlib2=$enableeval],
+  [enable_imlib2=$enableval],
   [enable_imlib2=yes]
 )
 
This page took 0.021937 seconds and 4 git commands to generate.