autogen.sh 83 B

1234567
  1. #!/bin/sh
  2. autoreconf -vif
  3. echo
  4. echo "Now run ./configure --prefix=/your/prefix."