autogen.sh 249 B

1234567891011121314
  1. #!/bin/sh
  2. # build it all
  3. libtoolize --copy --force && \
  4. #aclocal $ACLOCAL_FLAGS && \
  5. autopoint --force && \
  6. aclocal -I m4 && \
  7. autoheader && \
  8. automake --include-deps --add-missing --copy && \
  9. autoconf
  10. # in case automake generated errors
  11. autoconf