File: autogen.sh

package info (click to toggle)
gtkorphan 0.4.4-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 948 kB
  • ctags: 71
  • sloc: sh: 3,241; perl: 734; makefile: 137
file content (16 lines) | stat: -rwxr-xr-x 316 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.

PKG_NAME="gtkorphan"


which gnome-autogen.sh || {
    echo "You need to install gnome-common from the GNOME CVS"
    exit 1
}

REQUIRED_AUTOMAKE_VERSION=1.8  USE_GNOME2_MACROS=1 . gnome-autogen.sh