equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 # |
2 # |
3 echo "Generating build information using autoconf" |
3 echo "Generating build information using autoconf" |
4 echo "This may take a while ..." |
4 echo "This may take a while ..." |
|
5 |
|
6 # Generate SDL_revision.h |
|
7 sh build-scripts/updaterev.sh |
5 |
8 |
6 # Regenerate configuration files |
9 # Regenerate configuration files |
7 cat acinclude/* >aclocal.m4 |
10 cat acinclude/* >aclocal.m4 |
8 found=false |
11 found=false |
9 for autoconf in autoconf autoconf259 autoconf-2.59 |
12 for autoconf in autoconf autoconf259 autoconf-2.59 |