From bcd53670107c8431af4a5e3b8750eb48fcd28387 Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 17 Jun 2016 08:07:27 +0000 Subject: - vs: stub in dll *.def generation. - cygwin: add portability fixes. - gnulib: add glob/fts modules. --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0eb6012..8f7047f 100755 --- a/configure.ac +++ b/configure.ac @@ -34,25 +34,25 @@ AM_GNU_GETTEXT_VERSION([0.18.2]) AM_GNU_GETTEXT([external]) AM_ICONV AM_MAINTAINER_MODE + # Libtool library interface versions # Library code modified: REVISION++ # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 0) +AC_SUBST(LT_CURRENT, 8) AC_SUBST(LT_REVISION, 0) AC_SUBST(LT_AGE, 8) +DLL_VERSION=$(expr $(LT_CURRENT) - $(LT_AGE)) +AC_SUBST(DLL_VERSION) - - -AC_PROG_CC AC_PROG_CC_STDC +AC_PROG_CC AC_SYS_LARGEFILE AC_PROG_MAKE_SET AC_PROG_INSTALL AM_PROG_AR AC_PROG_LIBTOOL -AM_PROG_CC_C_O # Turn gcc warning -- cgit v1.2.1