summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJoaquín Aguirrezabalaga <kinote@kinote.org>2014-11-13 08:44:57 +0100
committerJoaquín Aguirrezabalaga <kinote@kinote.org>2014-11-13 08:49:37 +0100
commit26b15684dce6c104d2fb4b8d0da9ec077381c6f4 (patch)
tree6d7f66d57c8ae157f2f57f43698529510f17b3ed /configure.ac
parente62330e125dbef47ef4cff1c6c1eaa4d0cfd13e9 (diff)
downloadsetbg-master.tar.gz
setbg-master.zip
Use autotoolsHEADmaster
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
new file mode 100644
index 0000000..d28fae2
--- /dev/null
+++ b/configure.ac
@@ -0,0 +1,7 @@
+AC_INIT([setbg], [1.0], [kinote@kinote.org])
+AM_INIT_AUTOMAKE([foreign -Wall -Werror])
+AC_PROG_CC
+AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_FILES([Makefile])
+PKG_CHECK_MODULES([DEPS], [x11 xinerama gdk-2.0 dconf gio-2.0])
+AC_OUTPUT