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 /rfc2045 | |
| parent | b84d8ff82f5e2f5f81690913701ab54d12a1a22e (diff) | |
| download | courier-libs-e7650ab352897866149c5b7765aba74ea13b4aa5.tar.bz2 | |
fix for automake >=1.13
Diffstat (limited to 'rfc2045')
| -rw-r--r-- | rfc2045/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc2045/configure.ac b/rfc2045/configure.ac index 2e4d857..32d2e32 100644 --- a/rfc2045/configure.ac +++ b/rfc2045/configure.ac @@ -8,7 +8,7 @@ AC_INIT(rfc2045lib, 0.20, [courier-maildrop@lists.sourceforge.net]) AC_CONFIG_SRCDIR(rfc2045.c) AC_CONFIG_AUX_DIR(../..) AM_INIT_AUTOMAKE([foreign no-define]) -AM_CONFIG_HEADER(rfc2045_config.h) +AC_CONFIG_HEADERS(rfc2045_config.h) dnl Checks for programs. AC_USE_SYSTEM_EXTENSIONS |
