summaryrefslogtreecommitdiff
path: root/config/install-sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix install-strip on Mac OS XPeter Eisentraut2012-08-211-23/+23
| | | | | | | | | | | There was a hack put into install-sh to call strip with the correct options on Mac OS X. But that never worked, because configure disabled stripping on that platform altogether. So remove that dead code, and while we're at it, update install-sh to the latest upstream source (from Automake). Instead, set up the right strip options in programs.m4, so this now actually works the way it was originally intended.
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
|
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-166/+362
| | | | | | | | | | | | | | Update install-sh to that from Autoconf 2.63, plus our Darwin-specific changes (which I simplified a bit). install-sh is now able to install multiple files in one run, so we could simplify our makefiles sometime. install-sh also now has a -d option to create directories, so we don't need mkinstalldirs anymore. Use AC_PROG_MKDIR_P in configure.in, so we can use mkdir -p when available instead of install-sh -d. For consistency with the rest of the world, the corresponding make variable has been renamed from $(mkinstalldirs) to $(MKDIR_P).
* Again properly fix Darwin strip.Bruce Momjian2007-11-131-2/+2
|
* Modify OS/X Darin test to actually work, (no $template)Bruce Momjian2007-11-131-2/+2
|
* Use strip -x on OS/X-darwin because non-"-x" causes link problems:Bruce Momjian2007-11-101-2/+8
| | | | http://archives.postgresql.org/pgsql-hackers/2007-10/msg01470.php
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-111-0/+2
|
* Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut2005-07-011-159/+213
|
* Update install-sh and mkinstalldirs from master source (Automake). TheyPeter Eisentraut2003-11-041-191/+210
| | | | | have included a few fixes over the years to make them more robust and faster.
* Moved configure script from src/ to the top level directory. MovedPeter Eisentraut2000-06-061-0/+250
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.