# # # patch "configure.ac" # from [f6ee4972b37ed8b9c2f38c876f6c21dd548d8c3f] # to [e848febed34b13eee9036edcb4f84664c11354fb] # ============================================================ --- configure.ac f6ee4972b37ed8b9c2f38c876f6c21dd548d8c3f +++ configure.ac e848febed34b13eee9036edcb4f84664c11354fb @@ -75,12 +75,12 @@ AC_OUTPUT_COMMANDS([ # PO directories have a Makefile.in generated from Makefile.in.in. case "$ac_file" in */Makefile.in) target="`echo x$ac_file | sed -e 's/.in$//' -e 's/^x//'`" - tmp="${target}.tmp" + mtn_tmp="${target}.tmp" test -n "$as_me" && echo "$as_me: fixing $target" || echo "fixing $target" sed -e 's/^MSGMERGE =.*$/MSGMERGE = false/' \ -e 's/^MSGMERGE_UPDATE =.*$/MSGMERGE_UPDATE = true/' \ - "$target" > "$tmp" - mv -f "$tmp" "$target" ;; + "$target" > "$mtn_tmp" + mv -f "$mtn_tmp" "$target" ;; esac done ])