texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: texinfo 4.11.96 pretest (DJGPP specifc)


From: Juan Manuel Guerrero
Subject: Re: texinfo 4.11.96 pretest (DJGPP specifc)
Date: Sun, 13 Apr 2008 17:48:20 +0200
User-agent: KMail/1.9.5

I have checked in some DJGPP specific changes to be able to run configure
scripts generated by autoconf 2.62

Regards,
Juan M. Guerrero


Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.875
diff -p -U 3 -r1.875 ChangeLog
--- ChangeLog   9 Apr 2008 17:41:21 -0000       1.875
+++ ChangeLog   13 Apr 2008 15:45:36 -0000
@@ -1,3 +1,9 @@
+2008-04-13  Juan Manuel Guerrero  <address@hidden>
+
+       DJGPP specific issues.
+       * djgpp/config.sed: Fixes required to use configure scripts generated
+       by autoconf 2.62.
+
 2008-04-09  Karl Berry  <address@hidden>
 
        * pretest 4.11.96.
Index: djgpp/config.sed
===================================================================
RCS file: /sources/texinfo/texinfo/djgpp/config.sed,v
retrieving revision 1.4
diff -p -U 3 -r1.4 config.sed
--- djgpp/config.sed    1 Mar 2008 21:16:36 -0000       1.4
+++ djgpp/config.sed    13 Apr 2008 15:45:36 -0000
@@ -1,10 +1,14 @@
 # DJGPP specific configuration file.
 # Sed script for additional DJGPP specific editing
-# of the configure script generated by autoconf 2.61.
+# of the configure script generated by autoconf 2.62.
 
 
 # Additional editing of Makefiles
-/^".*ac_file_inputs.*tmp\/out$/ a\
+/^eval sed.*ac_file_inputs.*tmp\/out \\$/ {
+:loop
+n
+/^$/!b loop
+a\
 cat > "$tmp/subs-djgpp.sed" << eof_djgpp\
 # DJGPP specific Makefile changes.\
 s,\\.deps,_deps,g\
@@ -26,6 +30,7 @@ s,Makefile\\.in\\.in,Makefile.in-in,g\
 eof_djgpp\
 sed -f "\$tmp/subs-djgpp.sed" \$tmp/out > \$tmp/out.djgpp\
 mv -f \$tmp/out.djgpp \$tmp/out
+}
 
 
 # Makefile.in.in is renamed to Makefile.in-in.
@@ -91,3 +96,9 @@ done
 # AC_CONFIG_LINKS fails if the source and destination are on
 # different file systems and symlinks don't work.
 /^    ln \$srcdir/s%||%|| cp -pf $srcdir/$ac_source $ac_dest ||%
+
+# The CR test for awk does not work for DJGPP.
+/^ac_cs_awk_cr=/,/^$/ {
+  /^fi$/ a\
+ac_cs_awk_cr=$ac_cr
+}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]