bug-mailutils
[Top][All Lists]
Advanced

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

[bug-mailutils] solaris build problem patch


From: Kenji Miyake
Subject: [bug-mailutils] solaris build problem patch
Date: Fri, 10 Nov 2006 20:51:44 +0900

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)




reply via email to

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