]> cygwin.com Git - cygwin-apps/cygutils.git/blobdiff - configure.ac
Update version number
[cygwin-apps/cygutils.git] / configure.ac
index e26e0751c17757c33822c6bc5833290586c28e47..f3668784f59cfad9626eea2c825742874744870f 100644 (file)
@@ -1,8 +1,9 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63)
-AC_INIT(cygutils, 1.3.3, cygwin@cygwin.com)
+AC_INIT(cygutils, 1.4.0, cygwin@cygwin.com)
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_AUX_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE([-Wall -Werror dist-lzma no-dist-gzip])
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE
@@ -15,12 +16,14 @@ AC_SUBST(VERSION_MAJOR)
 AC_SUBST(VERSION_MINOR)
 AC_SUBST(VERSION_PATCH)
 
+AC_CANONICAL_HOST
 
 # Checks for programs.
 AC_PROG_CC
 AC_PROG_CXX
 AM_PROG_CC_C_O
 AC_PROG_INSTALL
+AC_PROG_LN_S
 
 LT_INIT([win32-dll dlopen disable-static])
 LT_LANG([Windows Resource])
@@ -36,7 +39,7 @@ AC_CHECK_FUNC(shmget,[
 
 # AC_CHECK_LIB(intl, gettext)
 AM_GNU_GETTEXT(external,[],[])
-AM_GNU_GETTEXT_VERSION([0.15])
+AM_GNU_GETTEXT_VERSION([0.17])
 BUILD_INCLUDED_LIBINTL=no
 USE_INCLUDED_LIBINTL=no
 AC_SUBST(BUILD_INCLUDED_LIBINTL)
@@ -73,6 +76,9 @@ AC_FUNC_STAT
 AC_FUNC_VPRINTF
 dnl should only exist on windows, I hope
 AC_CHECK_STDCALL_FUNC([OpenClipboard],[void *])
+AC_CHECK_DECLS([cygwin_conv_path], [],dnl
+  [AC_MSG_ERROR([At least cygwin-1.7 is required])],dnl
+  [[#include <sys/cygwin.h>]])
 
 dnl Set Conditionals for Makefile.am
 AM_CONDITIONAL(WITH_WINDOWS_PROGRAMS, test "$ac_cv_func_OpenClipboard" = yes)
This page took 0.025359 seconds and 5 git commands to generate.