annotate autogen.sh @ 1243:d5f70928e9f1

Move MBScene_domview_ui and MBScene_domview to separated modules. - domview.py is where MBScene_domview and MBScene_domview_monitor are. - domview_ui.py is where MBScene_domview_ui and MBScene_frameline_stack are. - keep modules small to make better collaberation.
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 10 Jan 2011 16:32:16 +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