| 180 echo n | autopoint --force || abort |
180 echo n | autopoint --force || abort |
| 181 restore_m4 |
181 restore_m4 |
| 182 |
182 |
| 183 if test $GETTEXT_MINOR_VERSION -ge 12; then |
183 if test $GETTEXT_MINOR_VERSION -ge 12; then |
| 184 cp po/Makefile.in.in po/.tmp-Makefile.in.in |
184 cp po/Makefile.in.in po/.tmp-Makefile.in.in |
| 185 sed -e 's#echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; esac#echo "\$(MKINSTALLDIRS)" ;; esac#1' < po/.tmp-Makefile.in.in > po/Makefile.in.in |
185 sed -e 's#\*) echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; esac#\.\/\*) echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; \*) echo "\$(MKINSTALLDIRS)" ;; esac#1' < po/.tmp-Makefile.in.in > po/Makefile.in.in |
| 186 rm po/.tmp-Makefile.in.in |
186 rm po/.tmp-Makefile.in.in |
| 187 fi |
187 fi |
| 188 else |
188 else |
| 189 if test $GETTEXT_MINOR_VERSION -eq 11; then |
189 if test $GETTEXT_MINOR_VERSION -eq 11; then |
| 190 backup_m4 |
190 backup_m4 |