]> Pileus Git - aweather/blobdiff - configure.ac
Version 0.2.3
[aweather] / configure.ac
index 184a12e63dc268dca6752eb7e26545fd5dca2364..6ce04ffbc4f39f1c9c637981f4d1b0ba23f466c8 100644 (file)
@@ -1,10 +1,12 @@
 # Init and options
-AC_INIT([aweather], [0.1.1], [spenceal@rose-hulman.edu])
+AC_INIT([aweather], [0.2.3], [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
+AC_PROG_LIBTOOL
 PKG_PROG_PKG_CONFIG
 GTK_DOC_CHECK(1.9)
 
@@ -23,6 +25,9 @@ AC_SUBST(RSL_LIBS,   "-lrsl")
 AC_CONFIG_FILES([
        Makefile
        src/Makefile
+       src/gis/Makefile
+       src/gis/libgis.pc
+       src/plugins/Makefile
        data/Makefile
        docs/Makefile
        docs/api/Makefile