File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1- 2005-07-07 Bruno Haible <bruno@clisp.org>
1+ 2005-07-08 Bruno Haible <bruno@clisp.org>
22
33 * Version 1.10 released.
44
5+ 2005-07-08 Bruno Haible <bruno@clisp.org>
6+
7+ * m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
8+ executable after installing it.
9+
5102005-07-07 Bruno Haible <bruno@clisp.org>
611
712 * configure.in: Bump version number.
Original file line number Diff line number Diff line change 1+ 2005-07-08 Bruno Haible <bruno@clisp.org>
2+
3+ * m4/libtool.m4 (postinstall_cmds) [cygwin,mingw,pw32]: Make DLL
4+ executable after installing it.
5+
162005-07-07 Bruno Haible <bruno@clisp.org>
27
38 * configure.in: Bump version number.
Original file line number Diff line number Diff line change @@ -1227,7 +1227,8 @@ cygwin* | mingw* | pw32*)
12271227 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
12281228 dldir=$destdir/`dirname \$dlpath`~
12291229 test -d \$dldir || mkdir -p \$dldir~
1230- $install_prog $dir/$dlname \$dldir/$dlname'
1230+ $install_prog $dir/$dlname \$dldir/$dlname~
1231+ chmod a+x \$dldir/$dlname'
12311232 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12321233 dlpath=$dir/\$dldll~
12331234 $rm \$dlpath'
Original file line number Diff line number Diff line change @@ -1227,7 +1227,8 @@ cygwin* | mingw* | pw32*)
12271227 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
12281228 dldir=$destdir/`dirname \$dlpath`~
12291229 test -d \$dldir || mkdir -p \$dldir~
1230- $install_prog $dir/$dlname \$dldir/$dlname'
1230+ $install_prog $dir/$dlname \$dldir/$dlname~
1231+ chmod a+x \$dldir/$dlname'
12311232 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12321233 dlpath=$dir/\$dldll~
12331234 $rm \$dlpath'
You can’t perform that action at this time.
0 commit comments