~xnox/ubiquity/fixup-owner-with-remove

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2015-09-08 13:51:18 UTC
  • Revision ID: mathieu.trudel-lapierre@canonical.com-20150908135118-ioemhjxw4a2drcbf
autogen.sh: Use any available version of automake/aclocal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
        echo "Install intltool and try again." >&2
4
4
        exit 1
5
5
fi
6
 
AUTOMAKE=automake-1.14 ACLOCAL=aclocal-1.14 autoreconf -I m4 -fi
 
6
autoreconf -I m4 -fi
7
7
intltoolize --copy --force --automake
8
8
# We want to keep po/ubiquity.pot in the source package.
9
9
sed -i '/rm .*\$(GETTEXT_PACKAGE)\.pot/s/ \$(GETTEXT_PACKAGE)\.pot//' \