File: bootstrap-configure

package info (click to toggle)
dleyna-server 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 832 kB
  • sloc: ansic: 11,277; python: 1,051; makefile: 124; sh: 23
file content (11 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

if [ -f config.status ]; then
	make maintainer-clean
fi

./autogen.sh --enable-maintainer-mode \
		--enable-silent-rules \
		--disable-optimization \
		--enable-debug \
		--with-log-level=8 $*