X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=904309b18517f08c8eee507cd108dee8d118158c;hb=14cdbb4a9c369576a5485315260fad5285935e80;hp=fb3359158e2fda856cda1fd55e09ddc0a34b6c1a;hpb=655a4be1e2fd1de5d324a948010b43b844aefede;p=grits diff --git a/configure.ac b/configure.ac index fb33591..904309b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # Init and options -AC_INIT([aweather], [0.3-p0], [spenceal@rose-hulman.edu]) +AC_INIT([libgis], [0.3], [spenceal@rose-hulman.edu]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) @@ -16,24 +16,12 @@ PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 gmodule-export- PKG_CHECK_MODULES(GTK, gtk+-2.0 >= 2.16 gtkglext-1.0) PKG_CHECK_MODULES(SOUP, libsoup-2.4 >= 2.26) -# Define odd RSL install location -AC_CHECK_LIB(rsl, RSL_wsr88d_to_radar, RLS_LIBS="-lrsl") -AM_CONDITIONAL(HAVE_RSL, test "$RSL_LIBS" != "") - # Output AC_CONFIG_FILES([ Makefile src/Makefile - src/gis/Makefile - src/gis/libgis.pc - src/plugins/Makefile - data/Makefile + src/libgis.pc docs/Makefile docs/api/Makefile ]) AC_OUTPUT - -# Print status messages -if test "$RSL_LIBS" = ""; then - echo " ** Warning, RSL not found, radar plugin disabled" -fi