Increase library version
[gedcom-parse.git] / configure.in
index fcd0b25dc078e7b1463ffa1020efee70693318f5..6a04e25df3115d90f0ef1f7f0f03133a614536f0 100644 (file)
@@ -8,7 +8,7 @@ dnl Global variables
 NAME=gedcom-parse
 AC_SUBST(NAME)
 
-VERSION=0.20.0
+VERSION=0.90.0
 VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'`
 changequote(<<,>>)
 VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//' | sed 's/\..*$//'`
@@ -19,7 +19,7 @@ AC_SUBST(VERSION_MINOR)
 AC_SUBST(VERSION_PATCH)
 AC_SUBST(VERSION)
 
-LIBVERSION=0:8
+LIBVERSION=0:9
 AC_SUBST(LIBVERSION)
 
 SHELL=/bin/sh
@@ -27,7 +27,7 @@ AC_SUBST(SHELL)
 
 dnl =============================================================
 AM_INIT_AUTOMAKE(${NAME},${VERSION})
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_SUBDIRS(utf8)
 ALL_LINGUAS="nl"
 
@@ -110,6 +110,7 @@ if test "${with_libiconv_prefix+set}" = set; then
   ICONV_PATH=`echo "$withval" | tr : '/bin:'`
   ICONV_PATH="$ICONV_PATH/bin"
 fi
+AC_SUBST(ICONV_LIBPATH)
 AC_SUBST(ICONV_PATH)
 
 AC_MSG_CHECKING(for location of iconv)
@@ -136,11 +137,6 @@ library (see README).
   ])
 fi
 
-case "$host_os" in
- darwin*) # Hack to get correct locale_charset() function
-          LDFLAGS="$ICONV_LIBPATH -liconv $LDFLAGS";;
-esac
-
 AC_OUTPUT(GNUmakefile
           Makefile
          gedcom-config
@@ -159,8 +155,13 @@ AC_OUTPUT(GNUmakefile
          doc/Makefile
          doc/images/Makefile
          doc/index.html
+         doc/doxygen/Makefile
+         doc/doxygen/doxygen.conf
+         doc/html/Makefile
+         doc/html/images/Makefile
          include/Makefile
          include/gedcom.h
           intl/Makefile
           po/Makefile.in
-         m4/Makefile)
+         m4/Makefile
+         bin/Makefile)