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