summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-02-05 12:20:06 +0100
committerraveit65 <[email protected]>2020-02-06 12:12:47 +0100
commit16e5a5fe94f5ef448f172062b89a93f857a77d4d (patch)
tree3afb6b41072979e85655208087d626d93f5ce4d5
parent7f41f1e9cc0c93d404e82b694d07070b46650a1d (diff)
downloadlibmatekbd-16e5a5fe94f5ef448f172062b89a93f857a77d4d.tar.bz2
libmatekbd-16e5a5fe94f5ef448f172062b89a93f857a77d4d.tar.xz
build: add configuration summary
-rw-r--r--configure.ac22
1 files changed, 22 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 33ef625..34547e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -123,3 +123,25 @@ libmatekbd/Makefile
libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml
test/Makefile
])
+
+AC_OUTPUT
+
+dnl ---------------------------------------------------------------------------
+dnl - Show summary
+dnl ---------------------------------------------------------------------------
+
+echo "
+Configuration:
+
+ prefix: ${prefix}
+ exec_prefix: ${exec_prefix}
+ libdir: ${libdir}
+ bindir: ${bindir}
+ sbindir: ${sbindir}
+ sysconfdir: ${sysconfdir}
+ datadir: ${datadir}
+ source code location: ${srcdir}
+ compiler: ${CC}
+ cflags: ${CFLAGS}
+ Warning flags: ${WARN_CFLAGS}
+"