|
Lines 4-12
Link Here
|
| 4 |
# ====================================================================== |
4 |
# ====================================================================== |
| 5 |
export LANG=C |
5 |
export LANG=C |
| 6 |
|
6 |
|
| 7 |
PATH=/bin:/usr/bin |
|
|
| 8 |
export PATH |
| 9 |
|
| 10 |
# ====================================================================== |
7 |
# ====================================================================== |
| 11 |
# testing the echo features |
8 |
# testing the echo features |
| 12 |
# ====================================================================== |
9 |
# ====================================================================== |
|
Lines 377-383
fi
Link Here
|
| 377 |
|
374 |
|
| 378 |
# --- |
375 |
# --- |
| 379 |
echo $ac_n "Checking for physics list support ...$ac_c" |
376 |
echo $ac_n "Checking for physics list support ...$ac_c" |
| 380 |
if [ -f "$g4_incdir"/QGSP.hh ]; then |
377 |
if [ -f "$g4_incdir"/G4QGSParticipants.hh ]; then |
| 381 |
enable_physicslist=1 |
378 |
enable_physicslist=1 |
| 382 |
fi |
379 |
fi |
| 383 |
if [ $enable_physicslist = 0 ]; then |
380 |
if [ $enable_physicslist = 0 ]; then |