Mercurial > SDL_sound_CoreAudio
comparison bootstrap @ 75:a7f31634011a
Commented out --force option to automake.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 25 Sep 2001 16:29:46 +0000 |
parents | 0b53ace8b875 |
children | 4d858e0f9213 |
comparison
equal
deleted
inserted
replaced
74:2777e65f6478 | 75:a7f31634011a |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 | 2 |
3 aclocal | 3 aclocal |
4 libtoolize --automake --copy --force | 4 libtoolize --automake --copy --force |
5 automake --foreign --add-missing --copy --force | 5 |
6 # rcg09252001 (I ain't got a --force option...?) | |
7 #automake --foreign --add-missing --copy --force | |
8 | |
9 automake --foreign --add-missing --copy | |
6 autoconf | 10 autoconf |