autogen.sh 324 B

12345678910
  1. #! /bin/sh -e
  2. if ! type intltool-update >/dev/null 2>&1; then
  3. echo "Install intltool and try again." >&2
  4. exit 1
  5. fi
  6. autoreconf -I m4 -fi
  7. intltoolize --copy --force --automake
  8. # We want to keep po/ubiquity.pot in the source package.
  9. sed -i '/rm .*\$(GETTEXT_PACKAGE)\.pot/s/ \$(GETTEXT_PACKAGE)\.pot//' \
  10. po/Makefile.in.in