view Makefile.cvs @ 250:3218ab6af599

need --add-missing for newer systems
author Carl Byington <carl@five-ten-sg.com>
date Sun, 08 Apr 2012 11:47:45 -0700
parents b3652d1ae010
children
line wrap: on
line source

default: all

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