X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=7537839277d27a84e9d585c33cba056d8e13c93e;hb=f3baee91be68dcc9640da795d5c22fba41ef9e53;hp=33758b7af2ba30d571fc0491d1640bd67f2d375e;hpb=5c17e7d79895982036139dcffb5c17cefb1d4d9f;p=grits diff --git a/configure.ac b/configure.ac index 33758b7..7537839 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ -m4_define([grits_release], [0.7]) -m4_define([grits_version], [4:0:0]) -m4_define([grits_subdir], [grits4]) +m4_define([grits_release], [0.8.1]) +m4_define([grits_version], [6:1:1]) +m4_define([grits_subdir], [grits5]) # Init and options AC_INIT([grits], [grits_release], [andy753421@gmail.com]) @@ -41,11 +41,6 @@ AS_IF([test "$enable_gtk3" = "yes"], [GTK_VERSION=gtk+-2.0]) AC_SUBST(GTK_VERSION) -# Check for glut for example plugin -AC_CHECK_LIB(glut, glutSolidTeapot, GLUT_LIBS="-lglut") -AM_CONDITIONAL(HAVE_GLUT, test "$GLUT_LIBS" != "") -AC_SUBST(GLUT_LIBS) - # Test for windowing system case "${host}" in *mingw32*) SYS="WIN" ;;