summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-22 18:17:43 +0100
committerJavier Jardón <jjardon@gnome.org>2016-11-10 21:30:10 +0000
commit491a411b554669a8d6b9313e66368164631a009f (patch)
tree68f2c19288794f1ba1a05cff3f9bc1e5ba9bd999
parent8f281496c2f34141092f40d60b8910f778949961 (diff)
downloaddefinitions-491a411b554669a8d6b9313e66368164631a009f.tar.gz
DEFAULTS: Add bootstrap default command for autotools
Change-Id: Icd7e38c8863f5ecae316440c8c6781c602ae13f9
-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