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
2005-09-07 11:47:20 +00:00

8 lines
101 B
Bash
Executable File

#! /bin/sh
set -e
aclocal
autoheader
libtoolize --copy --force
automake --add-missing -Wall
autoconf