X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=configure.ac;h=2f8a3f3acad63d970ce34bfe27cf084741675cd3;hp=6aa57c8e9e1d5e348afd1d8d176d790d1ff8275a;hb=cbd3d3a794ee86f35b1a5c73ab37a0c9447c8f10;hpb=e7127ea74717754c48779467aca2f9a1596a99f0 diff --git a/configure.ac b/configure.ac index 6aa57c8..2f8a3f3 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-p0], [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")