Fix for the problem that SDL applications exited
[AROS-Contrib.git] / gnu / make / autogen.sh
blob5e6dff9103116aee6b06e627b51d791adcc5f5a2
1 #!/bin/sh
3 echo "Generating build information using aclocal, autoheader, automake and autoconf"
4 echo "This may take a while ..."
6 # Regenerate configuration files.
8 aclocal
9 autoheader
10 automake --gnits --include-deps --add-missing --copy
11 autoconf
13 echo "Now you are ready to run ./configure."
14 echo "You can also run ./configure --help for extra features to enable/disable."