Re: Re: Depending on system install scripts (was Re: [BUGS] COBOL) - Mailing list pgsql-hackers

From Ian Lance Taylor
Subject Re: Re: Depending on system install scripts (was Re: [BUGS] COBOL)
Date
Msg-id sisnkneqvw.fsf@daffy.airs.com
Whole thread Raw
In response to Re: Depending on system install scripts (was Re: [BUGS] COBOL)  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.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


pgsql-hackers by date:

Previous
From: Ian Lance Taylor
Date:
Subject: Re: Internationalized error messages
Next
From: ncm@zembu.com (Nathan Myers)
Date:
Subject: Re: Internationalized error messages