~ubuntu-branches/ubuntu/saucy/strace/saucy-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-05-05 10:21:37 UTC
  • mfrom: (0.1.6 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090505102137-ransgzeynrwa2yww
Tags: 4.5.18-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Add lpia as supported architecture

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl Process this file with autoconf to create configure.  Use autoreconf.
2
2
AC_PREREQ(2.57)
3
 
AC_INIT([strace],[4.5.17])
 
3
AC_INIT([strace],[4.5.18])
4
4
AC_CONFIG_SRCDIR([strace.c])
5
5
AM_CONFIG_HEADER([config.h])
6
6
AM_INIT_AUTOMAKE([foreign check-news dist-bzip2])