From 316a155993a26912a1fb0506558b3b66197edf09 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 24 Mar 2014 23:43:02 -0400 Subject: [PATCH] Put M4 macros in m4 directory --- Makefile.am | 1 + configure.ac | 1 + m4/.gitignore | 0 3 files changed, 2 insertions(+) create mode 100644 m4/.gitignore diff --git a/Makefile.am b/Makefile.am index 645ac08..04bc313 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ Applicationsdir = $(datadir)/applications Applications_DATA = grip.desktop ACLOCAL = aclocal -I $(ac_aux_dir) +ACLOCAL_AMFLAGS = -I m4 CLEANFILES = *~ diff --git a/configure.ac b/configure.ac index 6a7a62e..9201ed7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,6 +2,7 @@ AC_PREREQ(2.52) AC_INIT(grip, 3.4.0, [http://sf.net/tracker/?group_id=3714&atid=103714]) AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR(src/main.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) AM_SILENT_RULES([yes]) diff --git a/m4/.gitignore b/m4/.gitignore new file mode 100644 index 0000000..e69de29 -- 2.20.1