pre.sh at [79081a9bf1]

File build/pre.sh artifact 909960a64c part of check-in 79081a9bf1


#! /usr/bin/env bash

set -e
./autogen.sh
rm -rf aclocal

cat Makefile.in  | sed '/^mrproper:/,/^$/ d' > Makefile.in.new
cat Makefile.in.new > Makefile.in
rm -f Makefile.in.new

exit 0