+2005-07-08 Bruno Haible <bruno@clisp.org>
+
+ * m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
+ executable after installing it.
+
2005-07-06 Bruno Haible <bruno@clisp.org>
* README.mingw: Remove file.
dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
dldir=$destdir/`dirname \$dlpath`~
test -d \$dldir || mkdir -p \$dldir~
- $install_prog $dir/$dlname \$dldir/$dlname'
+ $install_prog $dir/$dlname \$dldir/$dlname~
+ chmod a+x \$dldir/$dlname'
postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
dlpath=$dir/\$dldll~
$rm \$dlpath'