summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 201167a..80a11be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,11 @@
AC_INIT([vwm], [3.0], [vcaputo@gnugeneration.com])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
+AC_CONFIG_MACRO_DIRS([m4])
AC_PROG_CC
AM_PROG_AR
AC_PROG_RANLIB
AM_SILENT_RULES([yes])
+AX_APPEND_COMPILE_FLAGS([-Wall])
PKG_CHECK_MODULES(VWM, x11 xext xinerama xrandr xcomposite xfixes xdamage xrender)
PKG_CHECK_MODULES(VMON, x11 xext xfixes xrender)
© All Rights Reserved