# HG changeset patch # User Eli Zaretskii # Date 1081111984 0 # Node ID 1ee1cc05559b8c12c0e105e0305be75b7d4d29b0 # Parent 1abda8ef8f2221ecfbff9fc49291b43ba883dd6d (lib-src): Recognize comment lines in Makefile.in that have a TAB after the #, to avoid errors in preprocessing with GCC 3.3.3. diff -r 1abda8ef8f22 -r 1ee1cc05559b config.bat --- a/config.bat Sun Apr 04 20:18:44 2004 +0000 +++ b/config.bat Sun Apr 04 20:53:04 2004 +0000 @@ -1,7 +1,7 @@ @echo off rem ---------------------------------------------------------------------- rem Configuration script for MSDOS -rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001 +rem Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2004 rem Free Software Foundation, Inc. rem This file is part of GNU Emacs. @@ -191,7 +191,7 @@ Echo Configuring the library source directory... cd lib-src rem Create "makefile" from "makefile.in". -sed -e "1,/== start of cpp stuff ==/s@^# .*$@@" junk.c +sed -e "1,/== start of cpp stuff ==/s@^#[ ].*$@@" junk.c gcc -E -traditional -I. -I../src junk.c | sed -e "s/^ / /" -e "/^#/d" -e "/^[ ]*$/d" >makefile.new If "%DJGPP_VER%" == "2" goto libsrc-v2 sed -f ../msdos/sed3.inp Makefile @@ -276,7 +276,7 @@ set X11= set nodebug= set djgpp_ver= - -goto skipArchTag - arch-tag: 2d2fed23-4dc6-4006-a2e4-49daf0031f33 -:skipArchTag + +goto skipArchTag + arch-tag: 2d2fed23-4dc6-4006-a2e4-49daf0031f33 +:skipArchTag