summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-08-10 22:19:44 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-08-19 11:21:40 -0700
commit1c7cfd7a2b89329f27951c0437f925dd3301e3de (patch)
tree079a314b6b5e884d5198eaab0fb7d424788680ab /configure.ac
parenta7970f5c817b5c75d945389cfaf1384ff23437f3 (diff)
Remove configure comment about synchronizing version numbers
This appears to have been a mistaken copy-and-paste from something like libXcursor - I can't find any Xfont.h header, nor any libXfont header containing a version number. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7aa7a1c..1905a53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,12 +21,6 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-#
-# This is the package version number, not the shared library
-# version. This same version number must appear in Xfont.h
-# Yes, it is a pain to synchronize version numbers. Unfortunately, it's
-# not possible to extract the version number here from Xfont.h
-#
AC_INIT([libXfont], [1.4.4],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXfont])
AC_CONFIG_SRCDIR([Makefile.am])