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

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

PKG_NAME="groomf"


. $srcdir/macros/autogen.sh