summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-19 19:21:37 +0000
committerAlan Conway <aconway@apache.org>2006-12-19 19:21:37 +0000
commit956ee49ce1b80f085c8f0d182f999dbd95a28947 (patch)
treea289b95092ee1fc0946cf4462964cab7031a0896 /cpp
parent19e767250f689cac7ab950f68e6421a4490f76f6 (diff)
downloadqpid-python-956ee49ce1b80f085c8f0d182f999dbd95a28947.tar.gz
Print program locations with versions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/versions b/cpp/versions
index d9b46b7754..2c82e3fd80 100755
--- a/cpp/versions
+++ b/cpp/versions
@@ -4,7 +4,7 @@
#
for p in pkg-config doxygen help2man autoconf automake libtool ; do
- echo $p `$p --version | head -n1`
+ echo `which $p` `$p --version | head -n1`
done
for r in apr boost boost-devel cppunit cppunit-devel graphviz; do