From a4554e16960e2112a9b0df7658df53101076a8e9 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 11 Jan 2011 16:58:42 +0100 Subject: Show a summary as last step of configure --- configure.ac | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 0b555d8..3ca5b82 100644 --- a/configure.ac +++ b/configure.ac @@ -17,6 +17,7 @@ PKG_CHECK_MODULES(libimobiledevice11, libimobiledevice-1.0 >= 1.1.0, libimobiled if test x"$libimobiledevice_1_1" = xyes; then AC_DEFINE([HAVE_LIBIMOBILEDEVICE_1_1], 1, [Define if libimobiledevice is using 1.1.0 API]) fi +libimobiledevice_VERSION=`$PKG_CONFIG --modversion "libimobiledevice-1.0" 2>&1` PKG_CHECK_MODULES(libglib2, glib-2.0 >= 2.14.1) PKG_CHECK_MODULES(libgthread2, gthread-2.0 >= 2.14.1) PKG_CHECK_MODULES(libfuse, fuse >= 2.7.0) @@ -39,3 +40,14 @@ AC_FUNC_REALLOC AC_CHECK_FUNCS([strcasecmp strdup strerror strndup]) AC_OUTPUT(Makefile src/Makefile) + +echo " +Configuration for $PACKAGE $VERSION: +------------------------------------------- + + Install prefix ..........: $prefix + libimobiledevice API ....: $libimobiledevice_VERSION + + Now type 'make' to build $PACKAGE $VERSION, + and then 'make install' for installation. +" -- cgit v1.1-32-gdbae