aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-08-21 19:32:40 +0000
committerIngo Klöcker <[email protected]>2023-08-21 19:32:40 +0000
commit24a8c279da98fe7e586a9fc3cd91175c9e60ffef (patch)
treece4adba68b2fd9a0120bbc7006221c12417a4b96
parentqt,tests: Fix build in source directory (diff)
downloadgpgme-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.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.rc b/autogen.rc
index 1759ef93..6d6ea93f 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -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"