margen v1.2.0

This commit is contained in:
2025-06-05 15:06:58 +02:00
parent 7626f99e32
commit 0ef851db86
2 changed files with 11 additions and 11 deletions
Vendored
+10 -10
View File
@@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for margen 1.1.0. # Generated by GNU Autoconf 2.71 for margen 1.2.0.
# #
# Report bugs to <klemek.dev@proton.me>. # Report bugs to <klemek.dev@proton.me>.
# #
@@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='margen' PACKAGE_NAME='margen'
PACKAGE_TARNAME='margen' PACKAGE_TARNAME='margen'
PACKAGE_VERSION='1.1.0' PACKAGE_VERSION='1.2.0'
PACKAGE_STRING='margen 1.1.0' PACKAGE_STRING='margen 1.2.0'
PACKAGE_BUGREPORT='klemek.dev@proton.me' PACKAGE_BUGREPORT='klemek.dev@proton.me'
PACKAGE_URL='' PACKAGE_URL=''
@@ -1299,7 +1299,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures margen 1.1.0 to adapt to many kinds of systems. \`configure' configures margen 1.2.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1366,7 +1366,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of margen 1.1.0:";; short | recursive ) echo "Configuration of margen 1.2.0:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@@ -1457,7 +1457,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
margen configure 1.1.0 margen configure 1.2.0
generated by GNU Autoconf 2.71 generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc. Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1566,7 +1566,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by margen $as_me 1.1.0, which was It was created by margen $as_me 1.2.0, which was
generated by GNU Autoconf 2.71. Invocation command line was generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw $ $0$ac_configure_args_raw
@@ -2835,7 +2835,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='margen' PACKAGE='margen'
VERSION='1.1.0' VERSION='1.2.0'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -4820,7 +4820,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by margen $as_me 1.1.0, which was This file was extended by margen $as_me 1.2.0, which was
generated by GNU Autoconf 2.71. Invocation command line was generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@@ -4879,7 +4879,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped' ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\ ac_cs_version="\\
margen config.status 1.1.0 margen config.status 1.2.0
configured by $0, generated by GNU Autoconf 2.71, configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"
+1 -1
View File
@@ -1,4 +1,4 @@
AC_INIT([margen], [1.1.0], [klemek.dev@proton.me]) AC_INIT([margen], [1.2.0], [klemek.dev@proton.me])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_PROG_CC AC_PROG_CC
AC_CHECK_HEADERS([stdio.h]) AC_CHECK_HEADERS([stdio.h])