Closed marcschumacher closed 6 months ago
Unfortunately I don't have an OSX Sonoma system to test with.
The installation instructions are just generic ones which Autoconf installs.
If you're building from a Git checkout, you need to run "autogen.sh" to rebuild the configure script. This should fix the issue.
Describe the bug I am trying to generate the configure file as described in
INSTALL
, but I get the errorAfter running
./configure
which anyways got created, I get the following error:To Reproduce
cd
autoconf
./configure
Expected behavior The configure file should be generated without errors. The generated
./configure
file should not create an error.Operating system and platform (please complete the following information):
Additional context I found this article on Stackoverflow stating that the configuration in
configure.am
should not contain bothAC_INIT
andAM_INIT_AUTOMAKE
. Is that possibly something to fix?