]> git.ipfire.org Git - thirdparty/snapper.git/commit
fix out-of-tree build (builddir != srcdir) 1079/head
authorEric Gillespie <epg@pretzelnet.org>
Thu, 11 Dec 2025 17:57:33 +0000 (11:57 -0600)
committerEric Gillespie <epg@pretzelnet.org>
Mon, 22 Dec 2025 15:25:29 +0000 (09:25 -0600)
commitd821eb8333f95ef5bc689e8e67e415780d488198
tree5861ede4735a5231b7a63d13b202e7cff799d156
parentdb4747f74b8767c73aff21442b1f4ae170bf95f0
fix out-of-tree build (builddir != srcdir)

autoconf and automake mostly give us this for free, but we do have to
take some care.

This enables out-of-tree builds configured such as:

(cd /obj/snapper && ~/work/snapper/configure ...)
make -C /obj/snapper ...
configure.ac
doc/Makefile.am
snapper/Makefile.am
zypp-plugin/Makefile.am