summaryrefslogtreecommitdiff
path: root/config/install-sh
AgeCommit message (Collapse)Author
2012-08-22Fix install-strip on Mac OS XPeter Eisentraut
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.
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
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).
2007-11-13Again properly fix Darwin strip.Bruce Momjian
2007-11-13Modify OS/X Darin test to actually work, (no $template)Bruce Momjian
2007-11-10Use strip -x on OS/X-darwin because non-"-x" causes link problems:Bruce Momjian
http://archives.postgresql.org/pgsql-hackers/2007-10/msg01470.php
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-07-01Update to autoconf 2.59 as well as updates of related scriptsPeter Eisentraut
2003-11-04Update install-sh and mkinstalldirs from master source (Automake). TheyPeter Eisentraut
have included a few fixes over the years to make them more robust and faster.
2000-06-06Moved configure script from src/ to the top level directory. MovedPeter Eisentraut
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.