~ubuntu-branches/ubuntu/saucy/signing-party/saucy

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Simon Richter
  • Date: 2002-02-21 22:24:09 UTC
  • Revision ID: james.westby@ubuntu.com-20020221222409-pi89fzuuxhqhx43x
Tags: 0.2-1
* New release
* Can now print multiple keys
* Supports alternate paper sizes (Closes: #134975)
* New script: gpg-mailkeys

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Process this file with autoconf to produce a configure script.
 
2
AC_INIT(signing-party, 0.1, Simon.Richter@in.tum.de)
 
3
AM_INIT_AUTOMAKE(signing-party, 0.1)
 
4
 
 
5
AC_CONFIG_FILES([Makefile
 
6
        scripts/Makefile
 
7
        howto/Makefile])
 
8
AC_OUTPUT