]> code.delx.au - gnu-emacs-elpa/blob - packages/test-simple/autogen.sh
Add 'packages/rich-minority/' from commit 'f46444fb2f6d3c18c4c9e1e528f951894e6d5da3'
[gnu-emacs-elpa] / packages / test-simple / autogen.sh
1 #!/bin/sh
2 cp README.md README
3 autoreconf -vi && \
4 autoconf && {
5 echo "Running configure with --enable-maintainer-mode $@"
6 ./configure --enable-maintainer-mode $@
7 }