- 22 Aug, 2012 1 commit
-
-
Peter Eisentraut authored
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.
-
- 20 Sep, 2010 1 commit
-
-
Magnus Hagander authored
-
- 26 Aug, 2009 1 commit
-
-
Peter Eisentraut authored
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).
-
- 13 Nov, 2007 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 10 Nov, 2007 1 commit
-
- 11 Mar, 2006 1 commit
-
-
Bruce Momjian authored
-
- 01 Jul, 2005 1 commit
-
-
Peter Eisentraut authored
-
- 04 Nov, 2003 1 commit
-
-
Peter Eisentraut authored
have included a few fixes over the years to make them more robust and faster.
-
- 06 Jun, 2000 1 commit
-
-
Peter Eisentraut authored
configuration helper things into config/ dir. Adjusted some relative paths in makefiles.
-
- 04 Feb, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 24 Jan, 1997 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Right now, it only auto-detects FreeBSD, and the rest still get set to UNDEFINED, but its a step in the right direction, no?
-