hepmc - Rev 78
Subversion Repositories:
#! /bin/shset -x# cleanup should not be necessary# however, in some cases strange results are found if you do not start cleanrm -rf autom4te.cacherm -f aclocal.m4rm -f Makefile.in */Makefile.in */defs.h.inrm -f missing install-sh depcomprm -f configure config.*# run autotool commandsaclocalautoheaderautomake --add-missing --copyautoconf# To avoid confusing people with failures in the documentation build,# build documents during the bootstrap process.cd doc; ./buildDoc.sh# ready to make a source code distribution tarball
