]> cygwin.com Git - cygwin-apps/cygutils.git/blobdiff - configure.ac
Ensure uniformity of --version options.
[cygwin-apps/cygutils.git] / configure.ac
index e26e0751c17757c33822c6bc5833290586c28e47..996fb004dbdd8debcb3781bcabc88197244918c0 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.3.4, 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
@@ -21,6 +22,7 @@ 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 +38,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)
This page took 0.019381 seconds and 5 git commands to generate.