From: Alexandre Oliva Date: Fri, 26 May 2000 05:17:21 +0000 (+0000) Subject: * ltconfig.in: Make the output script executable after updating X-Git-Tag: multi-language-merge-point~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c071f71a255b59cd19dbba466f959eed957664b9;p=thirdparty%2Flibtool.git * ltconfig.in: Make the output script executable after updating available_tags. --- diff --git a/ChangeLog b/ChangeLog index 4499d3bb7..e2f537f7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-26 Alexandre Oliva + * ltconfig.in: Make the output script executable after updating + available_tags. + * ltmain.in (compile): When output object is in subdir, create the pic_object in subdir/objdir, not objdir/subdir. diff --git a/ltconfig.in b/ltconfig.in index 1af53f3f3..85d692117 100755 --- a/ltconfig.in +++ b/ltconfig.in @@ -2541,6 +2541,7 @@ if test -n "$tagname"; then # Now substitute the updated of available tags. if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' ${ofile} > ${ofile}.new"; then mv ${ofile}.new ${ofile} + chmod +x "$ofile" else rm -f ${ofile}.new echo "$progname: unable to update list of available tagged configurations."