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 /md5/configure.ac | |
| parent | b84d8ff82f5e2f5f81690913701ab54d12a1a22e (diff) | |
| download | courier-libs-e7650ab352897866149c5b7765aba74ea13b4aa5.tar.bz2 | |
fix for automake >=1.13
Diffstat (limited to 'md5/configure.ac')
| -rw-r--r-- | md5/configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/md5/configure.ac b/md5/configure.ac index 7808f06..1e03525 100644 --- a/md5/configure.ac +++ b/md5/configure.ac @@ -10,7 +10,7 @@ AC_INIT(libmd5, 1.21, courier-users@lists.sourceforge.net)  AC_CONFIG_SRCDIR([hmac.c])  AC_CONFIG_AUX_DIR(../..) -AM_CONFIG_HEADER([config.h]) +AC_CONFIG_HEADERS([config.h])  AM_INIT_AUTOMAKE([foreign no-define])  AM_CONDITIONAL(HMACC, test -d ${srcdir}/../libhmac) | 
