On Tue, 18 Dec 2007 09:20:38 +0100, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > On Tue, 18 Dec 2007, H.Merijn Brand wrote: > > On Mon, 17 Dec 2007 17:21:08 -0800 (PST), Jakub Narebski wrote: > > > >> Andy Dougherty <doughera@xxxxxxxxxxxxx> writes: > >> > >>> [...]. Perhaps configure > >>> should just go looking for a suitable install program instead of > >>> assuming everyone has one. > >> > >> First, configure is, and (I think) consensus is that it should remain > >> optional. This means that Makefile "guess" section should have good > >> defaults for your operating system. > > > > And what if you OS *does* have an install, but one that is completely > > useless^Wdifferent from the GNU install? Like the utterly useless > > install on HP-UX. > > Then "guess" section should have INSTALL=ginstall, or something. > Or just install with > > INSTALL=/opt/bin/ginstall make install Chances are close to zero that HP-UX systems have installed any working or compliant version of install > or something like that. > > >> Second, the default autoconf macro AC_PROG_INSTALL *requires* that > >> there is BSD-compatible `install' program (as 'install-sh' or > >> 'install.sh') in the sources. Adding such script is (I think) not a > >> problem; > > > > Yeah! > > > >> finding minimal portable[*1*] script is. So if you know one... > >> > >> Footnotes: > >> ---------- > >> [*1*] By "portable" I mean here 'git portable', i.e. requiring only > >> those shell constructs/features that git require, not necessary > >> insanelt portable the way ./configure script is. > > > > Something like this? (gui part still missing). This is what I now > > use > > > > --8<--- make-install > > Errr... please read more carefully. There is need for BSD-compatibile > `install` program as 'install-sh', not 'make-install' script. The idea > is to use system-provided 'install' if it exists and is compatibile, There lies the problem. HP-UX does have an 'install', but it is not compatible, and chances are (very) small that people have installed the GNU or any other BSD compliant install. > because it should be faster than script version, and fallback to > provided install-sh only if system install is not found. The problem again. It *does* find install, but it turns out to be unusable. > install-sh has to understand '-d' and '-m <mode>' switches for git > install purposes, and probably implement all three (src dest, src dir, > dir) formats. BTW the same, but worse exists for the 'patch' program. On HP-UX there is a program called 'patch' which is used for system upgrades, but it has nothing to do with the patch util the rest of the world so happily uses. So far that is used in a few places in the test suite, but I heared it would not be too hard to eliminate the use of the hard-coded patch util -- H.Merijn Brand Amsterdam Perl Mongers (http://amsterdam.pm.org/) using & porting perl 5.6.2, 5.8.x, 5.10.x on HP-UX 10.20, 11.00, 11.11, & 11.23, SuSE 10.1 & 10.2, AIX 5.2, and Cygwin. http://qa.perl.org http://mirrors.develooper.com/hpux/ http://www.test-smoke.org http://www.goldmark.org/jeff/stupid-disclaimers/ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html