X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=configure.ac;h=a18330907ad6b61609d3742d5b08655a303556b6;hp=82c627f8c5879802ff85f185e76e4c6bb54cadfc;hb=2391410e3fd7767e266c0efe84fd34244ea29dc6;hpb=d09fd3183e6a52c63fcfdcf62d418cfdccb0015b diff --git a/configure.ac b/configure.ac index 82c627f8..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) @@ -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] )