24a8c279da
* 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
15 lines
258 B
Bash
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"
|