Explorar el Código

Version faux-2.2.1

Serj Kalichev hace 1 mes
padre
commit
532d1cb79b
Se han modificado 3 ficheros con 5 adiciones y 5 borrados
  1. 2 1
      Makefile.am
  2. 1 1
      README.md
  3. 2 3
      configure.ac

+ 2 - 1
Makefile.am

@@ -23,7 +23,8 @@ EXTRA_DIST = \
 	utils/Makefile.am \
 	testc/Makefile.am \
 	LICENCE \
-	README.md
+	README.md \
+	CHANGES.md
 
 include $(top_srcdir)/faux/Makefile.am
 include $(top_srcdir)/utils/Makefile.am

+ 1 - 1
README.md

@@ -34,6 +34,6 @@ Mailing list : http://groups.google.com/group/libfaux.
 
 Download : https://src.libcode.org/download/faux
 
-Latest release : https://src.libcode.org/download/faux/faux-2.2.0.tar.xz
+Latest release : https://src.libcode.org/download/faux/faux-2.2.1.tar.xz
 
 Author: Serj Kalichev `<pkun(_at_)libcode.org>`

+ 2 - 3
configure.ac

@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 m4_define([MAJOR_VERSION], 2)
 m4_define([MINOR_VERSION], 2)
-m4_define([MICRO_VERSION], 0)
+m4_define([MICRO_VERSION], 1)
 
 AC_PREREQ([2.71])
 AC_INIT([faux],[MAJOR_VERSION.MINOR_VERSION.MICRO_VERSION],[serj.kalichev at gmail dot com])
@@ -20,8 +20,7 @@ AC_USE_SYSTEM_EXTENSIONS
 
 # Checks for programs.
 AC_PROG_CC
-AC_LIBTOOL_WIN32_DLL
-AC_PROG_LIBTOOL
+LT_INIT
 
 AC_CONFIG_HEADERS([config.h])
 AM_INIT_AUTOMAKE(subdir-objects)