From ad36aca0ebdd212ced351d275d739d085e754996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Codru=C8=9B=20Constantin=20Gu=C8=99oi?= Date: Sat, 8 Jul 2017 21:01:12 +0300 Subject: [PATCH] Allows ./autogen.sh to be called from another Makefile --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 4fe4f5d73e..ac30a87c2a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,7 +3,7 @@ type autoreconf || exit 1 type pkg-config || exit 1 -ctags_files=`make -f makefiles/list-translator-input.mak` +ctags_files=`make -f makefiles/list-translator-input.mak --no-print-directory` misc/dist-test-cases > makefiles/test-cases.mak && \ if autoreconf -vfi; then if type perl > /dev/null; then