File: configure

package info (click to toggle)
iputils 3%3A20210202-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,584 kB
  • sloc: ansic: 10,801; xml: 2,428; sh: 302; makefile: 37
file content (12 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download
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