Mercurial > SDL_sound_CoreAudio
annotate bootstrap @ 87:4d858e0f9213
Added a "you are now ready to run ./configure" message...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 22:43:57 +0000 |
parents | a7f31634011a |
children | 6d9fdec2f708 |
rev | line source |
---|---|
68 | 1 #! /bin/sh |
2 | |
3 aclocal | |
4 libtoolize --automake --copy --force | |
75
a7f31634011a
Commented out --force option to automake.
Ryan C. Gordon <icculus@icculus.org>
parents:
68
diff
changeset
|
5 |
a7f31634011a
Commented out --force option to automake.
Ryan C. Gordon <icculus@icculus.org>
parents:
68
diff
changeset
|
6 # rcg09252001 (I ain't got a --force option...?) |
a7f31634011a
Commented out --force option to automake.
Ryan C. Gordon <icculus@icculus.org>
parents:
68
diff
changeset
|
7 #automake --foreign --add-missing --copy --force |
a7f31634011a
Commented out --force option to automake.
Ryan C. Gordon <icculus@icculus.org>
parents:
68
diff
changeset
|
8 |
a7f31634011a
Commented out --force option to automake.
Ryan C. Gordon <icculus@icculus.org>
parents:
68
diff
changeset
|
9 automake --foreign --add-missing --copy |
68 | 10 autoconf |
87
4d858e0f9213
Added a "you are now ready to run ./configure" message...
Ryan C. Gordon <icculus@icculus.org>
parents:
75
diff
changeset
|
11 |
4d858e0f9213
Added a "you are now ready to run ./configure" message...
Ryan C. Gordon <icculus@icculus.org>
parents:
75
diff
changeset
|
12 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
|
13 |