From 4494365a4bba2a4400c832da8330231753dc2768 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Thu, 14 Nov 2013 23:55:44 +0100 Subject: Fix COPYING --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index e82459e..b7321c2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -37,9 +37,9 @@ LIBTOOLIZE_FLAGS=--copy if test ! -d /usr/local/share/aclocal then - ACLOCAL_FLAGS='' + ACLOCAL_FLAGS='-I m4' else - ACLOCAL_FLAGS='-I /usr/local/share/aclocal' + ACLOCAL_FLAGS='-I m4 -I /usr/local/share/aclocal' fi AUTOHEADER_FLAGS=-Wall AUTOMAKE_FLAGS='--add-missing --copy -Wall' -- cgit v1.2.3