autogen.sh 104 B

12345
  1. #! /bin/sh
  2. autoreconf -v --install || exit 1
  3. glib-gettextize --force --copy || exit 1
  4. ./configure "$@"