aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2011-11-01 13:26:23 -0700
committerKay Sievers <kay.sievers@vrfy.org>2011-11-02 00:09:45 +0100
commit18e51d55c66f4d1b0d0b1cc969b1a080baa1a920 (patch)
tree3cd40b5a27dc246003ccf531bbe6b6dd391603a1
parentc361da2b803c8c2e5720ff43c9f1945a4afdeabf (diff)
downloadlibabc-18e51d55c66f4d1b0d0b1cc969b1a080baa1a920.tar.gz
configure.ac: Replace hard-coded libabc in summary with $PACKAGE
This reduces the number of edits needed when using this project as a template.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b9562d4..9cc8c67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,7 +36,7 @@ AC_CONFIG_FILES([
AC_OUTPUT
AC_MSG_RESULT([
- libabc $VERSION
+ $PACKAGE $VERSION
========
prefix: ${prefix}