summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-03-17 19:15:42 +0100
committerQball Cow <qball@gmpclient.org>2014-03-17 19:16:09 +0100
commitfd94b3b0025f13492c899490816694e26dc968c0 (patch)
tree3588db989fc6f69df878e6bbc4951058cf5dc40a /configure.ac
parent07f8073d4e4ad5c2bec16da573e464aa35d14340 (diff)
Small fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 98ebaa05..84f222b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,13 +3,15 @@ AC_INIT([rofi], [0.14.3], [qball@gmpclient.org])
AC_CONFIG_SRCDIR([source])
AC_CONFIG_HEADER([config.h])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
-AM_INIT_AUTOMAKE([subdir-objects])
+AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O
+##
+# Check dependencies
+##
PKG_PROG_PKG_CONFIG
PKG_CHECK_MODULES([xft], [xft])