autogen.sh 242 B

123456789
  1. #!/bin/sh
  2. $(type glibtoolize >/dev/null 2>&1) && LIBTOOLIZE=${LIBTOOLIZE:-glibtoolize}
  3. aclocal -I m4 && \
  4. ${LIBTOOLIZE:-libtoolize} --automake --force && \
  5. autoheader --force &&
  6. automake --foreign --add-missing --force && \
  7. autoconf --force