This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
FreeGLUT-Vita/freeglut/freeglut/autogen.sh
2003-06-24 18:12:40 +00:00

13 lines
244 B
Bash
Executable File

#!/bin/sh
#
echo "Generating build information using aclocal, automake and autoconf"
echo "This may take a while ..."
aclocal
autoheader
libtoolize --copy --force
automake --add-missing
autoconf
echo "Now you are ready to run ./configure"