summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-15 17:10:52 +0000
committerJavier Jardón <jjardon@gnome.org>2016-08-29 11:17:57 +0100
commit91f2c45e4015095e9e2d002ef0b2f1a0bdb9fac1 (patch)
tree97980da7334d6a9e657ae08c6e2309f9f050fad0
parent15a0b92f8706588f00e2b64c84f38740b8f79b55 (diff)
downloaddefinitions-91f2c45e4015095e9e2d002ef0b2f1a0bdb9fac1.tar.gz
DEFAULTS: Add more defaults to the autotools build systemreview/javier_jardón/autotools_defaults
This has been stolen from gnome-continuous default settings: https://git.gnome.org/browse/gnome-continuous/tree/src/ostree-build-compile-one#n96 Change-Id: I01a88123f29d1a79683a10973a5597aab3b7cf5f
-rw-r--r--DEFAULTS8
1 files changed, 8 insertions, 0 deletions
diff --git a/DEFAULTS b/DEFAULTS
index 83f0afed..8520db9d 100644
--- a/DEFAULTS
+++ b/DEFAULTS
@@ -46,6 +46,14 @@ build-systems:
- ./configure --prefix="$PREFIX"
--sysconfdir=/etc
--localstatedir=/var
+ --libdir="$PREFIX"/lib
+ --bindir="$PREFIX"/bin
+ --sbindir="$PREFIX"/bin
+ --datadir="$PREFIX"/share
+ --includedir="$PREFIX"/include
+ --libexecdir="$PREFIX"/libexec
+ --mandir="$PREFIX"/share/man
+ --infodir="$PREFIX"/share/info
build-commands:
- make