From 152aae152fd2083b51559eab56570525a13f4741 Mon Sep 17 00:00:00 2001 From: Romain B Date: Tue, 9 May 2017 18:47:51 +0200 Subject: Fix some autogen.sh warnings - Declare m4/ folder - Add subdir-objects to AM_INIT_AUTOMAKE() because we use $(top_srcdir) is xfconf/Makefile.am --- configure.ac.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac.in') 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])]) -- cgit v1.2.1