~ubuntu-branches/ubuntu/utopic/libytnef/utopic

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Joshua Kwan
  • Date: 2009-09-28 10:13:48 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090928101348-29pkfq723wmck6bc
Tags: 1.5-2
* Orphaning this package. Thanks for the NMUs!
* Bump debhelper compat to 7 and Standards-Version to 3.8.3.
* Make dependency between libytnef0-dev and libytnef0 more strict.

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_INIT(libytnef, 1.5, yerase@yeraze.com)
3
3
AM_INIT_AUTOMAKE
 
4
AM_MAINTAINER_MODE
4
5
AC_CONFIG_SRCDIR([ytnef.c])
5
6
AM_CONFIG_HEADER([config.h])
6
7