Update
Showing
1 changed file
with
13 additions
and
0 deletions
1 | 2006-02-08 Sergey Poznyakoff <gray@gnu.org.ua> | 1 | 2006-02-08 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 2 | ||
3 | Fix displaying source locations in Sieve action logs: | ||
4 | |||
5 | * libsieve/prog.c (sieve_change_source) | ||
6 | (sieve_check_source_changed): New functions | ||
7 | (sieve_code_action,sieve_code_test): Call | ||
8 | sieve_check_source_changed. | ||
9 | * libsieve/sieve.h (sieve_change_source): New function | ||
10 | * libsieve/sieve.l (push_source,pop_source): Do not code | ||
11 | SOURCE instruction directly, use sieve_change_source() to let the | ||
12 | code generator know it should do it. | ||
13 | |||
14 | Fix build on platforms without program_invocation_short_name: | ||
15 | |||
3 | * mailbox/Makefile.am (AM_CFLAGS): Use AM_CPPFLAGS instead. | 16 | * mailbox/Makefile.am (AM_CFLAGS): Use AM_CPPFLAGS instead. |
4 | * config/Makefile.am, movemail/Makefile.am (AM_CPPFLAGS): Add | 17 | * config/Makefile.am, movemail/Makefile.am (AM_CPPFLAGS): Add |
5 | GNULIB_ARGP_EXTERN_BASENAME=1 | 18 | GNULIB_ARGP_EXTERN_BASENAME=1 | ... | ... |
-
Please register or sign in to post a comment