Ticket #13178: aclocal.m4-default-dstmode.diff

File aclocal.m4-default-dstmode.diff, 843 bytes (added by nox@…, 17 years ago)

Patch to fix the default destination mode in aclocal.m4

  • aclocal.m4

     
    343343       
    344344        AC_MSG_CHECKING([what permissions to use for installation directories])
    345345        if test "x$DSTMODE" = "x" ; then
    346            DSTMODE=0775
     346           DSTMODE=0755
    347347        fi
    348348
    349349        AC_MSG_RESULT([$DSTMODE])
  • configure

     
    67266726        { echo "$as_me:$LINENO: checking what permissions to use for installation directories" >&5
    67276727echo $ECHO_N "checking what permissions to use for installation directories... $ECHO_C" >&6; }
    67286728        if test "x$DSTMODE" = "x" ; then
    6729            DSTMODE=0775
     6729           DSTMODE=0755
    67306730        fi
    67316731
    67326732        { echo "$as_me:$LINENO: result: $DSTMODE" >&5