Re: [HACKERS] Re: Depending on system install scripts (was Re: COBOL)

From: Ian Lance Taylor <ian(at)airs(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Jarom Hagen <jhagen(at)telematch(dot)com>, <pgsql-hackers(at)postgreSQL(dot)org>, <pgsql-bugs(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: Depending on system install scripts (was Re: COBOL)
Date: 2001-03-09 00:18:43
Message-ID: sisnkneqvw.fsf@daffy.airs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:

> Tom Lane writes:
>
> > I've suggested a couple of times that since we include install-sh in our
> > distro anyway, it's pointless and unnecessarily risky to go looking for
> > a platform-supplied install program. However, I could never quite get
> > anyone else to see the reasoning. Now that I have this sterling example
> > to point to, I'm going to start rattling the cage again. Why don't we
> > get rid of the configure-time search for 'install', and just always use
> > our own script?
>
> I've sent this to the Autoconf list for some comment, but in general I
> agree with you.

All the programs which use the Cygnus configure tree (e.g., gdb, GNU
binutils) always use install-sh rather than the system install
program.

The system install program can be faster. But it isn't standardized,
so if you want to be highly portable, using the shell script really is
best.

Ian

---------------------------(end of broadcast)---------------------------
TIP 83: Drop the vase and it will become a Ming of the past.
-- The Adventurer

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Barker 2001-03-09 03:40:05 referential integrity problem upon deletion and reinsertion
Previous Message Peter Eisentraut 2001-03-08 23:13:10 Re: Depending on system install scripts (was Re: COBOL)

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Myers 2001-03-09 00:42:22 Re: Internationalized error messages
Previous Message Ian Lance Taylor 2001-03-09 00:16:17 Re: Internationalized error messages