X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/17bd8a736a491f4867176b3885e39e74dc07f854..ac564be451362c738a89ff742b84408cfd2e704b:/bootstrap diff --git a/bootstrap b/bootstrap index 07f2460a..238873e3 100755 --- a/bootstrap +++ b/bootstrap @@ -475,18 +475,13 @@ sed ' ' po/Makevars.template >po/Makevars if test -d runtime-po; then - # Similarly for runtime-po/Makevars, but not quite the same. + # Likewise for runtime-po/Makevars, except also change a few other parameters. rm -f runtime-po/Makevars sed ' - /^DOMAIN *=.*/s/=.*/= '"$package"'-runtime/ - /^subdir *=.*/s/=.*/= runtime-po/ - /^MSGID_BUGS_ADDRESS *=/s/=.*/= bug-'"$package"'@gnu.org/ - /^XGETTEXT_OPTIONS *=/{ - s/$/ \\/ - a\ - '"$XGETTEXT_OPTIONS_RUNTIME"' $${end_of_xgettext_options+} - } - ' runtime-po/Makevars + s/^\(DOMAIN\) *=.*/\1 = '"$package"'-runtime/ + s/^\(subdir\) *=.*/\1 = runtime-po/ + s/^\(XGETTEXT_OPTIONS\) *=.*/\1 = '"$XGETTEXT_OPTIONS_RUNTIME"'/ + ' runtime-po/Makevars # Copy identical files from po to runtime-po. (cd po && cp -p Makefile.in.in *-quot *.header *.sed *.sin ../runtime-po)