summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-12-04 20:34:46 +0000
committerLennart Poettering <lennart@poettering.net>2003-12-04 20:34:46 +0000
commite7efdb07ed54ccd49db6034d5982d438ed8528b5 (patch)
treeabae7d101b87096f4442e88044997db147d1db18
parent2ab445364cac540c62bf34767bb8c9a764ea2bec (diff)
configure fix
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@78 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7142a2d..33773d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ if test "x$GCC" = "xyes" ; then
fi
if type -p stow > /dev/null && test -d /usr/local/stow ; then
- AC_MSG_NOTICE([*** Found /usr/local/stow: installing to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
+ AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
else
ac_default_prefix="/usr/local"