[master] $srcdir != $builddir

David Shea dshea at redhat.com
Thu Sep 12 19:22:28 UTC 2013


These patches let you create a directory and build in that directory, instead
of building in place in the source tree. For example, you can do something like
mkdir build && cd build && ../configure --enable-gtk-doc && make.

Bonus: the distcheck target works now.


More information about the anaconda-patches mailing list