diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-18 23:38:59 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-18 23:38:59 +0000 |
commit | aba421a2e74a326a0e4387d3173308735a6263fd (patch) | |
tree | 6d1c6c9c45f9544e7474d198e29fa76a187772fd /configure.ac | |
parent | 74337d4f81c9050cb69da8fb825ebe9411b36140 (diff) |
Xinerama protocol module should be named Xinerama, not Panoramix
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index aa1b46e..2beeba5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ AC_PREREQ([2.57]) -AC_INIT([PanoramixProto], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) +AC_INIT([XineramaProto], [1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) XORG_RELEASE_VERSION AC_OUTPUT([Makefile - panoramixproto.pc]) + xineramaproto.pc]) |