]> code.delx.au - gnu-emacs-elpa/blob - packages/loc-changes/autogen.sh
Merge commit '11fbd70347a8cc62817c6d4ebf2291471ebdd607' from avy
[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 }