summaryrefslogtreecommitdiff
path: root/configure
blob: 889c507dae97aa8b83f76860f677713eafb0319c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ $# -ne 0 ]; then
	meson configure builddir
	echo ''
	echo 'Configuration can be changed like this:'
	echo '  meson configure builddir -Dprefix=/usr'
	echo '  More info: http://mesonbuild.com/Configuring-a-build-directory.html'
	# See also: http://mesonbuild.com/howtox.html
fi

meson builddir