From: Jakub Narebski <jnareb@gmail.com>
To: Jan Engelhardt <jengelh@computergmbh.de>
Cc: git@vger.kernel.org
Subject: Re: sunos nay install nay ginstall nay
Date: Sat, 05 Apr 2008 05:08:58 -0700 (PDT) [thread overview]
Message-ID: <m3lk3stsfh.fsf@localhost.localdomain> (raw)
In-Reply-To: <alpine.LNX.1.10.0804050653570.14919@fbirervta.pbzchgretzou.qr>
Jan Engelhardt <jengelh@computergmbh.de> writes:
> I found myself in a position to compile Git on Nexenta, and ran into
> the incredibly smart Makefile logic to pick "ginstall" when `uname -s`
> equals SunOS. Except that on GNU/*, it's install, not ginstall.
> Would not it be time to completely use automake?
First, you can use ./configure when installing git, but as a way to
set Makefile variables rather than as a way to build Makefile. By
decision autoconf is _optional_.
Now autoconf macro AC_PROG_INSTALL requires to have ubstall-sh or
install.sh fallback script version of install in sources. We need to
have minimal version; it doesn't need to be insanely portable, just as
portable as git would be enough. So if you are interested in
./configure detecting proper 'install' binary (or fallback to script),
please propose (e.g. via patch) some install.sh to use.
Second, you can always use INSTALL=install when compiling, or set it
up in config.mak, the Makefile configuration file.
--
Jakub Narebski
Poland
ShadeHawk on #git
prev parent reply other threads:[~2008-04-05 12:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-05 5:07 sunos nay install nay ginstall nay Jan Engelhardt
2008-04-05 11:53 ` Miklos Vajna
2008-04-05 12:08 ` Jakub Narebski [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m3lk3stsfh.fsf@localhost.localdomain \
--to=jnareb@gmail.com \
--cc=git@vger.kernel.org \
--cc=jengelh@computergmbh.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).