From 3e43932edbf10456eae3df71cdeacc1bacb05ecc Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Thu, 1 Apr 2021 21:53:06 +0200 Subject: [PATCH] [#1632] Added a comment about the tab: tired to restore it --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index ff41dc7267..5145c829d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1055,6 +1055,7 @@ cat > conftest.cpp << EOF AUTOCONF_LOG4CPLUS_VERSION=LOG4CPLUS_VERSION_STR EOF +# The tabulation below is NOT an error: PLEASE keep it. LOG4CPLUS_VERSION=`$CPPP $CPPFLAGS conftest.cpp | grep '^AUTOCONF_LOG4CPLUS_VERSION=' | $SED -e 's/^AUTOCONF_LOG4CPLUS_VERSION=//' -e 's/[[ ]]//g' -e 's/"//g' 2> /dev/null` if test -z "$LOG4CPLUS_VERSION"; then LOG4CPLUS_VERSION="unknown"