summaryrefslogtreecommitdiff
path: root/libgphoto2_port/configure.ac
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2017-08-02 12:11:47 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2017-08-02 12:11:47 +0200
commit39ee04db0861570d58350888ecc5457d15c706bb (patch)
tree9285dc957ae4a21b9c1410d6ba2db6efe1d1e592 /libgphoto2_port/configure.ac
parent5f040c96bcc25967e482a1acc3c06e99f5b80c92 (diff)
downloadlibgphoto2-39ee04db0861570d58350888ecc5457d15c706bb.tar.gz
Add list of IOLIBs to configure summary
Add the list of IOLIBs to the libgphoto2_port configure summary with GP_CONFIG_MSG.
Diffstat (limited to 'libgphoto2_port/configure.ac')
-rw-r--r--libgphoto2_port/configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/libgphoto2_port/configure.ac b/libgphoto2_port/configure.ac
index 8e0c5f833..6af8bd914 100644
--- a/libgphoto2_port/configure.ac
+++ b/libgphoto2_port/configure.ac
@@ -464,6 +464,8 @@ AM_CPPFLAGS="$AM_CPPFLAGS -DIOLIBS=\\\"${iolibdir}\\\""
sorted_iolib_list="$(echo "${IOLIB_LIST}" | tr ' ' '\n' | sort | ${SED} '/^$/d' | tr '\n' ' ' | ${SED} 's/ $//')"
AC_DEFINE_UNQUOTED([IOLIB_LIST], ["${sorted_iolib_list}"], [Define as string containing a list of the iolibs])
+GP_CONFIG_MSG([General])
+GP_CONFIG_MSG([IOLIBs], [${sorted_iolib_list}])
dnl --------------------------------------------------------------------