summaryrefslogtreecommitdiffstats
path: root/bin/buildhdf5
diff options
context:
space:
mode:
Diffstat (limited to 'bin/buildhdf5')
-rwxr-xr-xbin/buildhdf56
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/buildhdf5 b/bin/buildhdf5
index 4ceec6d..45fc6de 100755
--- a/bin/buildhdf5
+++ b/bin/buildhdf5
@@ -216,11 +216,7 @@ LOCATE_GASS()
# Configure. Default to do --srcdir.
CONFIG()
{
- INSTALLDIR=`pwd`/installdir
-
- test -d $INSTALLDIR || ( echo mkdir $INSTALLDIR; \
- test "$NOEXEC" != 'noexec' && mkdir $INSTALLDIR )
- CMD="$SRCDIR/configure --prefix=$INSTALLDIR $*"
+ CMD="$SRCDIR/configure $*"
echo $CMD
if [ "$NOEXEC" != 'noexec' ]; then
$CMD