bug-m4
[Top][All Lists]
Advanced

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

M4 ported to nsr-tandem-nsk.


From: Bates, Tom
Subject: M4 ported to nsr-tandem-nsk.
Date: Thu, 29 Jan 2004 17:08:49 -0600

In addition to the diffs below I had to modify config.guess and config.sub to recognize nsr-tandem-com.  What's the correct way to get these modified?

Thanks,
Tom Bates


diff -ru m4-1.4o/examples/Makefile.am /usr/local/Floss/m4-1.4o/examples/Makefile
.am
--- m4-1.4o/examples/Makefile.am        1999-03-26 05:17:53.000000000 -0600
+++ /usr/local/Floss/m4-1.4o/examples/Makefile.am       2004-01-29 16:59:31.0000
00000 -0600
@@ -18,7 +18,6 @@
        incl-test.m4 \
        include.m4 \
        indir.m4 \
-       misc.m4 \
        multiquotes.m4 \
        patsubst.m4 \
        pushpop.m4 \
@@ -43,7 +42,6 @@
        hanoi.test \
        include.test \
        indir.test \
-       misc.test \
        multiquotes.test \
        patsubst.test \
        pushpop.test \


diff -ru m4-1.4o/examples/Makefile.in /usr/local/Floss/m4-1.4o/examples/Makefile
.in
--- m4-1.4o/examples/Makefile.in        2000-01-09 22:41:10.000000000 -0600
+++ /usr/local/Floss/m4-1.4o/examples/Makefile.in       2004-01-29 16:59:36.0000
00000 -0600
@@ -108,10 +108,9 @@
 
 WEB_SITE = WWW/*.htm WWW/Makefile WWW/m4lib/*.m4
 
-pkgdata_DATA =         capitalize.m4   comments.m4     ddivert.m4      debug.m4
        esyscmd.m4      exp.m4  foreach.m4      forloop.m4      fstab.m4       
hanoi.m4        incl-test.m4    include.m4      indir.m4        misc.m4        
multiquotes.m4  patsubst.m4     pushpop.m4      regexp.m4       reverse.m4     
sysv-args.m4    trace.m4        translit.m4     undivert.incl   undivert.m4    
wrap.m4
+pkgdata_DATA =         capitalize.m4   comments.m4     ddivert.m4      debug.m4
        esyscmd.m4      exp.m4  foreach.m4      forloop.m4      fstab.m4       
hanoi.m4        incl-test.m4    include.m4      indir.m4        multiquotes.m4 
patsubst.m4     pushpop.m4      regexp.m4       reverse.m4      sysv-args.m4   
trace.m4        translit.m4     undivert.incl   undivert.m4     wrap.m4
 
 
-TESTS = capitalize.test        comments.test   ddivert.test    debug.test     
esyscmd.test    exp.test        foreach.test    forloop.test    fstab.test     
hanoi.test      include.test    indir.test      misc.test       multiquotes.test
        patsubst.test   pushpop.test    regexp.test     reverse.test    sysv-arg
s.test  trace.test      translit.test   undivert.test   wrap.test
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = ../config.h


diff -ru m4-1.4o/src/output.c /usr/local/Floss/m4-1.4o/src/output.c
--- m4-1.4o/src/output.c        2000-01-09 20:30:17.000000000 -0600
+++ /usr/local/Floss/m4-1.4o/src/output.c       2004-01-29 14:01:16.000000000 -0
600
@@ -16,6 +16,10 @@
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 
+#ifdef __TANDEM
+#include <floss.h>
+#endif
+
 #include "m4.h"
 
 #include <sys/stat.h>


reply via email to

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