summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-01 10:06:31 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-01 10:06:31 +0000
commit0651a2d8372ca7b98ffa31e72fba1684401e2664 (patch)
treeaaad7493ddd152114da53f35fdebd6210a1c6e94 /configure
parent691bd529e512097f427d230c947ff4cf0adb8a38 (diff)
Various automake and installation fixes.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 66c1790b..4fc9d53c 100755
--- a/configure
+++ b/configure
@@ -2952,7 +2952,7 @@ docdir=$mutt_cv_docdir
if test x$mutt_cv_setgid = xyes; then
- DOTLOCK_GROUP='-g mail'
+ DOTLOCK_GROUP='mail'
DOTLOCK_PERMISSION=2755
else
DOTLOCK_GROUP=''
@@ -5092,7 +5092,7 @@ fi
sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
< $srcdir/po/POTFILES.in > po/POTFILES
-MUTTLOCALEDIR=$sharedir/locale
+MUTTLOCALEDIR=$mutt_cv_prefix/$DATADIRNAME/locale
cat >> confdefs.h <<EOF
#define MUTTLOCALEDIR "$MUTTLOCALEDIR"