From 3b0d2de0085f405382c9334fe2ea2b9894e0fc6b Mon Sep 17 00:00:00 2001 From: drl7x Date: Mon, 8 Dec 2003 00:42:29 +0000 Subject: [PATCH] Committing to update configuration scripts. --- Makefile.in | 8 ++++---- config.hin | 4 ++-- configure | 22 +++++++++++----------- src/Makefile.in | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Makefile.in b/Makefile.in index 1e0a2ab..9476c78 100644 --- a/Makefile.in +++ b/Makefile.in @@ -121,10 +121,10 @@ RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \ uninstall-info-recursive all-recursive install-data-recursive \ install-exec-recursive installdirs-recursive install-recursive \ uninstall-recursive check-recursive installcheck-recursive -DIST_COMMON = README Makefile.am Makefile.in TODO acinclude.m4 \ - aclocal.m4 config.hin config/config.guess config/config.sub \ - config/depcomp config/install-sh config/missing \ - config/mkinstalldirs configure configure.ac +DIST_COMMON = README Makefile.am Makefile.in acinclude.m4 aclocal.m4 \ + config.hin config/config.guess config/config.sub config/depcomp \ + config/install-sh config/missing config/mkinstalldirs configure \ + configure.ac DIST_SUBDIRS = $(SUBDIRS) all: config.h $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/config.hin b/config.hin index 852e9c4..bf0caac 100644 --- a/config.hin +++ b/config.hin @@ -1,6 +1,6 @@ /* config.hin. Generated from configure.ac by autoheader. */ -/*@-constmacros@*/ +/*@ -constmacros@*/ /* build */ #undef BUILD @@ -102,4 +102,4 @@ /* needed to expose mode_t on some machines */ #undef _ALL_SOURCE -/*@=constmacros@*/ +/*@ =constmacros@*/ diff --git a/configure b/configure index abc138d..82b8378 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.53 for Splint 3.1.1.1. +# Generated by GNU Autoconf 2.53 for Splint 3.1.1.2. # # Report bugs to . # @@ -256,8 +256,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='Splint' PACKAGE_TARNAME='splint' -PACKAGE_VERSION='3.1.1.1' -PACKAGE_STRING='Splint 3.1.1.1' +PACKAGE_VERSION='3.1.1.2' +PACKAGE_STRING='Splint 3.1.1.2' PACKAGE_BUGREPORT='splint-bug@splint.org' ac_unique_file="src/lclinit.c" @@ -725,7 +725,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 <<_ACEOF -\`configure' configures Splint 3.1.1.1 to adapt to many kinds of systems. +\`configure' configures Splint 3.1.1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -792,7 +792,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Splint 3.1.1.1:";; + short | recursive ) echo "Configuration of Splint 3.1.1.2:";; esac cat <<\_ACEOF @@ -882,7 +882,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -Splint configure 3.1.1.1 +Splint configure 3.1.1.2 generated by GNU Autoconf 2.53 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 @@ -897,7 +897,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Splint $as_me 3.1.1.1, which was +It was created by Splint $as_me 3.1.1.2, which was generated by GNU Autoconf 2.53. Invocation command line was $ $0 $@ @@ -1516,7 +1516,7 @@ fi # Define the identity of the package. PACKAGE=splint - VERSION=3.1.1.1 + VERSION=3.1.1.2 # Some tools Automake needs. @@ -3582,7 +3582,7 @@ _ACEOF # These used to be in herald.h -LCL_PARSE_VERSION="Splint 3.1.1.1" +LCL_PARSE_VERSION="Splint 3.1.1.2" cat >>confdefs.h <<_ACEOF #define SPLINT_VERSION "$LCL_PARSE_VERSION --- `date +"%d %b %Y"`" @@ -4032,7 +4032,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by Splint $as_me 3.1.1.1, which was +This file was extended by Splint $as_me 3.1.1.2, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4094,7 +4094,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -Splint config.status 3.1.1.1 +Splint config.status 3.1.1.2 configured by $0, generated by GNU Autoconf 2.53, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/src/Makefile.in b/src/Makefile.in index dffda81..5ea77df 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -632,7 +632,7 @@ CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ CFLAGS = @CFLAGS@ DIST_SOURCES = $(lcl_SOURCES) $(splint_SOURCES) -DIST_COMMON = Makefile.am Makefile.in TODO +DIST_COMMON = Makefile.am Makefile.in SOURCES = $(lcl_SOURCES) $(splint_SOURCES) all: $(BUILT_SOURCES) -- 2.45.0