bug-textutils
[Top][All Lists]
Advanced

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

textutils version 2.1 bug


From: Parimi, Venkateshwara Rao
Subject: textutils version 2.1 bug
Date: Mon, 14 Jul 2003 14:03:22 +0530

Here is the snippet of make on a solaris 2.6 machine:

<<SNIP>>
gmake[1]: Entering directory
`/tmp_mnt/home/nyc/fsqa1/it-a/parimiv/work/cos/mk/textutils/m4'
rm -f Makefile.am Makefile.amt
sed -n '1,/^##m4-files-begin/p' Makefile.am.in > Makefile.amt
(((echo EXTRA_DIST =; \
   echo "  README jm-glibc-io.m4 jm-glibc-io.m4n Makefile.am.in" \
  ) | tr '\012' @); \
  (echo *.m4|tr ' ' @) ) \
  |sed 's/@$/%/;s/@/ \\@/g' |tr @% '\012\012' \
  >> Makefile.amt
/bin/ksh: syntax error at line 0 : `(' unexpected
gmake[1]: *** [Makefile.am] Error 2
gmake[1]: Leaving directory `/u/parimiv/work/cos/mk/textutils/m4'
gmake: *** [check-recursive] Error 1
<<>>


Makefile.in should be modified as below:
/u/parimiv/work/upgrades/textutils-2.1/m4>diff Makefile.in.orig Makefile.in
363c363
<       (((echo EXTRA_DIST =; \
---
>       ( ( (echo EXTRA_DIST =; \


Thanks
-Venkatesh




reply via email to

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