diff --git a/configure.ac b/configure.ac index 34ba563..50af1b5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,8 @@ AC_PREREQ([2.57]) -AC_INIT([FontsProto], [2.0], [xorg@lists.freedesktop.org]) +AC_INIT([FontsProto], [2.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) - + +XORG_RELEASE_VERSION + AC_OUTPUT([Makefile fontsproto.pc])