summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-03-18 08:59:42 +0100
committerQball Cow <qball@gmpclient.org>2014-03-18 08:59:42 +0100
commitf6fdf8f72d31a0b44fc70d1fd9a37af51750b7bc (patch)
tree0e08ddb0555350b97eb5ad83e21eaa42903436b1 /configure.ac
parent7ec4bc8d4eb2536887ef0e5aabfcda8ec2209679 (diff)
Comments.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a2b0ddab..719b90c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,17 @@
AC_INIT([rofi], [0.14.3], [qball@gmpclient.org])
-AC_CONFIG_SRCDIR([source])
+AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
+##
+# Setup automake to be silent and in foreign mode.
+##
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AM_SILENT_RULES([yes])
+##
+# Check for compiler
+##
AC_PROG_CC
AC_PROG_CC_STDC
AM_PROG_CC_C_O