Revision 4a15865a7974c6630dd06b269afa7f30486a8aab authored by Hamid Mohamadi on 17 August 2017, 16:38:47 UTC, committed by GitHub on 17 August 2017, 16:38:47 UTC
1 parent 73dba86
Raw File
autogen.sh
#!/bin/sh
set -ex
aclocal
autoconf
autoheader
automake -a
back to top