mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
Removed the -p option from the command to run autogen.sh. It interfered
with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
This commit is contained in:
parent
ba5652ffc2
commit
b368f0de8d
@ -54,8 +54,8 @@ fi
|
||||
|
||||
# Do an autogen if generated files (e.g., configure) is not present
|
||||
if [ ! -f configure ]; then
|
||||
echo " running $AUTOGEN -p"
|
||||
$AUTOGEN -p > $AUTOGEN_LOG 2>&1
|
||||
echo " running $AUTOGEN"
|
||||
$AUTOGEN > $AUTOGEN_LOG 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
echo $AUTOGEN encountered error. Abort.
|
||||
echo output from $AUTOGEN:
|
||||
|
Loading…
x
Reference in New Issue
Block a user