5dbac555f2
* autogen.rc (configure_opts): Remove --with-*-prefix. Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
15 lines
230 B
Bash
15 lines
230 B
Bash
# autogen.sh configuration for GPGME -*- sh -*-
|
|
|
|
case "$myhost" in
|
|
w32)
|
|
configure_opts=""
|
|
;;
|
|
|
|
amd64)
|
|
configure_opts=""
|
|
;;
|
|
esac
|
|
|
|
|
|
final_info="./configure --enable-maintainer-mode && make"
|