Minor consistency changes for latest pilex.git/bootstrap Python scanner
[bootstrap_flex.git] / n.sh
1 #!/bin/sh
2 #sudo apt-get install automake texinfo help2man
3 #aclocal
4 #automake
5 #autoconf
6 ./configure --prefix=$HOME
7 # must turn off reallocarray in src/config.h for some reason
8 cp src/Makefile src/Makefile.orig
9 patch src/Makefile <src/Makefile.patch