annotate autogen.sh @ 1051:8679b03f72e8

Move declaration about sprite to a separated header file.
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 24 Nov 2010 14:19:00 +0800
parents 433fa83d16f9
children
rev   line source
169
7ca25f18902f Autotoolize MadButterfly.
sylee@eeepc
parents:
diff changeset
1 #!/bin/sh
7ca25f18902f Autotoolize MadButterfly.
sylee@eeepc
parents:
diff changeset
2
7ca25f18902f Autotoolize MadButterfly.
sylee@eeepc
parents:
diff changeset
3 aclocal
7ca25f18902f Autotoolize MadButterfly.
sylee@eeepc
parents:
diff changeset
4 autoheader
7ca25f18902f Autotoolize MadButterfly.
sylee@eeepc
parents:
diff changeset
5 libtoolize --automake --copy
387
433fa83d16f9 Corrected build dependence - able to build in Ubuntu Intrepid
Ben Lau <xbenlau@gmail.com>
parents: 178
diff changeset
6 automake --add-missing --copy
169
7ca25f18902f Autotoolize MadButterfly.
sylee@eeepc
parents:
diff changeset
7 autoconf