view 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
line wrap: on
line source

default: all

all:
	libtoolize --force --copy
	aclocal -I m4
	autoheader
	automake --add-missing
	autoconf