Initial version of autogen.sh, tested here and creates the correct files
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@90 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
fe2a9753bb
commit
21e155b782
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -9,6 +9,7 @@ freeglut/freeglut/README svn_keywords=Author+Date+Id+Revision
|
|||||||
freeglut/freeglut/TODO svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/TODO svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/acconfig.h svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/acconfig.h svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/aclocal.m4 svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/aclocal.m4 svn_keywords=Author+Date+Id+Revision
|
||||||
|
freeglut/freeglut/autogen.sh svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/configure.in svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/configure.in svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/doc/download.html svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/doc/download.html svn_keywords=Author+Date+Id+Revision
|
||||||
freeglut/freeglut/doc/freeglut.html svn_keywords=Author+Date+Id+Revision
|
freeglut/freeglut/doc/freeglut.html svn_keywords=Author+Date+Id+Revision
|
||||||
|
6
freeglut/freeglut/autogen.sh
Executable file
6
freeglut/freeglut/autogen.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
set -x &&
|
||||||
|
autoheader &&
|
||||||
|
aclocal &&
|
||||||
|
libtoolize --copy --force &&
|
||||||
|
automake --add-missing &&
|
||||||
|
autoconf
|
Reference in New Issue
Block a user