annotate autogen.sh @ 1375:37dc1ce76bba

Add example files for the coord_hide issue
author wycc
date Fri, 11 Mar 2011 14:05:09 +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