Mercurial > SDL_sound_CoreAudio
annotate bootstrap @ 188:8df5aff6ce12
Added (broken and commented out) ElectricFence support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 27 Dec 2001 23:08:44 +0000 |
parents | 6d9fdec2f708 |
children | ace10a8e632b |
rev | line source |
---|---|
68 | 1 #! /bin/sh |
2 | |
3 aclocal | |
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 | 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 |