Revision b6de758035caf36254839907fb086ec3899c6f1b authored by kmnip on 25 January 2020, 07:03:34 UTC, committed by kmnip on 25 January 2020, 07:03:34 UTC
1 parent e8d401c
Raw File
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top