autogen.sh 96 B

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