From 6d68a0e5e2045fe1773d3877e5b1aacd8a599fde Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 18 Jul 2010 01:46:21 +0200 Subject: [PATCH] fix syntax error to make autoreconf happy --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index d95d786..a6ab264 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 -ACLOCAL_AMFLAGS = -Im4 +ACLOCAL_AMFLAGS = -I m4 INCLUDES = $(all_includes) -I$(top_srcdir)/include SUBDIRS = include src