X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/29c93cc57d2f7715c58b4e577440bc580a47bd8a..8c336533c821022ed505673eb784b1922c8cab93:/configure.ac diff --git a/configure.ac b/configure.ac index 5333f58d..e85c0041 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(viking, 1.3.2) +AC_INIT(viking, 1.4.1, , viking, http://viking.sf.net/) AM_INIT_AUTOMAKE([dist-bzip2 dist-zip]) dnl AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_HEADERS([src/config.h]) @@ -33,7 +33,7 @@ AC_SUBST(ACLOCAL_AMFLAGS) # Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS([malloc.h netdb.h netinet/in.h stdlib.h string.h sys/param.h sys/socket.h sys/types.h sys/wait.h unistd.h math.h utime.h X11/Xlib.h]) +AC_CHECK_HEADERS([malloc.h stdlib.h string.h sys/param.h sys/types.h unistd.h math.h utime.h X11/Xlib.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST @@ -42,7 +42,7 @@ AC_TYPE_MODE_T # Checks for library functions or symbols AC_FUNC_STAT AC_FUNC_STRTOD -AC_CHECK_FUNCS([floor gethostbyname memset mkdtemp pow realpath socket sqrt strcasecmp strchr strdup strncasecmp strtol strtoul]) +AC_CHECK_FUNCS([floor memset mkdtemp pow realpath sqrt strcasecmp strchr strdup strncasecmp strtol strtoul]) AC_CHECK_LIB(m, tan) AC_CHECK_LIB(z, inflate) AC_CHECK_LIB(X11, XSetErrorHandler) @@ -65,9 +65,9 @@ dnl | Pkgconfig checks |--------------------------------------- dnl ------------------ PKG_CHECK_MODULES(PACKAGE, [ - glib-2.0 >= 2.14 + glib-2.0 >= 2.16 gthread-2.0 >= 2.2 - gtk+-2.0 >= 2.12 + gtk+-2.0 >= 2.14 gio-2.0 >= 2.12 ]) @@ -351,10 +351,14 @@ AC_CONFIG_FILES([ src/icons/Makefile po/Makefile.in data/Makefile - test/Makefile]) + test/Makefile + help/Makefile + win32/Makefile + win32/installer/Makefile + win32/installer/pixmaps/Makefile + win32/installer/translations/Makefile]) AM_COND_IF([VIKING_DOC], [AC_CONFIG_FILES([ - help/Makefile doc/Makefile doc/reference/Makefile doc/examples/Makefile])])