namazu-dev(ring)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make install
yoshihide hirose wrote:
> install(1)を見てみましたが、
>
> SYNOPSIS
> /usr/sbin/install -c dira [ -m mode ] [ -u user ]
#/usr/sbin/installと/bin/installは同じものですよね?
GNU autoconfのacspecific.m4(うちでは/usr/share/autoconf以下に
インストールされています)にAC_PROG_INSTALLというm4マクロが
定義されているのですが、コメントを見ると、
# Find a good install program. We prefer a C program (faster),
# so one script is as good as another. But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group
"staff"
# ./install, which can be erroneously created by make from ./install.sh.
とあります。SysV系のOSの場合、/etc/installや/usr/sbin/install
は無視するが、/bin/installは無視してくれないのですね。
後ほど
http://sourceware.cygnus.com/autoconf/
のBug Tracking Systemにバグレポートを突っ込んでおきます。
A A
= . . =
V
end
Ryuji Abe