]> Pileus Git - grits/blobdiff - configure.ac
AWeather 0.2:
[grits] / configure.ac
index 4433b5a07a46b0c3bcb444614034e679988a42df..0d2d33d618d6b684053d6926fcc508e65e552e93 100644 (file)
@@ -1,7 +1,8 @@
 # Init and options
-AC_INIT([aweather], [0.1.1], [spenceal@rose-hulman.edu])
+AC_INIT([aweather], [0.2.0], [spenceal@rose-hulman.edu])
 AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign])
 AC_CONFIG_HEADERS([config.h])
+AC_CONFIG_MACRO_DIR([m4])
 
 # Check for required programs
 AC_PROG_CC
@@ -24,6 +25,7 @@ AC_SUBST(RSL_LIBS,   "-lrsl")
 AC_CONFIG_FILES([
        Makefile
        src/Makefile
+       src/gis/Makefile
        src/plugins/Makefile
        data/Makefile
        docs/Makefile