autogen.sh 124 B

12345
  1. #!/bin/sh
  2. # Run this to generate all the initial makefiles, etc.
  3. aclocal && autoheader && autoconf && automake
  4. ./configure