summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-27 12:03:48 +0100
committerraveit65 <[email protected]>2021-02-04 21:36:16 +0100
commit299d0088a38a465c9de2ef890cecba9bd7a2b0f5 (patch)
tree8b487c3cc31de48f615cd0a91d934cafd57fc594 /configure.ac
parent1974c5934f9c671f336038449b37b8888b66380b (diff)
downloadpluma-299d0088a38a465c9de2ef890cecba9bd7a2b0f5.tar.bz2
pluma-299d0088a38a465c9de2ef890cecba9bd7a2b0f5.tar.xz
build: display package name and version in configure summary
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 11907909..c5cce9f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,8 +273,10 @@ tests/Makefile
AC_OUTPUT
echo "
+Configure summary:
-Configuration:
+ ${PACKAGE_STRING}
+ `echo $PACKAGE_STRING | sed "s/./=/g"`
Source code location: ${srcdir}
Compiler: ${CC}