1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-08 02:25:06 -05:00

figure out the path to a 'sed' as otherwise libtool gets crazy

This commit is contained in:
Daniel Stenberg 2003-03-07 13:36:32 +00:00
parent 46a593d968
commit d0e44946e9

View File

@ -736,6 +736,9 @@ AC_PATH_PROG( PERL, perl, ,
$PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin ) $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin )
AC_SUBST(PERL) AC_SUBST(PERL)
AC_PATH_PROG( SED, sed, , $PATH:/usr/bin:/usr/local/bin)
AC_SUBST(SED)
AC_PATH_PROGS( NROFF, gnroff nroff, , AC_PATH_PROGS( NROFF, gnroff nroff, ,
$PATH:/usr/bin/:/usr/local/bin ) $PATH:/usr/bin/:/usr/local/bin )
AC_SUBST(NROFF) AC_SUBST(NROFF)