diff options
| author | David Heidelberger | 2014-02-15 08:41:10 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2014-02-15 08:41:10 -0500 |
| commit | e7650ab352897866149c5b7765aba74ea13b4aa5 (patch) | |
| tree | 1f5e6945870e4a3a59d873e03173a5237880c9ad /maildrop | |
| parent | b84d8ff82f5e2f5f81690913701ab54d12a1a22e (diff) | |
| download | courier-libs-e7650ab352897866149c5b7765aba74ea13b4aa5.tar.bz2 | |
fix for automake >=1.13
Diffstat (limited to 'maildrop')
| -rw-r--r-- | maildrop/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maildrop/configure.ac b/maildrop/configure.ac index d9f0786..154740d 100644 --- a/maildrop/configure.ac +++ b/maildrop/configure.ac @@ -12,7 +12,7 @@ LPATH="$PATH:/usr/local/bin" AM_INIT_AUTOMAKE([foreign no-define]) AC_PROG_MAKE_SET -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) dnl Checks for programs. AC_USE_SYSTEM_EXTENSIONS |
