#!/bin/bash make maintainer-clean > /dev/null 2>&1 ./autogen.sh > /dev/null 2>&1 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \ --localstatedir=/var --without-x --without-sound > /dev/null 2>&1 make > /dev/null 2>&1 ./src/emacs -l ./test.el --batch | grep 0