figure out the path to a 'sed' as otherwise libtool gets crazy
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Mar 2003 13:36:32 +0000 (13:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Mar 2003 13:36:32 +0000 (13:36 +0000)
configure.in

index 3df18c2..9691067 100644 (file)
@@ -736,6 +736,9 @@ AC_PATH_PROG( PERL, perl, ,
   $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin )
 AC_SUBST(PERL)
 
+AC_PATH_PROG( SED, sed, , $PATH:/usr/bin:/usr/local/bin)
+AC_SUBST(SED)
+
 AC_PATH_PROGS( NROFF, gnroff nroff, , 
   $PATH:/usr/bin/:/usr/local/bin )
 AC_SUBST(NROFF)