hepmc - Rev 422
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.*rm -f ltmain.sh# run autotool commandsOS=`uname`if [ $OS = "Darwin" ]; thenglibtoolize --copyOSname=`uname -s`elselibtoolize --copyOSname=`uname -o`fiaclocalm4dir=`aclocal --print-ac-dir`if [ -f $m4dir/libtool.m4 ]; thencat $m4dir/libtool.m4 >> aclocal.m4fiautoheaderautomake --add-missing --copyautoconf# To avoid confusing people with failures in the documentation build,# build documents during the bootstrap process.if [ $OSname != "Cygwin" ]; thencd doc; ./buildDoc.shfi# ready to make a source code distribution tarball
