diff options
author | rbuj <[email protected]> | 2021-01-27 12:03:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-04 21:36:16 +0100 |
commit | 299d0088a38a465c9de2ef890cecba9bd7a2b0f5 (patch) | |
tree | 8b487c3cc31de48f615cd0a91d934cafd57fc594 | |
parent | 1974c5934f9c671f336038449b37b8888b66380b (diff) | |
download | pluma-299d0088a38a465c9de2ef890cecba9bd7a2b0f5.tar.bz2 pluma-299d0088a38a465c9de2ef890cecba9bd7a2b0f5.tar.xz |
build: display package name and version in configure summary
-rw-r--r-- | configure.ac | 4 |
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} |