autogen.sh 155 B

12345
  1. #!/bin/sh
  2. # Run this to generate all the initial makefiles, etc.
  3. echo Building configuration system...
  4. autoreconf -i && echo Now run ./configure and make