~ubuntu-branches/ubuntu/precise/libmtp/precise-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-05-25 08:22:17 UTC
  • mto: (0.2.1 upstream) (16.1.8 sid)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100525082217-3jpyw97sxwiewb6r
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.52)
3
 
AC_INIT([libmtp], [1.0.2], [libmtp-discuss@lists.sourceforge.net])
 
3
AC_INIT([libmtp], [1.0.3], [libmtp-discuss@lists.sourceforge.net])
4
4
AC_CONFIG_MACRO_DIR([m4])
5
5
AM_INIT_AUTOMAKE([foreign])
6
6
AC_CONFIG_SRCDIR([src/libmtp.c])