summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-17 03:46:25 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-17 03:46:25 -0400
commit41359116457db2ee6325f3cc71633ee2ff4974cc (patch)
tree6b7976dcac575e60ab31a5a9f03b11f16c359e9c /configure.in
parenta6f72ff790628b0aa66d3f776cc340d512ac714b (diff)
downloadfork-ledger-41359116457db2ee6325f3cc71633ee2ff4974cc.tar.gz
fork-ledger-41359116457db2ee6325f3cc71633ee2ff4974cc.tar.bz2
fork-ledger-41359116457db2ee6325f3cc71633ee2ff4974cc.zip
Make it so that the AUTHORS and COPYING files are no longer required.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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