]> Pileus Git - grits/blobdiff - configure.ac
autotools broke itself..
[grits] / configure.ac
index 4433b5a07a46b0c3bcb444614034e679988a42df..39277d92647dc101c3ddd5a8cd53c0669782dd42 100644 (file)
@@ -2,6 +2,7 @@
 AC_INIT([aweather], [0.1.1], [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