diff options
author | John Wiegley <johnw@newartisans.com> | 2008-08-07 23:26:30 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-08-07 23:26:30 -0400 |
commit | b55564958933e39f834b29c1ba3877d03b57fe5b (patch) | |
tree | f232e277af9e6bc09d50c2864269683838d1dd18 /configure.ac | |
parent | 8dc5f14b651790bbfb3fb269df19527a965140ee (diff) | |
download | ledger-b55564958933e39f834b29c1ba3877d03b57fe5b.tar.gz ledger-b55564958933e39f834b29c1ba3877d03b57fe5b.tar.bz2 ledger-b55564958933e39f834b29c1ba3877d03b57fe5b.zip |
Relaxed checking of Automake requirements, and removed any need for the
'myacprep' script. Also support Python is now checked for by default when
building the development version (i.e., from version control).
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 18a1dca1..a87c71e9 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ m4_include([version.m4]) AC_INIT([ledger],[VERSION_NUMBER],[johnw@newartisans.com]) AC_CONFIG_SRCDIR([src/main.cc]) AC_CONFIG_HEADER([acconf.h]) -AM_INIT_AUTOMAKE([dist-bzip2]) +AM_INIT_AUTOMAKE([dist-bzip2 foreign]) # Checks for programs. AC_PROG_CXX |