troglobit / inadyn

In-a-Dyn is a dynamic DNS client with multiple SSL/TLS library support
https://troglobit.com/projects/inadyn/
GNU General Public License v2.0
937 stars 139 forks source link

"Building from GIT" is broken? #480

Closed idodeclare closed 2 months ago

idodeclare commented 2 months ago

I've had success with README's "Building from GIT" in the past, but on 7d576c4 when I run the following I get an error:

$ ./autogen.sh
...
$ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-openssl
./configure: line 6885: syntax error near unexpected token `disable-shared'
./configure: line 6885: `LT_INIT(disable-shared static)'

I've tried on Linux and macos with the same result.

troglobit commented 2 months ago

Works fine in Linux here.

~/src/inadyn(master)$ ./autogen.sh 
autoreconf: export WARNINGS=portability
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'aux'.
libtoolize: copying file 'aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:4: warning: name 'aux' is reserved on W32 and DOS platforms
configure.ac:62: installing 'aux/compile'
configure.ac:5: installing 'aux/missing'
src/Makefile.am: installing 'aux/depcomp'
autoreconf: running: ./config.status --recheck
running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/socket.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for uint32_t... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for atexit... yes
checking for memset... yes
checking for poll... yes
checking for socket... yes
checking for strerror... yes
checking for library containing dlopen... none required
checking for pidfile in -lutil... no
checking for pidfile... no
checking for strlcpy... no
checking for strlcat... no
checking for strtonum... no
checking for utimensat... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libconfuse >= 3.0... yes
checking for cfg_init in -lconfuse... yes
checking for confuse.h... yes
checking for gnutls >= 3.0... yes
checking for gnutls_init in -lgnutls... yes
checking for nettle_md5_init in -lnettle... yes
checking for gnutls/gnutls.h... yes
checking for gnutls/x509.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status

------------------ Summary ------------------
 In-a-dyn version 2.12.0
  Prefix.........: /usr/local
  Sysconfdir.....: /usr/local/etc
  Runstatedir....: /usr/local/var/run
  Cachedir.......: /usr/local/var/cache
  C Compiler.....: gcc -g -O2   -I/usr/include/p11-kit-1  -lconfuse -lgnutls -lnettle -lgnutls -lconfuse 

 Optional features:
  HTTPS support..: yes
    GnuTLS.......: yes
    Open/LibreSSL: no
    MbedTLS      : no
  systemd........: /lib/systemd/system
  Unit tests.....: no

------------- Compiler version --------------
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
---------------------------------------------

Check the above options and compile with:
 make

autoreconf: running: ./config.status
config.status: creating Makefile
config.status: creating inadyn.service
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating include/Makefile
config.status: creating man/Makefile
config.status: creating examples/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
autoreconf: running: make
Making all in src
make[1]: Entering directory '/home/jocke/src/inadyn/src'
  CC       inadyn-main.o
  CC       inadyn-ddns.o
  CC       inadyn-cache.o
  CC       inadyn-error.o
  CC       inadyn-conf.o
  CC       inadyn-os.o
  CC       inadyn-http.o
  CC       inadyn-plugin.o
  CC       inadyn-tcp.o
  CC       inadyn-json.o
  CC       inadyn-jsmn.o
  CC       inadyn-log.o
  CC       inadyn-makepath.o
  CC       inadyn-gnutls.o
  CC       inadyn-gnutls_base64.o
  CC       inadyn-gnutls_hash.o
  CC       ../plugins/inadyn-common.o
  CC       ../plugins/inadyn-changeip.o
  CC       ../plugins/inadyn-cloudflare.o
  CC       ../plugins/inadyn-cloudxns.o
  CC       ../plugins/inadyn-ddnss.o
  CC       ../plugins/inadyn-dhis.o
  CC       ../plugins/inadyn-dnsexit.o
  CC       ../plugins/inadyn-dnspod.o
  CC       ../plugins/inadyn-duckdns.o
  CC       ../plugins/inadyn-duiadns.o
  CC       ../plugins/inadyn-dyndns.o
  CC       ../plugins/inadyn-dynv6.o
  CC       ../plugins/inadyn-easydns.o
  CC       ../plugins/inadyn-freedns.o
  CC       ../plugins/inadyn-freemyip.o
  CC       ../plugins/inadyn-generic.o
  CC       ../plugins/inadyn-giradns.o
  CC       ../plugins/inadyn-sitelutions.o
  CC       ../plugins/inadyn-tunnelbroker.o
  CC       ../plugins/inadyn-yandex.o
  CC       ../plugins/inadyn-zoneedit.o
  CC       ../plugins/inadyn-goip.o
  CC       ../plugins/inadyn-domaindiscount24.o
  CC       ../plugins/inadyn-desec.o
  CC       ../plugins/inadyn-all-inkl.o
  CC       ../plugins/inadyn-core-networks.o
  CC       ../plugins/inadyn-dnsever.o
  CC       ../plugins/inadyn-dnshome.o
  CC       ../plugins/inadyn-dnsmadeeasy.o
  CC       ../plugins/inadyn-dnsmax.o
  CC       ../plugins/inadyn-mydns.o
  CC       ../plugins/inadyn-myonlineportal.o
  CC       ../plugins/inadyn-namecheap.o
  CC       ../plugins/inadyn-regfish.o
  CC       ../plugins/inadyn-twodns.o
  CC       ../plugins/inadyn-ipv64.o
  CC       ../plugins/inadyn-porkbun.o
  CC       ../lib/pidfile.o
  CC       ../lib/strlcpy.o
  CC       ../lib/strlcat.o
  CC       ../lib/strtonum.o
  CCLD     inadyn
make[1]: Leaving directory '/home/jocke/src/inadyn/src'
Making all in include
make[1]: Entering directory '/home/jocke/src/inadyn/include'
make  all-am
make[2]: Entering directory '/home/jocke/src/inadyn/include'
make[2]: Leaving directory '/home/jocke/src/inadyn/include'
make[1]: Leaving directory '/home/jocke/src/inadyn/include'
Making all in man
make[1]: Entering directory '/home/jocke/src/inadyn/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jocke/src/inadyn/man'
Making all in examples
make[1]: Entering directory '/home/jocke/src/inadyn/examples'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jocke/src/inadyn/examples'
make[1]: Entering directory '/home/jocke/src/inadyn'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/jocke/src/inadyn'
autoreconf: Leaving directory '.'
~/src/inadyn(master)$ 

Maybe include more information in your bug report, e.g., version of "Linux" etc. It's impossible to respond to reports like this without more information.

idodeclare commented 2 months ago

Your log above seems to show that a config.status already existed, so it may not be a from-scratch test. Try git clean -x -d -f first.

I wrote that I found this on Linux and macos — so not really platform specific. But Rocky Linux 8.9, Debian GNU/Linux 11, macos 14.4.1 if it helps.

troglobit commented 2 months ago

Here's building from a fresh clone. On Linux Mint 21.3 (based on Ubuntu 22.04).

~/tmp$ git clone https://github.com/troglobit/inadyn.git
Cloning into 'inadyn'...
remote: Enumerating objects: 6933, done.
remote: Counting objects: 100% (1127/1127), done.
remote: Compressing objects: 100% (431/431), done.
remote: Total 6933 (delta 727), reused 887 (delta 667), pack-reused 5806
Receiving objects: 100% (6933/6933), 2.18 MiB | 7.94 MiB/s, done.
Resolving deltas: 100% (4850/4850), done.
~/tmp$ cd inadyn/
~/tmp/inadyn(master)$ ./autogen.sh && ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-openssl
autoreconf: export WARNINGS=portability
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: creating directory aux
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'aux'.
libtoolize: copying file 'aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:4: warning: name 'aux' is reserved on W32 and DOS platforms
configure.ac:101: installing 'aux/ar-lib'
configure.ac:62: installing 'aux/compile'
configure.ac:102: installing 'aux/config.guess'
configure.ac:102: installing 'aux/config.sub'
configure.ac:5: installing 'aux/install-sh'
configure.ac:5: installing 'aux/missing'
src/Makefile.am: installing 'aux/depcomp'
parallel-tests: installing 'aux/test-driver'
autoreconf: no config.status: cannot re-make
autoreconf: Leaving directory '.'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for gcc... (cached) gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to enable C11 features... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether gcc needs -traditional... no
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for netinet/in.h... yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for sys/ioctl.h... yes
checking for sys/socket.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for uint32_t... yes
checking for pid_t... yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for atexit... yes
checking for memset... yes
checking for poll... yes
checking for socket... yes
checking for strerror... yes
checking for library containing dlopen... none required
checking for pidfile in -lutil... no
checking for pidfile... no
checking for strlcpy... no
checking for strlcat... no
checking for strtonum... no
checking for utimensat... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for libconfuse >= 3.0... yes
checking for cfg_init in -lconfuse... yes
checking for confuse.h... yes
checking for openssl... yes
checking for EVP_EncryptInit in -lcrypto... yes
checking for SSL_library_init in -lssl... no
checking for OPENSSL_init_ssl in -lssl... yes
checking for openssl/crypto.h... yes
checking for openssl/x509.h... yes
checking for openssl/pem.h... yes
checking for openssl/ssl.h... yes
checking for openssl/tls1.h... yes
checking for openssl/err.h... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating inadyn.service
config.status: creating src/Makefile
config.status: creating test/Makefile
config.status: creating include/Makefile
config.status: creating man/Makefile
config.status: creating examples/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing libtool commands

------------------ Summary ------------------
 In-a-dyn version 2.12.0
  Prefix.........: /usr
  Sysconfdir.....: /etc
  Runstatedir....: /var/run
  Cachedir.......: /var/cache
  C Compiler.....: gcc -g -O2     -lconfuse -lssl -lcrypto -lssl -lcrypto -lconfuse 

 Optional features:
  HTTPS support..: yes
    GnuTLS.......: no
    Open/LibreSSL: yes
    MbedTLS      : no
  systemd........: /lib/systemd/system
  Unit tests.....: no

------------- Compiler version --------------
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
---------------------------------------------

Check the above options and compile with:
 make

~/tmp/inadyn(master)$ make
Making all in src
make[1]: Entering directory '/home/jocke/tmp/inadyn/src'
  CC       inadyn-main.o
  CC       inadyn-ddns.o
  CC       inadyn-cache.o
  CC       inadyn-error.o
  CC       inadyn-conf.o
  CC       inadyn-os.o
  CC       inadyn-http.o
  CC       inadyn-plugin.o
  CC       inadyn-tcp.o
  CC       inadyn-json.o
  CC       inadyn-jsmn.o
  CC       inadyn-log.o
  CC       inadyn-makepath.o
  CC       inadyn-openssl.o
  CC       inadyn-openssl_base64.o
  CC       inadyn-openssl_hash.o
openssl_hash.c: In function ‘md5’:
openssl_hash.c:32:9: warning: ‘MD5_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   32 |         MD5_Init(&ctx);
      |         ^~~~~~~~
In file included from openssl_hash.c:24:
/usr/include/openssl/md5.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      |                           ^~~~~~~~
openssl_hash.c:33:9: warning: ‘MD5_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   33 |         MD5_Update(&ctx, input, ilen);
      |         ^~~~~~~~~~
In file included from openssl_hash.c:24:
/usr/include/openssl/md5.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~
openssl_hash.c:34:9: warning: ‘MD5_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   34 |         MD5_Final(output, &ctx);
      |         ^~~~~~~~~
In file included from openssl_hash.c:24:
/usr/include/openssl/md5.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      |                           ^~~~~~~~~
openssl_hash.c: In function ‘sha1’:
openssl_hash.c:42:9: warning: ‘SHA1_Init’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   42 |         SHA1_Init(&ctx);
      |         ^~~~~~~~~
In file included from openssl_hash.c:25:
/usr/include/openssl/sha.h:49:27: note: declared here
   49 | OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      |                           ^~~~~~~~~
openssl_hash.c:43:9: warning: ‘SHA1_Update’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   43 |         SHA1_Update(&ctx, input, ilen);
      |         ^~~~~~~~~~~
In file included from openssl_hash.c:25:
/usr/include/openssl/sha.h:50:27: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      |                           ^~~~~~~~~~~
openssl_hash.c:44:9: warning: ‘SHA1_Final’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   44 |         SHA1_Final(output, &ctx);
      |         ^~~~~~~~~~
In file included from openssl_hash.c:25:
/usr/include/openssl/sha.h:51:27: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      |                           ^~~~~~~~~~
  CC       ../plugins/inadyn-common.o
  CC       ../plugins/inadyn-changeip.o
  CC       ../plugins/inadyn-cloudflare.o
  CC       ../plugins/inadyn-cloudxns.o
  CC       ../plugins/inadyn-ddnss.o
  CC       ../plugins/inadyn-dhis.o
  CC       ../plugins/inadyn-dnsexit.o
  CC       ../plugins/inadyn-dnspod.o
  CC       ../plugins/inadyn-duckdns.o
  CC       ../plugins/inadyn-duiadns.o
  CC       ../plugins/inadyn-dyndns.o
  CC       ../plugins/inadyn-dynv6.o
  CC       ../plugins/inadyn-easydns.o
  CC       ../plugins/inadyn-freedns.o
  CC       ../plugins/inadyn-freemyip.o
  CC       ../plugins/inadyn-generic.o
  CC       ../plugins/inadyn-giradns.o
  CC       ../plugins/inadyn-sitelutions.o
  CC       ../plugins/inadyn-tunnelbroker.o
  CC       ../plugins/inadyn-yandex.o
  CC       ../plugins/inadyn-zoneedit.o
  CC       ../plugins/inadyn-goip.o
  CC       ../plugins/inadyn-domaindiscount24.o
  CC       ../plugins/inadyn-desec.o
  CC       ../plugins/inadyn-all-inkl.o
  CC       ../plugins/inadyn-core-networks.o
  CC       ../plugins/inadyn-dnsever.o
  CC       ../plugins/inadyn-dnshome.o
  CC       ../plugins/inadyn-dnsmadeeasy.o
  CC       ../plugins/inadyn-dnsmax.o
  CC       ../plugins/inadyn-mydns.o
  CC       ../plugins/inadyn-myonlineportal.o
  CC       ../plugins/inadyn-namecheap.o
  CC       ../plugins/inadyn-regfish.o
  CC       ../plugins/inadyn-twodns.o
  CC       ../plugins/inadyn-ipv64.o
  CC       ../plugins/inadyn-porkbun.o
  CC       ../lib/pidfile.o
  CC       ../lib/strlcpy.o
  CC       ../lib/strlcat.o
  CC       ../lib/strtonum.o
  CCLD     inadyn
make[1]: Leaving directory '/home/jocke/tmp/inadyn/src'
Making all in include
make[1]: Entering directory '/home/jocke/tmp/inadyn/include'
make  all-am
make[2]: Entering directory '/home/jocke/tmp/inadyn/include'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/home/jocke/tmp/inadyn/include'
make[1]: Leaving directory '/home/jocke/tmp/inadyn/include'
Making all in man
make[1]: Entering directory '/home/jocke/tmp/inadyn/man'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jocke/tmp/inadyn/man'
Making all in examples
make[1]: Entering directory '/home/jocke/tmp/inadyn/examples'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/jocke/tmp/inadyn/examples'
make[1]: Entering directory '/home/jocke/tmp/inadyn'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/jocke/tmp/inadyn'
~/tmp/inadyn(master)$ 

Cannot reproduce.

We recommend release tarballs, which includes ready-made configure script and Makefile.in files in cases of trouble building from git.