From c696b0b5c47ce1847a1d1a884ce9f6d6428fdd73 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 26 May 2016 11:32:38 +0300 Subject: use 'm4' dir instead of 'macros' - it's more common name for it --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 3571a60..7e458cd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS = data po src # Point to our macro directory and pick up user flags from the environment -ACLOCAL_AMFLAGS = -I macros ${ACLOCAL_FLAGS} +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = \ AUTHORS NEWS COPYING README \ diff --git a/configure.ac b/configure.ac index e7a8847..fb94deb 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.63) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([config.h.in]) -AC_CONFIG_MACRO_DIR([macros]) +AC_CONFIG_MACRO_DIR([m4]) dnl ################################################################ dnl # Version information -- cgit v1.2.1