gpgme/autogen.rc
Ingo Klöcker 24a8c279da
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
2023-08-21 21:32:40 +02:00

15 lines
258 B
Bash

# autogen.sh configuration for GPGME -*- sh -*-
case "$myhost" in
w32)
configure_opts=""
;;
amd64)
configure_opts=""
;;
esac
final_info="mkdir build && cd build && ../configure --enable-maintainer-mode && make"