X-Git-Url: http://pileus.org/git/?p=aweather;a=blobdiff_plain;f=configure.ac;h=6ce04ffbc4f39f1c9c637981f4d1b0ba23f466c8;hp=18311d74c01fa123cd5acddc003f73a6fd4c2f7d;hb=dc908f324ddab0cb5b1476f4a6c3dc7e3f4dce2e;hpb=ca898105ec4018b54ac2f6f1327200624169103e diff --git a/configure.ac b/configure.ac index 18311d7..6ce04ff 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.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 @@ -25,6 +26,7 @@ AC_CONFIG_FILES([ Makefile src/Makefile src/gis/Makefile + src/gis/libgis.pc src/plugins/Makefile data/Makefile docs/Makefile