]> code.delx.au - gnu-emacs-elpa/blob - packages/loc-changes/autogen.sh
Add 'packages/validate/' from commit '95865f28b0f0b6386b8dcdf2b084f1cd79ffab0d'
[gnu-emacs-elpa] / packages / loc-changes / autogen.sh
1 #!/bin/sh
2 autoreconf -vi && \
3 autoconf && {
4 echo "Running configure with --enable-maintainer-mode $@"
5 ./configure --enable-maintainer-mode $@
6 }