summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..dc7db77
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2005-12-05 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Add missing XORG_RELEASE_VERSION to configure.ac.
diff --git a/configure.ac b/configure.ac
index 6c01f03..742f12d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,8 @@ AM_MAINTAINER_MODE
AC_PROG_INSTALL
+XORG_RELEASE_VERSION
+
AC_OUTPUT([
Makefile
])