[go: up one dir, main page]

File: autogen.sh

package info (click to toggle)
libgrip 0.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,776 kB
  • ctags: 395
  • sloc: sh: 11,451; ansic: 1,392; makefile: 184; python: 21
file content (12 lines) | stat: -rwxr-xr-x 204 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

PKG_NAME="grip"

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

USE_GNOME2_MACROS=1 \
USE_COMMON_DOC_BUILD=yes \
gnome-autogen.sh --enable-gtk-doc $@