comparison Makefile.cvs @ 60:a20b31625b44

need --add-missing for newer systems
author Carl Byington <carl@five-ten-sg.com>
date Tue, 10 Jun 2014 09:13:16 -0700
parents d237bc6331ad
children
comparison
equal deleted inserted replaced
59:f133196b8591 60:a20b31625b44
2 2
3 all: 3 all:
4 libtoolize --force --copy 4 libtoolize --force --copy
5 aclocal -I m4 5 aclocal -I m4
6 autoheader 6 autoheader
7 automake 7 automake --add-missing
8 autoconf 8 autoconf
9 9