Hello Bogdan,

>   Can you tell us what actually "c++" is on your system? Like e.g. run
> "c++ --version" or "c++ --help"?

$ c++ --version
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin

>   On my system, Autoconf finds "g++", tests it for an Objective C++
> compiler, fails, and the t/objcxx-* tests are simply skipped.
>   It seems that on your system, "c++" actually works as an Objective
> C++ compiler, but somehow the "libobjc" library is not added to the
> command line, making the test fail during linking.

Yes, 'c++' works as an Objective-C++ compiler:
================================= hello.mm ==========================
#import <stdio.h>
#import <stdlib.h>
#import <iostream>

class X { int a; };

int main(void)
{
    @autoreleasepool
    {
        std::cout << @"Hello, Objective-C++.";
    }
    
    return EXIT_SUCCESS;
}
======================================================================
$ c++ -c hello.mm
$ c++ hello.mm
[3 link errors, due to undefined symbols.]

>   What Autoconf version do your have and can you upgrade that?

I was testing automake-1.16j.

> I suspect it's not passing the required libraries. If it's the newest
> version, can you attach the config.log file?

Find attached the config.log.

Bruno
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Automake configure 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  $ ../configure --prefix=/home/bruno 'CPPFLAGS=-I/home/bruno/include -I/usr/local/include -Wall' 'LDFLAGS=-L/home/bruno/lib -L/usr/local/lib'

## --------- ##
## Platform. ##
## --------- ##

hostname = openbsd74.fritz.box
uname -m = amd64
uname -r = 7.4
uname -s = OpenBSD
uname -v = GENERIC#1336

/usr/bin/uname -p = amd64
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = OpenBSD.amd64
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/bruno/bin/
PATH: /bin/
PATH: /sbin/
PATH: /usr/bin/
PATH: /usr/sbin/
PATH: /usr/X11R6/bin/
PATH: /usr/local/bin/
PATH: /usr/local/sbin/


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2534: looking for aux files: compile missing install-sh config.guess config.sub
configure:2547:  trying ../lib/
configure:2576:   ../lib/compile found
configure:2576:   ../lib/missing found
configure:2558:   ../lib/install-sh found
configure:2576:   ../lib/config.guess found
configure:2576:   ../lib/config.sub found
configure:2700: checking whether gmake supports nested variables
configure:2719: result: yes
configure:2733: checking build system type
configure:2749: result: x86_64-unknown-openbsd7.4
configure:2769: checking host system type
configure:2784: result: x86_64-unknown-openbsd7.4
configure:2838: checking for a BSD-compatible install
configure:2912: result: /usr/bin/install -c
configure:2923: checking whether sleep supports fractional seconds
configure:2939: result: true
configure:2942: checking filesystem timestamp resolution
configure:3013: result: 0.001
configure:3018: checking whether build environment is sane
configure:3059: result: yes
configure:3230: checking for a race-free mkdir -p
configure:3273: result: mkdir -p
configure:3280: checking for gawk
configure:3316: result: no
configure:3280: checking for mawk
configure:3316: result: no
configure:3280: checking for nawk
configure:3316: result: no
configure:3280: checking for awk
configure:3301: found /usr/bin/awk
configure:3313: result: awk
configure:3324: checking whether gmake sets $(MAKE)
configure:3348: result: yes
configure:3376: checking xargs -n works
configure:3392: result: yes
configure:3514: checking whether ln -s works
configure:3518: result: yes
configure:3528: checking for perl
configure:3551: found /usr/bin/perl
configure:3564: result: /usr/bin/perl
configure:3584: /usr/bin/perl --version

This is perl 5, version 36, subversion 1 (v5.36.1) built for amd64-openbsd

Copyright 1987-2023, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at https://www.perl.org/, the Perl Home Page.

configure:3587: $? = 0
configure:3599: checking for tex
configure:3635: result: no
configure:3643:  --version </dev/null
../configure[3647]: --version: not found
configure:3646: $? = 127
configure:3664: checking for yacc
configure:3685: found /usr/bin/yacc
configure:3697: result: yacc
configure:3713: checking for lex
configure:3734: found /usr/bin/lex
configure:3746: result: lex
configure:3767: checking whether autoconf is installed
configure:3773: autoconf --version
autoconf (GNU Autoconf) 2.72
Copyright (C) 2023 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by David J. MacKenzie and Akim Demaille.
configure:3776: $? = 0
configure:3785: result: yes
configure:3792: checking whether autoconf works
configure:3802: cd conftest && autoconf -o /dev/null conftest.ac
configure:3805: $? = 0
configure:3815: result: yes
configure:3822: checking whether autoconf is recent enough
configure:3833: cd conftest && autoconf -o /dev/null conftest.ac
configure:3836: $? = 0
configure:3846: result: yes
configure:3853: checking whether ln works
configure:3875: result: yes
configure:3882: checking for grep that handles long lines and -e
configure:3948: result: /usr/bin/grep
configure:3953: checking for egrep
configure:4023: result: /usr/bin/grep -E
configure:4030: checking for fgrep
configure:4100: result: /usr/bin/grep -F
configure:4149: will now look for a sturdy POSIX shell, for our testsuite
configure:4188: checking for sh
configure:4211: found /bin/sh
configure:4224: result: /bin/sh
configure:4188: checking for sh5
configure:4227: result: no
configure:4188: checking for dash
configure:4227: result: no
configure:4188: checking for ash
configure:4227: result: no
configure:4188: checking for bash
configure:4211: found /usr/local/bin/bash
configure:4224: result: /usr/local/bin/bash
configure:4188: checking for zsh
configure:4227: result: no
configure:4188: checking for ksh
configure:4211: found /bin/ksh
configure:4224: result: /bin/ksh
configure:4188: checking for pdksh
configure:4227: result: no
configure:4248: checking whether /bin/sh supports $(cmd)
configure:4258: result: yes
configure:4268: checking whether /bin/sh supports $((expr))
configure:4278: result: yes
configure:4288: checking whether /bin/sh supports ${#var}
configure:4301: result: yes
configure:4311: checking whether /bin/sh supports ${var#glob} and ${var%glob}
configure:4325: result: yes
configure:4335: checking whether /bin/sh preserves exit traps with "set -e"
configure:4345: result: yes
configure:4355: checking whether /bin/sh can define exit traps in a shell function
configure:4365: result: yes
configure:4375: checking whether /bin/sh corrupts stderr with "set -x"
+ P=1
configure:4385: result: yes
configure:4397: checking whether /bin/sh can return early from "dot-sourced" files
configure:4407: result: yes
configure:4419: checking whether /bin/sh supports alias named like shell builtins

configure:4429: result: yes
configure:4439: checking whether /bin/sh supports "test -e"
configure:4449: result: yes
configure:4463: shell /bin/sh is acceptable, but we might do better
configure:4248: checking whether /usr/local/bin/bash supports $(cmd)
configure:4258: result: yes
configure:4268: checking whether /usr/local/bin/bash supports $((expr))
configure:4278: result: yes
configure:4288: checking whether /usr/local/bin/bash supports ${#var}
configure:4301: result: yes
configure:4311: checking whether /usr/local/bin/bash supports ${var#glob} and ${var%glob}
configure:4325: result: yes
configure:4335: checking whether /usr/local/bin/bash preserves exit traps with "set -e"
configure:4345: result: yes
configure:4355: checking whether /usr/local/bin/bash can define exit traps in a shell function
configure:4365: result: yes
configure:4375: checking whether /usr/local/bin/bash corrupts stderr with "set -x"
configure:4389: result: no
configure:4397: checking whether /usr/local/bin/bash can return early from "dot-sourced" files
configure:4407: result: yes
configure:4419: checking whether /usr/local/bin/bash supports alias named like shell builtins

configure:4429: result: yes
configure:4439: checking whether /usr/local/bin/bash supports "test -e"
configure:4449: result: yes
configure:4467: shell /usr/local/bin/bash is good enough, stop looking
configure:4485: will use /usr/local/bin/bash as the testsuite shell
configure:4509: will now look for generic compilers
configure:4653: checking for C compiler version
configure:4662: cc -ferror-limit=0 --version >&5
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
configure:4673: $? = 0
configure:4662: cc -ferror-limit=0 -v >&5
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
cc: warning: argument unused during compilation: '-ferror-limit=0' [-Wunused-command-line-argument]
configure:4673: $? = 0
configure:4662: cc -ferror-limit=0 -V >&5
cc: error: argument to '-V' is missing (expected 1 value)
cc: error: no input files
configure:4673: $? = 1
configure:4662: cc -ferror-limit=0 -qversion >&5
cc: error: unknown argument '-qversion'; did you mean '--version'?
cc: error: no input files
configure:4673: $? = 1
configure:4662: cc -ferror-limit=0 -version >&5
cc: error: unknown argument '-version'; did you mean '--version'?
cc: error: no input files
configure:4673: $? = 1
configure:4693: checking whether the C compiler works
configure:4715: cc -ferror-limit=0  -I/home/bruno/include -I/usr/local/include -Wall -L/home/bruno/lib -L/usr/local/lib conftest.c  >&5
configure:4719: $? = 0
configure:4772: result: yes
configure:4776: checking for C compiler default output file name
configure:4778: result: a.out
configure:4784: checking for suffix of executables
configure:4791: cc -ferror-limit=0 -o conftest  -I/home/bruno/include -I/usr/local/include -Wall -L/home/bruno/lib -L/usr/local/lib conftest.c  >&5
configure:4795: $? = 0
configure:4821: result: 
configure:4845: checking whether we are cross compiling
configure:4853: cc -ferror-limit=0 -o conftest  -I/home/bruno/include -I/usr/local/include -Wall -L/home/bruno/lib -L/usr/local/lib conftest.c  >&5
configure:4857: $? = 0
configure:4864: ./conftest
configure:4868: $? = 0
configure:4886: result: no
configure:4892: checking for suffix of object files
configure:4915: cc -ferror-limit=0 -c  -I/home/bruno/include -I/usr/local/include -Wall conftest.c >&5
configure:4919: $? = 0
configure:4945: result: o
configure:4949: checking whether the compiler supports GNU C
configure:4969: cc -ferror-limit=0 -c  -I/home/bruno/include -I/usr/local/include -Wall conftest.c >&5
configure:4969: $? = 0
configure:4981: result: yes
configure:4992: checking whether cc -ferror-limit=0 accepts -g
configure:5013: cc -ferror-limit=0 -c -g -I/home/bruno/include -I/usr/local/include -Wall conftest.c >&5
configure:5013: $? = 0
configure:5060: result: yes
configure:5080: checking for cc -ferror-limit=0 option to enable C11 features
configure:5095: cc -ferror-limit=0  -c -g -O2 -I/home/bruno/include -I/usr/local/include -Wall conftest.c >&5
configure:5095: $? = 0
configure:5114: result: none needed
configure:5238: checking whether cc -ferror-limit=0 understands -c and -o together
configure:5261: cc -ferror-limit=0 -c conftest.c -o conftest2.o
configure:5264: $? = 0
configure:5261: cc -ferror-limit=0 -c conftest.c -o conftest2.o
configure:5264: $? = 0
configure:5277: result: yes
configure:5476: checking for C++ compiler version
configure:5485: c++ -ferror-limit=0 --version >&5
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
configure:5496: $? = 0
configure:5485: c++ -ferror-limit=0 -v >&5
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
c++: warning: argument unused during compilation: '-ferror-limit=0' [-Wunused-command-line-argument]
configure:5496: $? = 0
configure:5485: c++ -ferror-limit=0 -V >&5
c++: error: argument to '-V' is missing (expected 1 value)
c++: error: no input files
configure:5496: $? = 1
configure:5485: c++ -ferror-limit=0 -qversion >&5
c++: error: unknown argument '-qversion'; did you mean '--version'?
c++: error: no input files
configure:5496: $? = 1
configure:5516: checking whether the C++ compiler works
configure:5538: c++ -ferror-limit=0  -I/home/bruno/include -I/usr/local/include -Wall -L/home/bruno/lib -L/usr/local/lib conftest.cpp  >&5
configure:5542: $? = 0
configure:5595: result: yes
configure:5599: checking for C++ compiler default output file name
configure:5601: result: a.out
configure:5607: checking for suffix of executables
configure:5614: c++ -ferror-limit=0 -o conftest  -I/home/bruno/include -I/usr/local/include -Wall -L/home/bruno/lib -L/usr/local/lib conftest.cpp  >&5
configure:5618: $? = 0
configure:5644: result: 
configure:5668: checking whether we are cross compiling
configure:5676: c++ -ferror-limit=0 -o conftest  -I/home/bruno/include -I/usr/local/include -Wall -L/home/bruno/lib -L/usr/local/lib conftest.cpp  >&5
configure:5680: $? = 0
configure:5687: ./conftest
configure:5691: $? = 0
configure:5709: result: no
configure:5715: checking for suffix of object files
configure:5738: c++ -ferror-limit=0 -c  -I/home/bruno/include -I/usr/local/include -Wall conftest.cpp >&5
configure:5742: $? = 0
configure:5768: result: o
configure:5772: checking whether the compiler supports GNU C++
configure:5792: c++ -ferror-limit=0 -c  -I/home/bruno/include -I/usr/local/include -Wall conftest.cpp >&5
configure:5792: $? = 0
configure:5804: result: yes
configure:5815: checking whether c++ -ferror-limit=0 accepts -g
configure:5836: c++ -ferror-limit=0 -c -g -I/home/bruno/include -I/usr/local/include -Wall conftest.cpp >&5
configure:5836: $? = 0
configure:5883: result: yes
configure:5903: checking for c++ -ferror-limit=0 option to enable C++11 features
configure:5918: c++ -ferror-limit=0  -c -g -O2 -I/home/bruno/include -I/usr/local/include -Wall conftest.cpp >&5
conftest.cpp:139:16: warning: unused variable 'a4' [-Wunused-variable]
  decltype(a2) a4 = 34895.034;
               ^
conftest.cpp:132:8: warning: unused variable 'a1' [-Wunused-variable]
  auto a1 = 6538;
       ^
conftest.cpp:136:7: warning: variable 'total' set but not used [-Wunused-but-set-variable]
  int total = 0;
      ^
conftest.cpp:143:9: warning: unused variable 'sa' [-Wunused-variable]
  short sa[cxx11test::get_val()] = { 0 };
        ^
conftest.cpp:147:23: warning: unused variable 'il' [-Wunused-variable]
  cxx11test::testinit il = { 4323, 435234.23544 };
                      ^
conftest.cpp:170:8: warning: unused variable 'c' [-Wunused-variable]
  auto c = sum(1.0, 2.0, 3.0);
       ^
conftest.cpp:168:8: warning: unused variable 'a' [-Wunused-variable]
  auto a = sum(1);
       ^
conftest.cpp:169:8: warning: unused variable 'b' [-Wunused-variable]
  auto b = sum(1, 2);
       ^
conftest.cpp:175:25: warning: empty parentheses interpreted as a function declaration [-Wvexing-parse]
  cxx11test::delegate d2();
                        ^~
conftest.cpp:175:25: note: remove parentheses to declare a variable
  cxx11test::delegate d2();
                        ^~
conftest.cpp:184:9: warning: unused variable 'c' [-Wunused-variable]
  char *c = nullptr;
        ^
conftest.cpp:192:15: warning: unused variable 'utf8' [-Wunused-variable]
  char const *utf8 = u8"UTF-8 string \u2500";
              ^
conftest.cpp:193:19: warning: unused variable 'utf16' [-Wunused-variable]
  char16_t const *utf16 = u"UTF-8 string \u2500";
                  ^
conftest.cpp:194:19: warning: unused variable 'utf32' [-Wunused-variable]
  char32_t const *utf32 = U"UTF-32 string \u2500";
                  ^
conftest.cpp:94:9: warning: private field 'i' is not used [-Wunused-private-field]
    int i;
        ^
14 warnings generated.
configure:5918: $? = 0
configure:5937: result: none needed
configure:6103: checking for xlf95
configure:6139: result: no
configure:6103: checking for f95
configure:6139: result: no
configure:6103: checking for fort
configure:6139: result: no
configure:6103: checking for ifort
configure:6139: result: no
configure:6103: checking for ifc
configure:6139: result: no
configure:6103: checking for efc
configure:6139: result: no
configure:6103: checking for pgfortran
configure:6139: result: no
configure:6103: checking for pgf95
configure:6139: result: no
configure:6103: checking for lf95
configure:6139: result: no
configure:6103: checking for ftn
configure:6139: result: no
configure:6103: checking for nagfor
configure:6139: result: no
configure:6103: checking for xlf90
configure:6139: result: no
configure:6103: checking for f90
configure:6139: result: no
configure:6103: checking for armflang
configure:6139: result: no
configure:6103: checking for flang
configure:6139: result: no
configure:6103: checking for pgf90
configure:6139: result: no
configure:6103: checking for pghpf
configure:6139: result: no
configure:6103: checking for epcf90
configure:6139: result: no
configure:6103: checking for g95
configure:6139: result: no
configure:6103: checking for gfortran
configure:6139: result: no
configure:6162: checking for Fortran compiler version
configure:6171:  --version >&5
../configure: --version: not found
configure:6182: $? = 127
configure:6171:  -v >&5
../configure: -v: not found
configure:6182: $? = 127
configure:6171:  -V >&5
../configure: -V: not found
configure:6182: $? = 127
configure:6171:  -qversion >&5
../configure: -qversion: not found
configure:6182: $? = 127
configure:6197: checking whether the Fortran compiler works
configure:6219:   -L/home/bruno/lib -L/usr/local/lib  conftest.f  >&5
../configure: -L/home/bruno/lib: not found
configure:6223: $? = 127
configure:6264: result: no
configure: failed program was:
|       program main
| 
|       end
configure:6270: WARNING: Fortran compiler cannot create executables
configure:6533: tests requiring the Fortran compiler will be skipped
configure:6621: checking for xlf
configure:6657: result: no
configure:6621: checking for f77
configure:6657: result: no
configure:6621: checking for frt
configure:6657: result: no
configure:6621: checking for pgf77
configure:6657: result: no
configure:6621: checking for cf77
configure:6657: result: no
configure:6621: checking for fort77
configure:6657: result: no
configure:6621: checking for fl32
configure:6657: result: no
configure:6621: checking for af77
configure:6657: result: no
configure:6621: checking for g77
configure:6657: result: no
configure:6621: checking for armflang
configure:6657: result: no
configure:6621: checking for flang
configure:6657: result: no
configure:6621: checking for gfortran
configure:6657: result: no
configure:6680: checking for Fortran 77 compiler version
configure:6689:  --version >&5
../configure: --version: not found
configure:6700: $? = 127
configure:6689:  -v >&5
../configure: -v: not found
configure:6700: $? = 127
configure:6689:  -V >&5
../configure: -V: not found
configure:6700: $? = 127
configure:6689:  -qversion >&5
../configure: -qversion: not found
configure:6700: $? = 127
configure:6715: checking whether the Fortran 77 compiler works
configure:6737:   -L/home/bruno/lib -L/usr/local/lib conftest.f  >&5
../configure: -L/home/bruno/lib: not found
configure:6741: $? = 127
configure:6782: result: no
configure: failed program was:
|       program main
| 
|       end
configure:6788: WARNING: Fortran 77 compiler cannot create executables
configure:7051: tests requiring the Fortran 77 compiler will be skipped
configure:7085: will now look for GNU compilers
configure:7092: cc -ferror-limit=0 is already a GNU C compiler
configure:7210: cc -ferror-limit=0 --version && cc -ferror-limit=0 -v
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
cc: warning: argument unused during compilation: '-ferror-limit=0' [-Wunused-command-line-argument]
configure:7213: $? = 0
configure:7230: c++ -ferror-limit=0 is already a GNU C++ compiler
configure:7349: c++ -ferror-limit=0 --version && c++ -ferror-limit=0 -v
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
OpenBSD clang version 13.0.0
Target: amd64-unknown-openbsd7.4
Thread model: posix
InstalledDir: /usr/bin
c++: warning: argument unused during compilation: '-ferror-limit=0' [-Wunused-command-line-argument]
configure:7352: $? = 0
configure:7429: checking for gfortran
configure:7465: result: no
configure:7568: checking for g77
configure:7604: result: no
configure:7568: checking for gfortran
configure:7604: result: no
configure:7701: checking for gcj
configure:7737: result: no
configure:7949: checking that generated files are newer than configure
configure:7955: result: done
configure:7970: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on openbsd74.fritz.box

config.status:820: creating Makefile
config.status:820: creating pre-inst-env
config.status:989: linking ../GNUmakefile to GNUmakefile

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_AM_TEST_RUNNER_SHELL=/usr/local/bin/bash
ac_cv_build=x86_64-unknown-openbsd7.4
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_AM_TEST_RUNNER_SHELL_set=
ac_cv_env_AM_TEST_RUNNER_SHELL_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='cc -ferror-limit=0'
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/home/bruno/include -I/usr/local/include -Wall'
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='c++ -ferror-limit=0'
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GNU_CC_set=
ac_cv_env_GNU_CC_value=
ac_cv_env_GNU_CFLAGS_set=
ac_cv_env_GNU_CFLAGS_value=
ac_cv_env_GNU_CXXFLAGS_set=
ac_cv_env_GNU_CXXFLAGS_value=
ac_cv_env_GNU_CXX_set=
ac_cv_env_GNU_CXX_value=
ac_cv_env_GNU_F77_set=
ac_cv_env_GNU_F77_value=
ac_cv_env_GNU_FCFLAGS_set=
ac_cv_env_GNU_FCFLAGS_value=
ac_cv_env_GNU_FC_set=
ac_cv_env_GNU_FC_value=
ac_cv_env_GNU_FFLAGS_set=
ac_cv_env_GNU_FFLAGS_value=
ac_cv_env_GNU_GCJFLAGS_set=
ac_cv_env_GNU_GCJFLAGS_value=
ac_cv_env_GNU_GCJ_set=
ac_cv_env_GNU_GCJ_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/home/bruno/lib -L/usr/local/lib'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-openbsd7.4
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_EGREP_TRADITIONAL='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_LEX=lex
ac_cv_prog_YACC=yacc
ac_cv_prog_cc_c11=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_cxx11=
ac_cv_prog_cxx_g=yes
ac_cv_prog_cxx_stdcxx=
ac_cv_prog_make_gmake_set=yes
am_cv_autoconf_installed=yes
am_cv_autoconf_version=yes
am_cv_autoconf_works=yes
am_cv_filesystem_timestamp_resolution=0.001
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_ln=ln
am_cv_sleep_fractional_seconds=true
am_cv_xargs_n_works=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='"/home/bruno/automake-1.16j.new/build/pre-inst-env" aclocal-1.16'
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_TEST_RUNNER_SHELL='/usr/local/bin/bash'
AM_V='$(V)'
APIVERSION='1.16'
AUTOCONF='${SHELL} '\''/home/bruno/automake-1.16j.new/lib/missing'\'' autoconf'
AUTOHEADER='${SHELL} '\''/home/bruno/automake-1.16j.new/lib/missing'\'' autoheader'
AUTOMAKE='"/home/bruno/automake-1.16j.new/build/pre-inst-env" automake-1.16'
AWK='awk'
CC='cc -ferror-limit=0'
CFLAGS='-g -O2'
CPPFLAGS='-I/home/bruno/include -I/usr/local/include -Wall'
CSCOPE='cscope'
CTAGS='ctags'
CXX='c++ -ferror-limit=0'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"GNU\ Automake\" -DPACKAGE_TARNAME=\"automake\" -DPACKAGE_VERSION=\"1.16j\" -DPACKAGE_STRING=\"GNU\ Automake\ 1.16j\" -DPACKAGE_BUGREPORT=\"bug-automake@gnu.org\" -DPACKAGE_URL=\"https://www.gnu.org/software/automake/\";'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ETAGS='etags'
EXEEXT='UNKNOWN'
F77='false'
FC='false'
FCFLAGS=''
FFLAGS=''
FGREP='/usr/bin/grep -F'
GNU_CC='cc -ferror-limit=0'
GNU_CFLAGS='-g -O2'
GNU_CXX='c++ -ferror-limit=0'
GNU_CXXFLAGS='-g -O2'
GNU_F77='false'
GNU_FC='false'
GNU_FCFLAGS=''
GNU_FFLAGS=''
GNU_GCJ='false'
GNU_GCJFLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS='-L/home/bruno/lib -L/usr/local/lib'
LEX='lex'
LIBOBJS=''
LIBS=''
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} '\''/home/bruno/automake-1.16j.new/lib/missing'\'' makeinfo'
MKDIR_P='mkdir -p'
MTIME_RESOLUTION='0.001'
OBJEXT='UNKNOWN'
PACKAGE='automake'
PACKAGE_BUGREPORT='bug-automake@gnu.org'
PACKAGE_NAME='GNU Automake'
PACKAGE_STRING='GNU Automake 1.16j'
PACKAGE_TARNAME='automake'
PACKAGE_URL='https://www.gnu.org/software/automake/'
PACKAGE_VERSION='1.16j'
PATH_SEPARATOR=':'
PERL='/usr/bin/perl'
RELEASE_YEAR='2023'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TEX=''
VERSION='1.16j'
YACC='yacc'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_FC=''
ac_ct_GNU_CC=''
ac_ct_GNU_CXX=''
ac_ct_GNU_F77=''
ac_ct_GNU_FC=''
ac_ct_GNU_GCJ=''
am_AUTOCONF='autoconf'
am_AUTOHEADER='autoheader'
am_AUTOM4TE='autom4te'
am_AUTORECONF='autoreconf'
am_AUTOUPDATE='autoupdate'
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__rm_f_notfound=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
am__xargs_n='xargs -n'
am_candidate_sh=''
amdir='${pkgvdatadir}/am'
automake_acdir='${datadir}/aclocal-1.16'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-openbsd7.4'
build_alias=''
build_cpu='x86_64'
build_os='openbsd7.4'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-openbsd7.4'
host_alias=''
host_cpu='x86_64'
host_os='openbsd7.4'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/bruno/automake-1.16j.new/lib/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgvdatadir='${datadir}/automake-1.16'
prefix='/home/bruno'
program_transform_name='s,x,x,'
psdir='${docdir}'
required_autoconf_version='2.65'
runstatedir='${localstatedir}/run'
sbindir='${exec_prefix}/sbin'
scriptdir='${pkgvdatadir}'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
system_acdir='${datadir}/aclocal'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Automake"
#define PACKAGE_TARNAME "automake"
#define PACKAGE_VERSION "1.16j"
#define PACKAGE_STRING "GNU Automake 1.16j"
#define PACKAGE_BUGREPORT "bug-automake@gnu.org"
#define PACKAGE_URL "https://www.gnu.org/software/automake/";

configure: exit 0

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on openbsd74.fritz.box


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on openbsd74.fritz.box


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on openbsd74.fritz.box


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on openbsd74.fritz.box


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on openbsd74.fritz.box


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on openbsd74.fritz.box


## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Automake config.status 1.16j, which was
generated by GNU Autoconf 2.72d.11-bfd389.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status --file=-

on openbsd74.fritz.box

Reply via email to