Make it so that the AUTHORS and COPYING files are no longer required.

This commit is contained in:
John Wiegley 2008-08-17 03:46:25 -04:00
parent a6f72ff790
commit 4135911645

View file

@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(ledger, 2.6.1, johnw@newartisans.com)
AM_INIT_AUTOMAKE(ledger, 2.6.1)
AC_INIT([ledger],[2.6.1],[johnw@newartisans.com])
AC_CONFIG_SRCDIR([main.cc])
AC_CONFIG_HEADER([acconf.h])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
# Checks for programs.
AC_PROG_CXX