Revision 5fb432735a11050768967aa40637987d788b29e9 authored by Hamid Mohamadi on 10 June 2021, 23:52:32 UTC, committed by GitHub on 10 June 2021, 23:52:32 UTC
add description of output to README
2 parent s dbe4b3c + 62c04d1
Raw File
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top