From: Hugo Villeneuve Date: Tue, 25 Mar 2014 03:43:02 +0000 (-0400) Subject: Put M4 macros in m4 directory X-Git-Url: http://gitweb.hugovil.com/?p=hvgrip.git;a=commitdiff_plain;h=316a155993a26912a1fb0506558b3b66197edf09 Put M4 macros in m4 directory --- 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