From 21e155b782f607406acf100b5e5519f54d0ce2a8 Mon Sep 17 00:00:00 2001 From: sandalle Date: Fri, 20 Jun 2003 15:49:55 +0000 Subject: [PATCH] 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 --- .gitattributes | 1 + freeglut/freeglut/autogen.sh | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100755 freeglut/freeglut/autogen.sh 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