X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=configure.ac;h=f8f93f047bb36f8d1762f26198e01f6e02b89080;hp=6aa57c8e9e1d5e348afd1d8d176d790d1ff8275a;hb=82b1333cf2ecadfd7a10b7d13df944c071ff68b5;hpb=e7127ea74717754c48779467aca2f9a1596a99f0 diff --git a/configure.ac b/configure.ac index 6aa57c8..f8f93f0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Init and options -AC_INIT([libgis], [0.3], [andy753421@gmail.com]) +AC_INIT([libgis], [0.4.1], [andy753421@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -24,6 +24,9 @@ case "${host}" in *cygwin*) WIN32="yes" ;; *) WIN32="no" ;; esac +if test "$WIN32" = yes; then + ac_default_prefix="/" +fi AM_CONDITIONAL([WIN32], test "$WIN32" = "yes") AM_CONDITIONAL([NOTWIN32], test "$WIN32" = "no")