summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-23 13:56:00 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-23 13:56:00 +0000
commit538e8cf1316c561317c80b9ba06b03f3f3dc4fbc (patch)
tree335418a74c04f019bddbea1e9aa88258c741609e
parentd222928a6eb04cac2daa344b0b131de4809e6153 (diff)
another fix
git-svn-id: file:///home/lennart/svn/public/ifmetric/trunk@9 b1ab5a0b-19c4-0310-9d9a-ef184d715f50
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 333cb84..d897753 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,11 @@ AC_CHECK_HEADER([linux/version.h],, [AC_MSG_ERROR([*** Sorry, you have to instal
AC_SUBST(PACKAGE_URL, [http://0pointer.de/lennart/ifmetric/])
+if test -d /usr/local/stow ; then
+ AC_MSG_NOTICE([*** Found /usr/local/stow: installing to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
+ AC_PREFIX_DEFAULT([/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}])
+fi
+
# If using GCC specifiy some additional parameters
if test "x$GCC" = "xyes" ; then
CFLAGS="$CFLAGS -pipe -Wall"