annotate autogen.sh @ 1011:02d52058d352 refine_backend_if

Make functions of X_supp.c static and fill fields of backend. - Make most functions in X_supp.c static - fill fields of backend variable.
author Thinker K.F. Li <thinker@codemud.net>
date Mon, 22 Nov 2010 00:42:30 +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