Mercurial > MadButterfly
comparison autogen.sh @ 387:433fa83d16f9
Corrected build dependence - able to build in Ubuntu Intrepid
Removed '#include "menu.h"' from example code which is not needed
author | Ben Lau <xbenlau@gmail.com> |
---|---|
date | Fri, 10 Apr 2009 16:04:05 +0800 |
parents | d0646a6df46f |
children |
comparison
equal
deleted
inserted
replaced
386:12464f1138ae | 387:433fa83d16f9 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 aclocal | 3 aclocal |
4 autoheader | 4 autoheader |
5 libtoolize --automake --copy | 5 libtoolize --automake --copy |
6 automake --add-missing --foreign | 6 automake --add-missing --copy |
7 autoconf | 7 autoconf |