configure: sed error

ISHIKAWA Mutsumi ishikawa at debian.org
Sat May 8 12:04:15 PDT 2004


>>>>> In <1083773640.3784.3.camel at glorfindel> 
>>>>>	Jeremy Kolb <jkolb at brandeis.edu> 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
 <ishikawa at netvillage.co.jp>, <ishikawa at linux.or.jp>, <ishikawa at debian.org>



More information about the xserver mailing list