aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: d81a1e83b24707937c2f9d7ca306d0d067b204fe (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Run this to generate all the initial makefiles, etc.

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

PKG_NAME="contextd"

REQUIRED_AUTOMAKE_VERSION=1.9

. gnome-autogen.sh