From 41359116457db2ee6325f3cc71633ee2ff4974cc Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 17 Aug 2008 03:46:25 -0400 Subject: Make it so that the AUTHORS and COPYING files are no longer required. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 866334f0..f82cbfd4 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v1.2.3