X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=configure.in;h=b770b55d969c3c1f052abd94bdf354a8cbe48b5f;hb=0c26580b96f8e2f431489049be61077bd24dd21d;hp=96fb21c469fa8c1ec10cbed745d8738359fae8f9;hpb=8a92830a7e30ffcfcc4eae50b0853f8dc7b944c1;p=freeglut diff --git a/configure.in b/configure.in index 96fb21c..b770b55 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(Makefile.am) -AM_INIT_AUTOMAKE(freeglut,2.0.1) +AM_INIT_AUTOMAKE(freeglut,2.2.0) AM_CONFIG_HEADER(config.h) dnl Checks for programs. @@ -67,6 +67,7 @@ AC_OUTPUT(\ progs/demos/Fractals_random/Makefile \ progs/demos/Lorenz/Makefile \ progs/demos/One/Makefile \ + progs/demos/offscreen/Makefile \ progs/demos/shapes/Makefile \ src/Makefile \ include/Makefile \