annotate Makefile.cvs @ 403:e70d9110d9f5 stable-6-0-53

suppress duplicate calls to acceptable_content for messages with multiple recipients using the same filtering context
author Carl Byington <carl@five-ten-sg.com>
date Mon, 13 Mar 2017 19:13:05 -0700
parents 3218ab6af599
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
105
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
1 default: all
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
2
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
3 all:
229
b3652d1ae010 autoconf cleanup from libpst changes
Carl Byington <carl@five-ten-sg.com>
parents: 162
diff changeset
4 libtoolize --force --copy
162
c4bce911c276 don't add auto whitelist for A to A
carl
parents: 105
diff changeset
5 aclocal -I m4
105
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
6 autoheader
250
3218ab6af599 need --add-missing for newer systems
Carl Byington <carl@five-ten-sg.com>
parents: 229
diff changeset
7 automake --add-missing
105
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
8 autoconf
c3e9fa6b37c6 move to autoconf/automake/docbook
carl
parents:
diff changeset
9