Make it so that the AUTHORS and COPYING files are no longer required.
This commit is contained in:
parent
a6f72ff790
commit
4135911645
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue