Recommended way to use autoheader:

cd hopspack

find . -type f \
-not -path \*CVS\* \
-not -path \*.deps\* \
-not -path \*maintenance\* \
-not -path \*serial\* \
-not -path \*mpi\* \
-not -path \*pvm\* \
-not -path \*doc/html\* \
-not -path \*doc/images\* \
-not -path \*doc/includes\* \
-not -path \*autom\* \
-not -path \*config\* \
-not -name \*~ \
-not -name \*# \
-not -name .cvsignore \
-not -name \*.\[oa\] \
-not -name LICENSE \
-not -name README \
-not -name aclocal.m4 \
-not -name bootstrap \
-not -name configure \
-not -name hostfile \
-not -name config.log \
-not -name \*.eps \
-not -name \*.ps \
-not -name usage.\* \
-not -name APPSPACK_Config.h \
-not -name stamp-h.in \
-not -name \*.tar.gz \
-not -name \*.gif \
-not -name Makefile \
-not -name Makefile.in \
-not -name stamp-h1 \
-not -name APPSPACK_Config.hpp\* \
-exec maintenance/autoheader {} maintenance/header.txt \;
