#!/bin/sh -e

touch NEWS README AUTHORS ChangeLog

# A source file, in theory.  For this test case it can be empty.
touch the-emacs-mode.el

autoreconf --install --symlink
echo Success.
