From: Vincent Bernat Date: Sun, 16 Aug 2015 13:12:50 +0000 (+0200) Subject: build: add a marker at the end of third-party configure X-Git-Tag: 0.7.17~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=948c19d0eeb2a87b3a88784e7597b9bd87dc5ea5;p=thirdparty%2Flldpd.git build: add a marker at the end of third-party configure --- diff --git a/m4/config_subdirs.m4 b/m4/config_subdirs.m4 index 4730f1ab..7e3697f3 100644 --- a/m4/config_subdirs.m4 +++ b/m4/config_subdirs.m4 @@ -91,5 +91,8 @@ AC_DEFUN([lldp_CONFIG_SUBDIRS], [ --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" || AC_MSG_ERROR([$ac_sub_configure failed for $ac_dir]) + ac_msg="=== end of configure in $ac_dir (`pwd`/$ac_dir)" + _AS_ECHO_LOG([$ac_msg]) + _AS_ECHO([$ac_msg]) cd "$ac_popdir" ])