autogen.sh 78 B

12345678
  1. #!/bin/sh
  2. autoreconf -vi
  3. if [ -z "$NOCONFIGURE" ]
  4. then
  5. ./configure "$@"
  6. fi