4
0

autogen.sh 166 B

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