1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# autogen.sh configuration for libgpg-error -*- sh -*- version_parts=2 case "$myhost:$myhostsub" in w32:ce) extraoptions= ;; w32:64) extraoptions= ;; w32:) extraoptions= ;; esac case "$myhost" in w32) configure_opts= ;; esac final_info="./configure --enable-maintainer-mode && make"