autogen.sh 85 B

1234567
  1. #! /bin/sh
  2. # $Id$
  3. set -e -v
  4. aclocal
  5. automake --add-missing
  6. autoconf
  7. ./configure "$@"