[rt-commit] r156 - in /redwax-tool/trunk: ChangeLog config.h.in configure.ac

rt-commit at redwax.eu rt-commit at redwax.eu
Wed Oct 18 09:50:33 CEST 2023


Author: minfrin at redwax.eu
Date: Wed Oct 18 09:50:32 2023
New Revision: 156

Log:
Bump version.

Modified:
    redwax-tool/trunk/ChangeLog
    redwax-tool/trunk/config.h.in
    redwax-tool/trunk/configure.ac

Modified: redwax-tool/trunk/ChangeLog
==============================================================================
--- redwax-tool/trunk/ChangeLog	(original)
+++ redwax-tool/trunk/ChangeLog	Wed Oct 18 09:50:32 2023
@@ -1,3 +1,6 @@
+
+Changes with v0.9.4
+
 
 Changes with v0.9.3
 

Modified: redwax-tool/trunk/config.h.in
==============================================================================
--- redwax-tool/trunk/config.h.in	(original)
+++ redwax-tool/trunk/config.h.in	Wed Oct 18 09:50:32 2023
@@ -34,6 +34,9 @@
    to 0 otherwise. */
 #undef HAVE_MALLOC
 
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
 /* Define to 1 if you have the `NSS_Initialize' function. */
 #undef HAVE_NSS_INITIALIZE
 
@@ -116,9 +119,6 @@
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
-/* Define to 1 if you have the <stdio.h> header file. */
-#undef HAVE_STDIO_H
-
 /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H
 
@@ -198,9 +198,7 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* Define to 1 if all of the C90 standard headers exist (not just the ones
-   required in a freestanding environment). This macro is provided for
-   backward compatibility; new code need not use it. */
+/* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
 /* Version number of package */
@@ -220,7 +218,7 @@
 /* Define to rpl_malloc if the replacement function should be used. */
 #undef malloc
 
-/* Define as a signed integer type capable of holding a process identifier. */
+/* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 
 /* Define to `unsigned int' if <sys/types.h> does not define. */

Modified: redwax-tool/trunk/configure.ac
==============================================================================
--- redwax-tool/trunk/configure.ac	(original)
+++ redwax-tool/trunk/configure.ac	Wed Oct 18 09:50:32 2023
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(redwax-tool, 0.9.3, minfrin at sharp.fm)
+AC_INIT(redwax-tool, 0.9.4, minfrin at sharp.fm)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIRS([m4])
 AM_INIT_AUTOMAKE([dist-bzip2])



More information about the rt-commit mailing list