Make the server distcheck and tag 1.0.99.1 snapshot.
Bump CVS version to 1.0.99.1. Distcheck fixes.
This commit is contained in:
parent
8e3ad87d01
commit
966d93ef6d
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2006-03-21 Kristian Høgsberg <krh@redhat.com>
|
||||||
|
|
||||||
|
Make the server distcheck and tag 1.0.99.1 snapshot.
|
||||||
|
|
||||||
|
* configure.ac: Bump CVS version to 1.0.99.1.
|
||||||
|
|
||||||
|
* Makefile.am:
|
||||||
|
* os/Makefile.am:
|
||||||
|
* Xext/Makefile.am:
|
||||||
|
* GL/mesa/glapi/Makefile.am: Distcheck fixes.
|
||||||
|
|
||||||
2006-03-21 Kristian Høgsberg <krh@redhat.com>
|
2006-03-21 Kristian Høgsberg <krh@redhat.com>
|
||||||
|
|
||||||
* GL/glx/glxcmds.c:
|
* GL/glx/glxcmds.c:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X
|
SUBDIRS = main math array_cache swrast swrast_setup tnl shader X glapi
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libGLcore.la
|
noinst_LTLIBRARIES = libGLcore.la
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
AUTOMAKE_OPTIONS=dist-bzip2 foreign nostdinc
|
AUTOMAKE_OPTIONS=dist-bzip2 foreign nostdinc
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS=--disable-xorgcfg
|
||||||
|
|
||||||
if COMPOSITE
|
if COMPOSITE
|
||||||
COMPOSITE_DIR=composite
|
COMPOSITE_DIR=composite
|
||||||
|
@ -107,6 +108,7 @@ DIST_SUBDIRS = \
|
||||||
XTrap \
|
XTrap \
|
||||||
composite \
|
composite \
|
||||||
GL \
|
GL \
|
||||||
|
exa \
|
||||||
hw \
|
hw \
|
||||||
Xprint \
|
Xprint \
|
||||||
XpConfig \
|
XpConfig \
|
||||||
|
|
|
@ -39,7 +39,7 @@ MODULE_SRCS = \
|
||||||
# Optional sources included if extension enabled by configure.ac rules
|
# Optional sources included if extension enabled by configure.ac rules
|
||||||
|
|
||||||
# MIT Shared Memory extension
|
# MIT Shared Memory extension
|
||||||
MITSHM_SRCS = shm.c
|
MITSHM_SRCS = shm.c shmint.h
|
||||||
if MITSHM
|
if MITSHM
|
||||||
BUILTIN_SRCS += $(MITSHM_SRCS)
|
BUILTIN_SRCS += $(MITSHM_SRCS)
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -25,7 +25,7 @@ dnl Process this file with autoconf to create configure.
|
||||||
AC_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
dnl This is the not the Xorg version number, it's the server version number.
|
dnl This is the not the Xorg version number, it's the server version number.
|
||||||
dnl Yes, that's weird.
|
dnl Yes, that's weird.
|
||||||
AC_INIT([xorg-server], 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
|
AC_INIT([xorg-server], 1.0.99.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xorg-server)
|
||||||
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
|
||||||
|
|
|
@ -21,6 +21,7 @@ libos_la_SOURCES = \
|
||||||
io.c \
|
io.c \
|
||||||
mitauth.c \
|
mitauth.c \
|
||||||
oscolor.c \
|
oscolor.c \
|
||||||
|
oscolor.h \
|
||||||
osdep.h \
|
osdep.h \
|
||||||
osinit.c \
|
osinit.c \
|
||||||
utils.c \
|
utils.c \
|
||||||
|
|
Loading…
Reference in New Issue