~ubuntu-branches/ubuntu/vivid/fyre/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Haas
  • Date: 2006-10-22 20:33:21 UTC
  • mfrom: (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061022203321-xlc2dvrxbptdojtf
Tags: 1.0.1-1
* New upstream release
* Patch from Sebastian Dröge included to avoid libcairo dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl ################################################################
4
4
dnl # Initialize autoconf
5
5
dnl ################################################################
6
 
AC_INIT(fyre, 1.0.0, trowbrds@cs.colorado.edu)
 
6
AC_INIT(fyre, 1.0.1, trowbrds@gmail.com)
7
7
AC_PREREQ(2.50)
8
8
AC_CONFIG_SRCDIR(config.h.in)
9
 
AC_COPYRIGHT([Copyright 2004-2005 David Trowbridge and Micah Dowty])
 
9
AC_COPYRIGHT([Copyright 2004-2006 David Trowbridge and Micah Dowty])
10
10
 
11
11
dnl ################################################################
12
12
dnl # Initialize automake
13
13
dnl ################################################################
14
 
VERSION=1.0.0
 
14
VERSION=1.0.1
15
15
PACKAGE=fyre
16
16
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
17
17
 
128
128
Makefile
129
129
autopackage/default.apspec
130
130
data/Makefile
 
131
data/icons/Makefile
 
132
data/icons/16x16/Makefile
 
133
data/icons/22x22/Makefile
 
134
data/icons/24x24/Makefile
 
135
data/icons/scalable/Makefile
131
136
src/Makefile
132
137
contrib/Makefile
133
138
])