]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: add a marker at the end of third-party configure
authorVincent Bernat <vincent@bernat.im>
Sun, 16 Aug 2015 13:12:50 +0000 (15:12 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 16 Aug 2015 13:12:50 +0000 (15:12 +0200)
m4/config_subdirs.m4

index 4730f1ab0db92295a07d31c3f14f37e814714571..7e3697f3362491f1e6c75181e2426e15b797f26d 100644 (file)
@@ -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"
 ])