diff options
author | Ingo Klöcker <[email protected]> | 2023-08-21 19:32:40 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-08-21 19:32:40 +0000 |
commit | 24a8c279da98fe7e586a9fc3cd91175c9e60ffef (patch) | |
tree | ce4adba68b2fd9a0120bbc7006221c12417a4b96 | |
parent | qt,tests: Fix build in source directory (diff) | |
download | gpgme-24a8c279da98fe7e586a9fc3cd91175c9e60ffef.tar.gz gpgme-24a8c279da98fe7e586a9fc3cd91175c9e60ffef.zip |
build: Suggest out-of-source build
* autogen.rc (final_info): Suggest to run configure from a build
subdirectory.
--
We recommend out-of-source builds. The suggestion what to do next shown
by autogen.sh should reflect this.
GnuPG-bug-id: 6673
-rw-r--r-- | autogen.rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ case "$myhost" in esac -final_info="./configure --enable-maintainer-mode && make" +final_info="mkdir build && cd build && ../configure --enable-maintainer-mode && make" |