From 75f121d26eb0794523d52eb3ed1f014f832761a0 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 8 Jun 2011 19:41:11 +0000 Subject: [PATCH] Introduced AC_CONFIG_MACRO_DIR() and ACLOCAL_AMFLAGS on advise of George Danchev --- Makefile.am | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 978de5c..767aa6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,7 @@ pkgconfigdir=$(LIBBURNIA_PKGCONFDIR) libincludedir=$(includedir)/libburn lib_LTLIBRARIES = libburn/libburn.la +ACLOCAL_AMFLAGS = -I ./ ## ========================================================================= ## diff --git a/configure.ac b/configure.ac index 8b17b81..ebf6c79 100644 --- a/configure.ac +++ b/configure.ac @@ -8,6 +8,7 @@ AC_CANONICAL_TARGET LIBBURNIA_SET_FLAGS AM_INIT_AUTOMAKE([subdir-objects]) +AC_CONFIG_MACRO_DIR([./]) dnl Notes by ts A71207 - B10409 : dnl