[Xfce4-commits] [xfce/xfconf] 04/05: Fix some build issues

noreply at xfce.org noreply at xfce.org
Fri Jun 23 11:07:37 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit ad01da2d136b240d33bcc23f1782744b497d9ad5
Author: Skunnyk <skunnyk at alteroot.org>
Date:   Mon Jun 12 23:08:16 2017 +0200

    Fix some build issues
    
    - AM subdir-objects is kinda broken
---
 configure.ac.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac.in b/configure.ac.in
index 8b5691a..e212da0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -20,11 +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_CONFIG_MACRO_DIRS([m4])
 AC_PREREQ([2.50])
 
 dnl init automake
-AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip subdir-objects])
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar no-dist-gzip])
 AC_CONFIG_HEADERS([config.h])
 AM_MAINTAINER_MODE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list