mirror of
https://github.com/curl/curl.git
synced 2026-07-25 02:37:18 +03:00
Ken Hirsch says he basicly needs all 'mv' to be 'mv -f' for configure to
run in a sane manner on his MPE/iX operating system.
This commit is contained in:
parent
4d17d6876e
commit
fc7c4d6157
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ echo "buildconf: running libtoolize"
|
|||
${LIBTOOLIZE:-libtoolize} --copy --automake || die "The command '${LIBTOOLIZE:-libtoolize} --copy --automake' failed"
|
||||
echo "buildconf: running aclocal"
|
||||
${ACLOCAL:-aclocal} || die "The command '${AUTOHEADER:-aclocal}' failed"
|
||||
echo "buildconf: running aclocal hack to convert all mv to mv -f"
|
||||
perl -i.bak -pe 's/\bmv +([^-\s])/mv -f $1/g' aclocal.m4
|
||||
echo "buildconf: running autoheader"
|
||||
${AUTOHEADER:-autoheader} || die "The command '${AUTOHEADER:-autoheader}' failed"
|
||||
echo "buildconf: running autoconf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue