annotate bootstrap @ 140:c28566f219e2 release-0.1.3

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 15 Oct 2001 18:26:27 +0000
parents 6d9fdec2f708
children ace10a8e632b
rev   line source
68
0b53ace8b875 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
1 #! /bin/sh
0b53ace8b875 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
2
0b53ace8b875 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
3 aclocal
0b53ace8b875 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
4 libtoolize --automake --copy --force
100
6d9fdec2f708 added config.h, added --enable-debug flag, various other changes to the build system
fingolfin
parents: 87
diff changeset
5 autoheader
75
a7f31634011a Commented out --force option to automake.
Ryan C. Gordon <icculus@icculus.org>
parents: 68
diff changeset
6 automake --foreign --add-missing --copy
68
0b53ace8b875 Initial add.
Ryan C. Gordon <icculus@icculus.org>
parents:
diff changeset
7 autoconf
87
4d858e0f9213 Added a "you are now ready to run ./configure" message...
Ryan C. Gordon <icculus@icculus.org>
parents: 75
diff changeset
8
4d858e0f9213 Added a "you are now ready to run ./configure" message...
Ryan C. Gordon <icculus@icculus.org>
parents: 75
diff changeset
9 echo "You are now ready to run ./configure ..."
4d858e0f9213 Added a "you are now ready to run ./configure" message...
Ryan C. Gordon <icculus@icculus.org>
parents: 75
diff changeset
10