X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=configure.ac;h=ab83b6f20606299f178ee92e0d02743b6ba09ef9;hb=refs%2Ftags%2Fv0.2.2;hp=4433b5a07a46b0c3bcb444614034e679988a42df;hpb=f705ad00b5d94f8ddc59575737b79feed191b404;p=aweather diff --git a/configure.ac b/configure.ac index 4433b5a..ab83b6f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,8 @@ # Init and options -AC_INIT([aweather], [0.1.1], [spenceal@rose-hulman.edu]) +AC_INIT([aweather], [0.2.2], [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,8 @@ 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