hepmc - Diff between revs 334 and 390
Subversion Repositories:
| Rev 334 | Rev 390 | |||
|---|---|---|---|---|
| Line 11... | Line 11... | |||
| 11 | rm -f ltmain.sh | 11 | rm -f ltmain.sh | |
| 12 | # run autotool commands | 12 | # run autotool commands | |
| 13 | OS=`uname` | 13 | OS=`uname` | |
| 14 | if [ $OS = "Darwin" ]; then | 14 | if [ $OS = "Darwin" ]; then | |
| 15 | glibtoolize --copy | 15 | glibtoolize --copy | |
| - | 16 | OSname=`uname -s` | ||
| 16 | else | 17 | else | |
| 17 | libtoolize --copy | 18 | libtoolize --copy | |
| - | 19 | OSname=`uname -o` | ||
| 18 | fi | 20 | fi | |
| 19 | aclocal | 21 | aclocal | |
| 20 | m4dir=`aclocal --print-ac-dir` | 22 | m4dir=`aclocal --print-ac-dir` | |
| 21 | if [ -f $m4dir/libtool.m4 ]; then | 23 | if [ -f $m4dir/libtool.m4 ]; then | |
| 22 | cat $m4dir/libtool.m4 >> aclocal.m4 | 24 | cat $m4dir/libtool.m4 >> aclocal.m4 | |
| Line 25... | Line 27... | |||
| 25 | automake --add-missing --copy | 27 | automake --add-missing --copy | |
| 26 | autoconf | 28 | autoconf | |
| 27 | 29 | |||
| 28 | # To avoid confusing people with failures in the documentation build, | 30 | # To avoid confusing people with failures in the documentation build, | |
| 29 | # build documents during the bootstrap process. | 31 | # build documents during the bootstrap process. | |
| 30 | cd doc; ./buildDoc.sh | - | ||
| - | 32 | if [ $OSname != "Cygwin" ]; then | ||
| - | 33 | cd doc; ./buildDoc.sh | ||
| - | 34 | fi | ||
| 31 | 35 | |||
| 32 | # ready to make a source code distribution tarball | 36 | # ready to make a source code distribution tarball | |
