From 8ef1e33309310f4477f742144d67da3c99564b84 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 23 Oct 2014 10:33:10 +0200 Subject: [PATCH] don't print Makefile command with old configure --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 4fa4bf2..7989203 100644 --- a/Makefile.in +++ b/Makefile.in @@ -162,7 +162,7 @@ install-sh: sharedlib $(WHIPTCLSO) _snack.$(SOEXT) done || : Makefile: configure.ac - echo "You need to rerun ./autogen.sh and ./configure before continuing" + @echo "You need to rerun ./autogen.sh and ./configure before continuing" @exit 1 create-archive: Makefile -- 2.47.3