-# Patch what appears to be a bug in gettext 0.14.1;
-# remove this once the bug is fixed.
-grep @top_builddir@ po/Makefile.in.in >/dev/null || {
- echo "$0: prepending 'top_builddir=@top_builddir@' to po/Makefile.in.in ... "
- old_contents=`cat po/Makefile.in.in` || exit
- cat >po/Makefile.in.in <<EOF
-top_builddir=@top_builddir@
-$old_contents
-EOF
-}
-