From 37643f664f63e0bb8719ca8116c76b1005e6b027 Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Thu, 18 Jun 2015 17:30:32 +0200 Subject: [PATCH] Fix configure generation with recent versions of libtool --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index eb430d8..6bf886f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,6 @@ if SPHINX_IS_OK SUBDIRS += doc endif -ACLOCAL_AMFLAGS = -I adm_local \ - -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files +ACLOCAL_AMFLAGS = -I adm_local -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files EXTRA_DIST = autogen.sh -- 2.39.2