Opened 3 years ago
Closed 3 years ago
#5098 closed enhancement (fixed)
Implement configure check for source dir being already configured
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.3.0 |
Component: | build | Version: | master |
Keywords: | out-of-tree | Cc: |
Description ¶
If the source dir was used as a build dir, furhter builds in external directory will fail.
The AM_INIT_AUTOMAKE macro would add checks for source dir not being already configured (see /usr/share/libtool/aclocal.m4) — we may or may not want to switch to Automake for just this macro (probably not) — the macro could still be used as a template to write our own.
Note:
See TracTickets
for help on using tickets.
In 249706dc/git: