aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-11-03 00:52:52 +1000
committerGravatar axel <axel@liljencrantz.se>2005-11-03 00:52:52 +1000
commit7ffcebb9f82ef2c8b95c7e59b0d8d6c9537b9dfd (patch)
treea16b288bd65c76ce0279e4f78e0636c391312923 /configure.ac
parent831d95b6005097efbb2fae8b6aa2bc97eedbaab6 (diff)
No special casing for installing to $HOME
darcs-hash:20051102145252-ac50b-ebb3471f18c53f2ae0d1ec78e0c6ca60b46ff07e.gz
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 8c31fd32..1f2949a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,11 +44,6 @@ else
AC_SUBST( PREFIX, [$prefix])
fi
-if echo $prefix | grep \^$HOME >/dev/null; then
- AC_SUBST(sysconfdir,[$HOME/etc])
- AC_MSG_NOTICE(["Install in $HOME"])
-fi
-
AC_SUBST(fishdir,[/fish.d])
AC_SUBST(fishfile,[/fish])
AC_SUBST(fishinputfile,[/fish_inputrc])