Move RELEASE_DATE below AC_INIT.

Doing it the other way around clobbers the setting, which means you get
a null release date string in the log.  Thanks autoconf!
This commit is contained in:
Adam Jackson 2008-09-23 11:05:44 -04:00
parent dba26368e5
commit 68c575cb73

View file

@ -26,8 +26,8 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ(2.57)
RELEASE_DATE="3 September 2008"
AC_INIT([xorg-server], 1.5.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
RELEASE_DATE="3 September 2008"
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE