mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-21 20:20:07 +01:00
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:
parent
dba26368e5
commit
68c575cb73
1 changed files with 1 additions and 1 deletions
|
|
@ -26,8 +26,8 @@ dnl
|
||||||
dnl Process this file with autoconf to create configure.
|
dnl Process this file with autoconf to create configure.
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
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)
|
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])
|
AC_CONFIG_SRCDIR([Makefile.am])
|
||||||
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
|
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue