[go: up one dir, main page]

File: bootstrap.sh

package info (click to toggle)
kopanocore 8.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 15,400 kB
  • sloc: cpp: 175,422; python: 24,623; perl: 7,319; php: 6,056; sh: 2,172; makefile: 1,294; xml: 45; ansic: 1
file content (9 lines) | stat: -rwxr-xr-x 247 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

if ! which pkg-config >/dev/null 2>/dev/null; then
	# If you do not have this, useless autoconf error messages
	# can result: possibly undefined macro AC_CHECK_LIB
	echo "pkg-config seems to be missing";
	exit 1
fi
exec autoreconf -fiv