Opened 2 years ago

Closed 2 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.

Change History (1)

comment:1 by Sandro Santilli <strk@…>, 2 years ago

Resolution: fixed
Status: newclosed

In 249706dc/git:

Implement configure check for source dir being already configured

Closes #5098

Note: See TracTickets for help on using tickets.