Look for sed as gsed first
authorIan Lynagh <igloo@earth.li>
Tue, 1 Dec 2009 13:07:41 +0000 (13:07 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 1 Dec 2009 13:07:41 +0000 (13:07 +0000)
Solaris's sed apparently doesn't understand [:space:]

configure.ac

index 6792491..c249b9a 100644 (file)
@@ -559,7 +559,7 @@ AC_PROG_LN_S
 
 
 dnl ** Find the path to sed
-AC_PATH_PROG(SedCmd,sed)
+AC_PATH_PROGS(SedCmd,gsed sed,sed)
 
 
 dnl ** check for time command