[network-manager-pptp/NETWORKMANAGER_0_7] Use m4/ macro directory



commit 1376b856bb52a5390c03cc011e2155d148a21bb1
Author: Michael Biebl <biebl debian org>
Date:   Wed Apr 22 01:24:30 2009 +0200

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

diff --git a/Makefile.am b/Makefile.am
index 685686f..68e3e50 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,3 +35,5 @@ EXTRA_DIST = nm-pptp-service.name.in \
 
 CLEANFILES = $(nmvpnservice_DATA) $(desktop_DATA) *~
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update
+
+ACLOCAL_AMFLAGS = -I m4
diff --git a/configure.ac b/configure.ac
index ec08644..66e7c0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,8 @@ AC_CONFIG_AUX_DIR(.)
 AM_INIT_AUTOMAKE([1.9 foreign no-dist-gzip dist-bzip2 subdir-objects])
 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]