#!/bin/sh # # Run in the package source directory just before it is rebuilt by # darcs-build-assembly. This ensures that any changes to autotools input # files get propagated properly; it's basically a restatement of # autogen.sh. # # In addition, this script cleans up some files that aren't distributed # and shouldn't be in the Debian diff. set -e echo "This is a dummy autogenerated file to make automake happy; please ignore it." > ChangeLog aclocal-1.9 -I m4 autoheader automake-1.9 --add-missing --copy aclocal-1.9 -I m4 autoconf autoheader rm autogen.sh rm -fr autom4te.cache