mirror of
https://github.com/curl/curl.git
synced 2026-07-28 19:03:06 +03:00
figure out the path to a 'sed' as otherwise libtool gets crazy
This commit is contained in:
parent
46a593d968
commit
d0e44946e9
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue