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:
sandalle 2003-06-20 15:49:55 +00:00
parent fe2a9753bb
commit 21e155b782
2 changed files with 7 additions and 0 deletions

1
.gitattributes vendored
View File

@ -9,6 +9,7 @@ freeglut/freeglut/README 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/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/doc/download.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
View File

@ -0,0 +1,6 @@
set -x &&
autoheader &&
aclocal &&
libtoolize --copy --force &&
automake --add-missing &&
autoconf