annotate bootstrap @ 189:92eae705e0d1 release-0.1.4

Updated.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 27 Dec 2001 23:09:53 +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