+2001-11-03 Bruno Haible <haible@clisp.cons.org>
+
+ * ltmain.sh: chmod 777 the .libs directory, so that "make install"
+ succeeds.
+
2001-10-30 Bruno Haible <haible@clisp.cons.org>
* configure.in: Change version number to 0.11-pre1.
if test $status -ne 0 && test ! -d $dir; then
exit $status
fi
+ $show "chmod 777 $dir"
+ $run chmod 777 $dir
fi
fi
if test "$compiler_o_lo" = yes; then
if test $status -ne 0 && test ! -d $output_objdir; then
exit $status
fi
+ $show "chmod 777 $output_objdir"
+ $run chmod 777 $output_objdir
fi
# Determine the type of output