~ubuntu-branches/ubuntu/maverick/libxpm/maverick

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-02-16 16:24:44 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070216162444-06s322lbvnuhzed0
Tags: upstream-3.5.6
ImportĀ upstreamĀ versionĀ 3.5.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: configure.ac,v 1.9 2005/12/03 05:49:44 kem Exp $
 
1
# $Id$
2
2
 
3
3
AC_PREREQ(2.57)
4
 
AC_INIT([libXpm], 3.5.5, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm)
 
4
AC_INIT([libXpm], 3.5.6, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXpm)
5
5
AC_CONFIG_SRCDIR([Makefile.am])
6
6
AM_INIT_AUTOMAKE([dist-bzip2])
7
7