summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-16 20:13:20 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2020-02-16 20:13:20 +0100
commit34184aebcef5c49ece882203b7daff82853f122f (patch)
treed2a5fc4c7f7b3b0d8a13e7717bdbd835a14bbefd
parent0469a4606c9850e53304ef3c7e71de39f26eef92 (diff)
downloadlibgphoto2-34184aebcef5c49ece882203b7daff82853f122f.tar.gz
travis-ci: Add some checkpoint messages for debugging
Sometimes, the last message from configure is checking for libexif >= 0.6.13... no and I want to find out what is actually going on here.
-rw-r--r--configure.ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e2839ca86..c5baaf3fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -635,6 +635,10 @@ dnl FIXME: Is this accurate?
AM_CONDITIONAL([HAVE_CXX], [test -n "$CXX" && test "X$CXX" != "Xno"])
+AC_MSG_CHECKING([checkpoint A])
+AC_MSG_RESULT([apparently])
+
+
dnl ---------------------------------------------------------------------------
dnl Configure subprojects
dnl ---------------------------------------------------------------------------
@@ -650,12 +654,20 @@ else
fi
+AC_MSG_CHECKING([checkpoint B])
+AC_MSG_RESULT([apparently])
+
+
# ---------------------------------------------------------------------------
# clean up
# ---------------------------------------------------------------------------
GP_SET_CLEAN_FILES
+AC_MSG_CHECKING([checkpoint C])
+AC_MSG_RESULT([apparently])
+
+
# ---------------------------------------------------------------------------
# Create output files
# ---------------------------------------------------------------------------