~mvo/click/dont-crash-for-empty-db

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Colin Watson
  • Date: 2014-03-02 00:47:39 UTC
  • Revision ID: cjwatson@canonical.com-20140302004739-z0jitnmelozhcp3m
Drop AM_GNU_GETTEXT and call intltoolize before autoreconf in
autogen.sh; this fixes a bug whereby "make" after "./configure" always
immediately needed to run aclocal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
set -e
 
3
intltoolize --copy --force --automake
3
4
autoreconf -fi
4
 
intltoolize --copy --force --automake
5
5
# We want to keep po/click.pot in the source package.
6
6
sed -i '/rm .*\$(GETTEXT_PACKAGE)\.pot/s/ \$(GETTEXT_PACKAGE)\.pot//' \
7
7
        po/Makefile.in.in