Hi,

gwetting this error now:
sort/Makefile.am:23: AM_CFLAGS must be set with `=' before using `+='
autoreconf: automake failed with exit status: 1

* remove + from AM_CFLAGS definition.

diff -Nurp dbmail.orig/sort/Makefile.am dbmail/sort/Makefile.am
--- dbmail.orig/sort/Makefile.am        2004-10-04 23:10:32.000000000 +0200
+++ dbmail/sort/Makefile.am     2004-10-13 22:49:03.167764800 +0200
@@ -20,7 +20,7 @@ pkglib_LTLIBRARIES = libsortdbmail.la

 if SIEVE
 libsortdbmail_la_SOURCES = sort.c sortsieve.c
-AM_CFLAGS += -DSIEVE
+AM_CFLAGS = -DSIEVE
 else
 libsortdbmail_la_SOURCES = sort.c
 endif


Gerrit
--
=^..^=

Reply via email to