autogen.sh 54 B

1234
  1. #!/bin/sh -e
  2. autoreconf -fi;
  3. rm -Rf autom4te*.cache;