Mercurial > SDL_sound_CoreAudio
comparison bootstrap @ 202:ace10a8e632b
set -e and some more output.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 04 Jan 2002 06:51:25 +0000 |
parents | 6d9fdec2f708 |
children | 2b9131a7653c |
comparison
equal
deleted
inserted
replaced
201:56bc776f0563 | 202:ace10a8e632b |
---|---|
1 #! /bin/sh | 1 #! /bin/sh |
2 | 2 |
3 set -e | |
4 echo "Initial preparation...this can take awhile, so sit tight..." | |
3 aclocal | 5 aclocal |
4 libtoolize --automake --copy --force | 6 libtoolize --automake --copy --force |
5 autoheader | 7 autoheader |
6 automake --foreign --add-missing --copy | 8 automake --foreign --add-missing --copy |
7 autoconf | 9 autoconf |