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
spanne c3abbc2013 Silenced autogen.sh
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@685 7f0cb862-5218-0410-a997-914c9d46530a
2005-09-04 15:24:57 +00:00

8 lines
95 B
Bash
Executable File

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