From 8b37a31a73ae3ad30b0315f6acc3e72c660a2fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 2 Oct 2011 23:17:01 +0100 Subject: [PATCH 1/5] Makefile.am: Honor aclocal flags --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index f4a17aa..e6a10c4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with systemd; If not, see . -ACLOCAL_AMFLAGS = -I m4 +ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = po -- 1.7.5.4