Revision 46457d33d9c9e2bd4385dbf49aa366f1bdeb1f17 authored by Vladimir Nikolić on 05 January 2022, 20:47:11 UTC, committed by GitHub on 05 January 2022, 20:47:11 UTC
compatibility with 32 bit platforms
2 parent s 5fb4327 + d41be49
Raw File
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top