[network-manager-applet] Use m4/ macro directory



commit 5b8ca7d6047046a6f1aab749dc6825c5027c6e40
Author: Michael Biebl <biebl debian org>
Date:   Wed Apr 22 01:56:56 2009 +0200

    Use m4/ macro directory
    
    Keep the relevant m4 macros in-tree.
---
 Makefile.am  |    1 +
 configure.ac |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 139def5..50441e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -41,3 +41,4 @@ CLEANFILES = \
 
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update
 
+ACLOCAL_AMFLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index 5293ff0..a433fc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,8 @@ AC_INIT(nm-applet, 0.7.0, dcbw redhat com, network-manager-applet)
 AM_INIT_AUTOMAKE([subdir-objects no-dist-gzip dist-bzip2])
 AM_MAINTAINER_MODE
 
+AC_CONFIG_MACRO_DIR([m4])
+
 AC_CONFIG_HEADERS([config.h])
 
 dnl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]