summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DEFAULTS4
1 files changed, 3 insertions, 1 deletions
diff --git a/DEFAULTS b/DEFAULTS
index a1c972c3..a5ab32f3 100644
--- a/DEFAULTS
+++ b/DEFAULTS
@@ -59,7 +59,7 @@ build-systems:
# GNU Autoconf and GNU Automake, or anything which follow the same pattern.
#
# See also: https://github.com/cgwalters/build-api/blob/master/build-api.md
- configure-commands:
+ bootstrap-commands:
- >-
export NOCONFIGURE=1;
if [ -e autogen ]; then ./autogen;
@@ -68,6 +68,8 @@ build-systems:
elif [ -e bootstrap.sh ]; then ./bootstrap.sh;
elif [ ! -e ./configure ]; then autoreconf -ivf;
fi
+
+ configure-commands:
- ./configure --prefix="$PREFIX"
--sysconfdir=/etc
--localstatedir=/var