working commit

This commit is contained in:
2026-05-19 13:43:20 +02:00
parent 498a3867fb
commit 1566e0a502
10 changed files with 399 additions and 852 deletions
Vendored
+218 -12
View File
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.72 for helmet 0.0.1.
# Generated by GNU Autoconf 2.72 for stvpn 0.0.1.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation,
@@ -598,10 +598,10 @@ MFLAGS=
MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='helmet'
PACKAGE_TARNAME='helmet'
PACKAGE_NAME='stvpn'
PACKAGE_TARNAME='stvpn'
PACKAGE_VERSION='0.0.1'
PACKAGE_STRING='helmet 0.0.1'
PACKAGE_STRING='stvpn 0.0.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -610,6 +610,13 @@ ac_subst_vars='am__EXEEXT_FALSE
am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
srv_sharedir
srv_rundir
srv_logdir
srv_confdir
srv_devel_mode
SYSTEMD_FALSE
SYSTEMD_TRUE
ASTYLE
PROTOC
am__fastdepCXX_FALSE
@@ -712,6 +719,10 @@ ac_user_opts='
enable_option_checking
enable_silent_rules
enable_dependency_tracking
enable_devel_mode
with_confdir
with_logdir
with_rundir
'
ac_precious_vars='build_alias
host_alias
@@ -1272,7 +1283,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 helmet 0.0.1 to adapt to many kinds of systems.
'configure' configures stvpn 0.0.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1321,7 +1332,7 @@ Fine tuning of the installation directories:
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/helmet]
--docdir=DIR documentation root [DATAROOTDIR/doc/stvpn]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
@@ -1339,7 +1350,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of helmet 0.0.1:";;
short | recursive ) echo "Configuration of stvpn 0.0.1:";;
esac
cat <<\_ACEOF
@@ -1353,6 +1364,15 @@ Optional Features:
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
--enable-devel-mode Enable developmend mode
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-confdir=PATH set configuration dir to PATH (default:
$SRV_CONFDIR)
--with-logdir=PATH set path for logdir (default: $SRV_LOGDIR)
--with-rundir=PATH set path for rundir (default: $SRV_RUNDIR)
Some influential environment variables:
CC C compiler command
@@ -1432,7 +1452,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
helmet configure 0.0.1
stvpn configure 0.0.1
generated by GNU Autoconf 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
@@ -1549,7 +1569,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 helmet $as_me 0.0.1, which was
It was created by stvpn $as_me 0.0.1, which was
generated by GNU Autoconf 2.72. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3228,7 +3248,7 @@ fi
# Define the identity of the package.
PACKAGE='helmet'
PACKAGE='stvpn'
VERSION='0.0.1'
@@ -4984,6 +5004,184 @@ done
if false; then
SYSTEMD_TRUE=
SYSTEMD_FALSE='#'
else
SYSTEMD_TRUE='#'
SYSTEMD_FALSE=
fi
if test -d /lib/systemd/system; then
if true; then
SYSTEMD_TRUE=
SYSTEMD_FALSE='#'
else
SYSTEMD_TRUE='#'
SYSTEMD_FALSE=
fi
fi
test "x$prefix" == "xNONE" && prefix=$ac_default_prefix
test "x$libexecdir" == "xNONE" && libexecdir=${prefix}/lib
# Check whether --enable-devel-mode was given.
if test ${enable_devel_mode+y}
then :
enableval=$enable_devel_mode;
fi
printf "%s\n" "#define srv_devel_mode \"false\"" >>confdefs.h
srv_devel_mode="false"
if test "x$enable_devel_mode" = "xyes"
then :
SRCDIR=`pwd`
enable_devel_mode=yes
fi
SRV_CONFDIR="${prefix}/etc/${PACKAGE}"
# Check whether --with-confdir was given.
if test ${with_confdir+y}
then :
withval=$with_confdir; if test ! -z "$withval" ; then
case $withval in
/*)
SRV_CONFDIR="$withval"
;;
*)
as_fn_error $? "You must specify an absolute path to --with-confdir=PATH" "$LINENO" 5
;;
esac
fi
fi
if test "x$enable_devel_mode" = "xyes"
then :
SRV_CONFDIR="${SRCDIR}"
sysconfdir="${SRCDIR}"
else case e in #(
e)
test "x$SRV_CONFDIR" == "x/usr/etc/${PACKAGE}" && SRV_CONFDIR="/etc/${PACKAGE}"
test "x$prefix" == "x/usr" && sysconfdir="/etc"
;;
esac
fi
printf "%s\n" "#define SRV_CONFDIR \"\$SRV_CONFDIR\"" >>confdefs.h
printf "%s\n" "#define SRV_CONFDIR \"$SRV_CONFDIR\"" >>confdefs.h
srv_confdir="$SRV_CONFDIR"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: srv_confdir set as ${SRV_CONFDIR}" >&5
printf "%s\n" "$as_me: srv_confdir set as ${SRV_CONFDIR}" >&6;}
SRV_LOGDIR="/var/log/${PACKAGE}"
# Check whether --with-logdir was given.
if test ${with_logdir+y}
then :
withval=$with_logdir; if test ! -z "$withval" ; then
case $withval in
/*)
SRV_LOGDIR="$withval"
;;
*)
as_fn_error $? "You must specify an absolute path to --with-logdir=PATH" "$LINENO" 5
;;
esac
fi
fi
if test "x$enable_devel_mode" = "xyes"
then :
SRV_LOGDIR="${SRCDIR}/tmp/log"
fi
printf "%s\n" "#define SRV_LOGDIR \"$SRV_LOGDIR\"" >>confdefs.h
srv_logdir="$SRV_LOGDIR"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: srv_logdir set as ${SRV_LOGDIR}" >&5
printf "%s\n" "$as_me: srv_logdir set as ${SRV_LOGDIR}" >&6;}
SRV_RUNDIR="/var/run/${PACKAGE}"
# Check whether --with-rundir was given.
if test ${with_rundir+y}
then :
withval=$with_rundir; if test ! -z "$withval" ; then
case $withval in
/*)
SRV_RUNDIR="$withval"
;;
*)
as_fn_error $? "You must specify an absolute path to --with-rundir=PATH" "$LINENO" 5
;;
esac
fi
fi
if test "x$enable_devel_mode" = "xyes"
then :
SRV_RUNDIR="${SRCDIR}/tmp/run"
fi
printf "%s\n" "#define SRV_RUNDIR \"$SRV_RUNDIR\"" >>confdefs.h
srv_rundir="$SRV_RUNDIR"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: srv_rundir set as ${SRV_RUNDIR}" >&5
printf "%s\n" "$as_me: srv_rundir set as ${SRV_RUNDIR}" >&6;}
printf "%s\n" "#define SRV_SHAREDIR \"$SRV_SHAREDIR\"" >>confdefs.h
srv_sharedir="$SRV_SHAREDIR"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: srv_sharedir set as ${SRV_SHAREDIR}" >&5
printf "%s\n" "$as_me: srv_sharedir set as ${SRV_SHAREDIR}" >&6;}
ac_config_files="$ac_config_files Makefile"
cat >confcache <<\_ACEOF
@@ -5135,6 +5333,14 @@ if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCXX\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${SYSTEMD_TRUE}" && test -z "${SYSTEMD_FALSE}"; then
as_fn_error $? "conditional \"SYSTEMD\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
if test -z "${SYSTEMD_TRUE}" && test -z "${SYSTEMD_FALSE}"; then
as_fn_error $? "conditional \"SYSTEMD\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
@@ -5528,7 +5734,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 helmet $as_me 0.0.1, which was
This file was extended by stvpn $as_me 0.0.1, which was
generated by GNU Autoconf 2.72. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5596,7 +5802,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="\\
helmet config.status 0.0.1
stvpn config.status 0.0.1
configured by $0, generated by GNU Autoconf 2.72,
with options \\"\$ac_cs_config\\"