[Xfce4-commits] <parole:master> Added suggestions provided by libtool. All existing errors in configure are from XDT_FEATURE_DEBUG.

Sean Davis noreply at xfce.org
Mon Jul 23 01:24:34 CEST 2012


Updating branch refs/heads/master
         to e88e0ad9a87d3ef3d2a3380f7c2fe05db6fc56d3 (commit)
       from 8de1111a778bb431edf73af2c871cf8f73e0d2ae (commit)

commit e88e0ad9a87d3ef3d2a3380f7c2fe05db6fc56d3
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Jul 13 14:25:10 2012 -0400

    Added suggestions provided by libtool.  All existing errors in configure are from XDT_FEATURE_DEBUG.

 Makefile.am     |    2 ++
 configure.ac.in |    2 ++
 2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 7ec106d..8993042 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,5 @@
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS =  			\
 	data			\
 	parole 			\
diff --git a/configure.ac.in b/configure.ac.in
index c22eb6f..67568da 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,6 +11,8 @@ m4_define([parole_version], [parole_version_major().parole_version_minor().parol
 AC_INIT([parole], [parole_version], [aliov at xfce.org])
 AC_PREREQ(2.59c)
 
+AC_CONFIG_MACRO_DIR([m4])
+
 AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE()


More information about the Xfce4-commits mailing list