File: autogen.sh

package info (click to toggle)
libdbusmenu 18.10.20180917~bzr492%2Brepack1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,288 kB
  • sloc: ansic: 11,181; makefile: 955; xml: 464; python: 202; sh: 20
file content (12 lines) | stat: -rwxr-xr-x 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

PKG_NAME="libdbusmenu"

which gnome-autogen.sh || {
	echo "You need gnome-common from GNOME SVN"
	exit 1
}

gtkdocize || exit 1

gnome-autogen.sh --enable-gtk-doc $@