[Xfce4-commits] <parole:master> Added suggestions provided by libtool. All existing errors in configure are from XDT_FEATURE_DEBUG.
Christoph Mende
noreply at xfce.org
Mon Jul 23 01:25:41 CEST 2012
Updating branch refs/heads/master
to b305f7d10832090e90d872ecec08ad5b249f7fcd (commit)
from b1a552953c2bbeea6416c22a5a6fd66837874734 (commit)
commit b305f7d10832090e90d872ecec08ad5b249f7fcd
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