]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1632] Added a comment about the tab: tired to restore it
authorFrancis Dupont <fdupont@isc.org>
Thu, 1 Apr 2021 19:53:06 +0000 (21:53 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 16 Apr 2021 18:56:08 +0000 (20:56 +0200)
configure.ac

index ff41dc7267933dff99302d4405f46dbdec00624b..5145c829d9d0604f7c525637dc2b2d2755a89c8d 100644 (file)
@@ -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"