diff options
Diffstat (limited to 'gl/configure.ac')
-rw-r--r-- | gl/configure.ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gl/configure.ac b/gl/configure.ac new file mode 100644 index 000000000..dcdd669ce --- /dev/null +++ b/gl/configure.ac @@ -0,0 +1,8 @@ +AC_PREREQ([2.57]) +AC_INIT([GLProto], [1.4.9], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +XORG_RELEASE_VERSION + +AC_OUTPUT([Makefile + glproto.pc]) |