forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9d182ef
committed
Update of install-sh, mkinstalldirs, and associated configury
Update install-sh to that from Autoconf 2.63, plus our Darwin-specificchanges (which I simplified a bit). install-sh is now able to installmultiple 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 needmkinstalldirs anymore.Use AC_PROG_MKDIR_P in configure.in, so we can use mkdir -p when availableinstead of install-sh -d. For consistency with the rest of the world,the corresponding make variable has been renamed from $(mkinstalldirs) to$(MKDIR_P).1 parent7ca774a commit9d182ef
File tree
34 files changed
+503
-397
lines changed- config
- doc/src/sgml
- src
- backend
- catalog
- snowball
- tsearch
- utils/mb/conversion_procs
- bin
- initdb
- pg_config
- pg_controldata
- pg_ctl
- pg_dump
- pg_resetxlog
- psql
- scripts
- include
- interfaces
- ecpg
- include
- preproc
- libpq
- makefiles
- pl/tcl/modules
- port
- test/regress
- timezone
- tznames
34 files changed
+503
-397
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
11 | 10 |
| |
12 | 11 |
| |
13 |
| - | |
| 12 | + | |
14 | 13 |
| |
15 | 14 |
| |
16 |
| - | |
| 15 | + |
0 commit comments
Comments
(0)