diff --git a/.gitattributes b/.gitattributes index 64458b9..acc2a8a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/freeglut/freeglut/autogen.sh b/freeglut/freeglut/autogen.sh new file mode 100755 index 0000000..a5f48af --- /dev/null +++ b/freeglut/freeglut/autogen.sh @@ -0,0 +1,6 @@ +set -x && +autoheader && +aclocal && +libtoolize --copy --force && +automake --add-missing && +autoconf