From cc522dae3a395a274048dbe659e5474139119e49 Mon Sep 17 00:00:00 2001
From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE>
Date: Mon, 2 Feb 2009 23:31:53 +0000
Subject: [PATCH] Use -I m4, not ./m4

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 923eafb..12c0de1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 SUBDIRS = gnu-compat alberta_util alberta add_ons
 
-ACLOCAL_AMFLAGS  = -I ./m4
+ACLOCAL_AMFLAGS  = -I m4
 
 EXTRA_DIST = gen-assemble-fcts.sh mkdoffreemasks.sh
 
-- 
GitLab