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 /unicode/configure.ac | |
| parent | b84d8ff82f5e2f5f81690913701ab54d12a1a22e (diff) | |
| download | courier-libs-e7650ab352897866149c5b7765aba74ea13b4aa5.tar.bz2 | |
fix for automake >=1.13
Diffstat (limited to 'unicode/configure.ac')
| -rw-r--r-- | unicode/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/configure.ac b/unicode/configure.ac index f15042f..67b55f6 100644 --- a/unicode/configure.ac +++ b/unicode/configure.ac @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR(unicodecpp.C) LPATH="$PATH:/usr/local/bin" -AM_CONFIG_HEADER(unicode_config.h) +AC_CONFIG_HEADERS(unicode_config.h) AM_INIT_AUTOMAKE([foreign no-define dist-bzip2]) dnl Checks for programs. |
