autogen.sh 153 B

12345678
  1. #!/bin/sh
  2. aclocal -I ac \
  3. && autoheader \
  4. && automake --add-missing --foreign --copy \
  5. && autoconf \
  6. && ./configure --enable-maintainer-mode $@