Skip to content

Commit

Permalink
Output tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Guido committed Mar 21, 2022
1 parent 3d541ec commit a19f0fa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for m2decode 0.2.
# Generated by GNU Autoconf 2.71 for m2decode 0.3.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
Expand Down Expand Up @@ -607,8 +607,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='m2decode'
PACKAGE_TARNAME='m2decode'
PACKAGE_VERSION='0.2'
PACKAGE_STRING='m2decode 0.2'
PACKAGE_VERSION='0.3'
PACKAGE_STRING='m2decode 0.3'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1264,7 +1264,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 m2decode 0.2 to adapt to many kinds of systems.
\`configure' configures m2decode 0.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1331,7 +1331,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of m2decode 0.2:";;
short | recursive ) echo "Configuration of m2decode 0.3:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1422,7 +1422,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
m2decode configure 0.2
m2decode configure 0.3
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1498,7 +1498,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by m2decode $as_me 0.2, which was
It was created by m2decode $as_me 0.3, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -2758,7 +2758,7 @@ fi
# Define the identity of the package.
PACKAGE='m2decode'
VERSION='0.2'
VERSION='0.3'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
Expand Down Expand Up @@ -4649,7 +4649,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by m2decode $as_me 0.2, which was
This file was extended by m2decode $as_me 0.3, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4717,7 +4717,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
m2decode config.status 0.2
m2decode config.status 0.3
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
4 changes: 2 additions & 2 deletions src/md_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,8 @@ void md_decode_file(FILE *infd, FILE *ofd)
// Final stats
OUT(
"STATS\n"
" CodeSize: %6d / %6d\n"
" (effective / declared bytes)\n",
" CodeSize: %d / %d\n"
" (actual / declared bytes)\n",
total_code, decl_code
);
}

0 comments on commit a19f0fa

Please sign in to comment.