Ticket #13178: aclocal.m4-default-dstmode.diff
File aclocal.m4-default-dstmode.diff, 843 bytes (added by nox@…, 17 years ago) |
---|
-
aclocal.m4
343 343 344 344 AC_MSG_CHECKING([what permissions to use for installation directories]) 345 345 if test "x$DSTMODE" = "x" ; then 346 DSTMODE=07 75346 DSTMODE=0755 347 347 fi 348 348 349 349 AC_MSG_RESULT([$DSTMODE]) -
configure
6726 6726 { echo "$as_me:$LINENO: checking what permissions to use for installation directories" >&5 6727 6727 echo $ECHO_N "checking what permissions to use for installation directories... $ECHO_C" >&6; } 6728 6728 if test "x$DSTMODE" = "x" ; then 6729 DSTMODE=07 756729 DSTMODE=0755 6730 6730 fi 6731 6731 6732 6732 { echo "$as_me:$LINENO: result: $DSTMODE" >&5