summaryrefslogtreecommitdiff
path: root/configure.ac.in
diff options
context:
space:
mode:
authorRomain B <skunnyk@alteroot.org>2017-05-09 18:47:51 +0200
committerAli Abdallah <ali@xfce.org>2017-06-23 11:04:23 +0200
commit152aae152fd2083b51559eab56570525a13f4741 (patch)
treeea872f3b8e39d5697694238500dc1b86f64ab5c8 /configure.ac.in
parent0ff115e6c431177555e9a404ae2f78cb343dc449 (diff)
downloadxfconf-152aae152fd2083b51559eab56570525a13f4741.tar.gz
Fix some autogen.sh warnings
- Declare m4/ folder - Add subdir-objects to AM_INIT_AUTOMAKE() because we use $(top_srcdir) is xfconf/Makefile.am
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index a0f0533..8b5691a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -20,10 +20,11 @@ m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [m
dnl init autoconf
AC_INIT([xfconf], [xfconf_version], [http://bugzilla.xfce.org/])
+AC_CONFIG_MACRO_DIR([m4])
AC_PREREQ([2.50])
dnl init automake
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip subdir-objects])
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])