Hi,

I found some probem with build mailutils in solaris 10 environment.
solaris bundle 'sed' not process line without LF code.

--- configure.ac.org    2006-10-30 23:00:16.000000000 +0900
+++ configure.ac        2006-11-10 11:17:48.430616000 +0900
@@ -1083,8 +1083,9 @@
 AC_SUBST(LTLIBOBJS)
 
 S=`echo "$MU_LIBOBJS" |
-                 tr ' ' '\n' | sort | uniq | tr '\n' ' ' |
-                  sed 's,\.[[^.]]* ,$U&,g;s,\.[[^.]]*$,$U&,'`
+                 tr ' ' '\n' | sort | uniq |
+                  sed 's,\.[[^.]]* ,$U&,g;s,\.[[^.]]*$,$U&,' |
+                  tr '\n' ' '`
 MU_LTLIBOBJS=`echo "$S" |
                 sed 's,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,'`
 AC_SUBST(MU_LTLIBOBJS)


_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to