1aclocal
2automake --add-missing --foreign Makefile
3autoconf
4autoheader
5rm -f config.cache
6./configure --prefix=$HOME/lincity
7
8## My solaris box gets messed up dependencies for config.h because of some
9## goofy nfs incompatibility.  So I have to do this after doing a make.
10## (unfortunately this remakes everything!)
11# make
12# rm -f stamp-h config.h
13# make config.h
14# ls -l config.h* stamp-h*
15# touch stamp-h.in
16# touch config.h.in
17# touch stamp-h
18# touch config.h
19# ls -l config.h* stamp-h*
20# make
21