~vcs-imports/libmtp/trunk

Viewing all changes in revision 1877.

  • Committer: Andrés G. Aragoneses
  • Date: 2015-06-21 09:42:03 UTC
  • Revision ID: git-v1:f6aa64bdb1db5e0c4a6718a3db6407115a3a1c30
autogen.sh: call ./configure at the end

Most open source projects have the convention of
just running 3 commands to install in a system:
configuration, build, installation.

The first of these steps usually consists of running
./configure (if it's a tarball) *OR* autogen.sh (if
it's a git checkout) because autogen.sh normally
calls ./configure (if NOCONFIGURE is not set).

So then in general it is expected that calling
./autogen.sh --prefix=/foo in a git checkout
has the same effect as calling
./configure --prefix=/foo in a tarball, which
was not the case before this.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: