Mercurial > dnsbl
annotate Makefile.cvs @ 267:db12f6028f8b
Added tag stable-6-0-33 for changeset 582cfb9c4031
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 21 Jul 2012 13:13:07 -0700 |
parents | 3218ab6af599 |
children |
rev | line source |
---|---|
105 | 1 default: all |
2 | |
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 | 5 aclocal -I m4 |
105 | 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 | 8 autoconf |
9 |