annotate autogen.sh @ 1524:d46ba9e7f837

Update action list with timeline names of current component.
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Aug 2011 14:53:55 +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