From 0cd514fb36c34640877f9b56a744848a25721456 Mon Sep 17 00:00:00 2001 From: drl7x Date: Tue, 5 Feb 2002 06:02:27 +0000 Subject: [PATCH] 3.0.1.5 release. --- configure | 22 +++++++++++----------- configure.ac | 2 +- test/Makefile | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/configure b/configure index cbc0946..8f9cbf4 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52 for Splint 3.0.1.4. +# Generated by Autoconf 2.52 for Splint 3.0.1.5. # # Report bugs to . # @@ -149,8 +149,8 @@ mandir='${prefix}/man' # Identity of this package. PACKAGE_NAME='Splint' PACKAGE_TARNAME='splint' -PACKAGE_VERSION='3.0.1.4' -PACKAGE_STRING='Splint 3.0.1.4' +PACKAGE_VERSION='3.0.1.5' +PACKAGE_STRING='Splint 3.0.1.5' PACKAGE_BUGREPORT='splint-bug@splint.org' ac_prev= @@ -567,7 +567,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <&5 <>confdefs.h <>confdefs.h <>$CONFIG_STATUS <&5 << _ACEOF ## Running config.status. ## ## ----------------------- ## -This file was extended by $as_me (Splint 3.0.1.4) 2.52, executed with +This file was extended by $as_me (Splint 3.0.1.5) 2.52, executed with CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS diff --git a/configure.ac b/configure.ac index 9800c71..4ff94f7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Process with autoconf to create a configure script -*- Autoconf -*- AC_PREREQ(2.50) -AC_INIT([Splint], [3.0.1.4], [splint-bug@splint.org], [splint]) +AC_INIT([Splint], [3.0.1.5], [splint-bug@splint.org], [splint]) dnl This MUST precede any other macro AC_CONFIG_AUX_DIR([config]) diff --git a/test/Makefile b/test/Makefile index 6f58e7d..6b37f5c 100644 --- a/test/Makefile +++ b/test/Makefile @@ -774,7 +774,8 @@ EXTRA_DIST = ./abst_t.lcl ./abst_t.lcs \ manual.expect ./manual/Makefile \ ./manual/annotglobs.c ./manual/bool.c ./manual/bool.h ./manual/clauses.c ./manual/employee.h ./manual/exposure.c ./manual/globals.c ./manual/ignore.c ./manual/implicit.c ./manual/intSet.h ./manual/list.c ./manual/loop.c ./manual/macros.c ./manual/modify.c ./manual/mstring.c ./manual/mstring.h ./manual/mstringnn.c ./manual/multiError.c ./manual/names.c ./manual/noeffect.c ./manual/null.c ./manual/only.c ./manual/order.c ./manual/palindrome.c ./manual/palindrome.h ./manual/refs.c ./manual/returned.c ./manual/rgb.c ./manual/rstring.c ./manual/rstring.h ./manual/sample.c ./manual/setChar.c ./manual/setname.c ./manual/setname.h ./manual/special.c ./manual/stack.c ./manual/sumsquares.c ./manual/switch.c ./manual/testpal.c ./manual/types.c ./manual/unique.c ./manual/usedef.c ./manual/bounds.c \ arraydims.expect arraydims.c \ - moreBufferTests2/fixedArrayType.c oldstyle2.c + moreBufferTests2/fixedArrayType.c oldstyle2.c \ + stringliteral.expect stringliteral.c subdir = test mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -1661,7 +1662,6 @@ buffertest: .PHONY: $(SUBDIRTESTS) $(SUBDIRTESTS): cd $@; $(MAKE) SPLINT="$(SPLINTRNNEST)" - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: -- 2.45.2