Re: configure: sed error
ISHIKAWA Mutsumi <[email protected]> Sun, 09 May 2004 04:04:15 +0900
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
>>>>> In <1083773640.3784.3.camel-NUdlAhaFf9QYZaMpoT/[email protected]> >>>>> Jeremy Kolb <jkolb-1FONPbNgvBv2fBVCVOL8/[email protected]> wrote: >> >> When passing --enable-xorgserver in configure I get the following error >> in every makefile and the makefiles end up empty: >> >> config.status: creating hw/xorg/xaa/Makefile >> sed: file ./confstatq24128/subs-4.sed line 46: Unterminated `s' command I found typo in coufigure.ac. Index: configure.ac =================================================================== RCS file: /cvs/xserver/xserver/configure.ac,v retrieving revision 3.74 diff -u -a -r3.74 configure.ac --- configure.ac 3 May 2004 15:39:43 -0000 3.74 +++ configure.ac 8 May 2004 19:01:09 -0000 @@ -437,7 +437,7 @@ XORG_INCS="$XORG_INC $EXTENSION_INCS $MI_INC $DAMAGE_INC \ $SHADOW_INC $FB_INC $XSERVER_CFLAGS $XI_INC" XORG_CFLAGS="$XORGSERVER_CFLAGS -D_XOPEN_SOURCE -D_POSIX_SOURCE=500 \ - -D_BSD_SOURCE -Wall -DNEED_XF86_TYPES + -D_BSD_SOURCE -Wall -DNEED_XF86_TYPES \ -DNEED_XF86_PROTOTYPES -DXFree86Server \ -DX_BYTE_ORDER=X_LITTLE_ENDIAN" case $host_os in -- ISHIKAWA Mutsumi <[email protected]>, <[email protected]>, <[email protected]>