xserver ChangeLog,3.183,3.184 configure.ac,3.77,3.78
Carlos Romero
xserver-commit at pdx.freedesktop.org
Tue May 25 09:11:48 PDT 2004
Committed by: kidcrash
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv6199
Modified Files:
ChangeLog configure.ac
Log Message:
minor build fixes so make distcheck passes
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.183
retrieving revision 3.184
diff -u -d -r3.183 -r3.184
--- a/ChangeLog 25 May 2004 13:02:44 -0000 3.183
+++ b/ChangeLog 25 May 2004 16:11:45 -0000 3.184
@@ -1,5 +1,12 @@
2004-05-25 Carlos Romero <kidcrash at freedesktop.org>
* configure.ac:
+ * hw/xorg/os-support/Makefile.am:
+ * hw/xorg/os-support/linux/Makefile.am:
+ * hw/xwin/Makefile.am:
+ minor build fixes so make distcheck passes
+
+2004-05-25 Carlos Romero <kidcrash at freedesktop.org>
+ * configure.ac:
* hw/kdrive/Makefile.am:
Add pm2 to the build
Index: configure.ac
===================================================================
RCS file: /cvs/xserver/xserver/configure.ac,v
retrieving revision 3.77
retrieving revision 3.78
diff -u -d -r3.77 -r3.78
--- a/configure.ac 25 May 2004 13:02:44 -0000 3.77
+++ b/configure.ac 25 May 2004 16:11:46 -0000 3.78
@@ -34,6 +34,8 @@
AM_PROG_AS
AC_PROG_INSTALL
AC_PROG_LN_S
+AC_PROG_YACC
+AC_PROG_LEX
AC_LIBTOOL_WIN32_DLL
AM_PROG_LIBTOOL
AC_PROG_MAKE_SET
@@ -396,8 +398,6 @@
XWIN_INCS=
if test "$XWINSERVER" = yes; then
PKG_CHECK_MODULES(XWINSERVER, $XWIN_REQUIRED_MODULES)
- AC_PROG_YACC
- AC_PROG_LEX
XWIN_LIB='$(top_builddir)/hw/xwin/libxwin.a'
XWIN_INC='-I$(top_srcdir)/hw/xwin'
XWIN_LIBS="$DIX_LIB $OS_LIB $XWIN_LIB \
More information about the xserver-commit
mailing list