projects
/
platform
/
core
/
uifw
/
at-spi2-atk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2004-02-11 Padraig O'Briain <padraig.obriain@sun.com>
[platform/core/uifw/at-spi2-atk.git]
/
autogen.sh
1
#!/bin/sh
2
# Run this to generate all the initial makefiles, etc.
3
4
srcdir=`dirname $0`
5
test -z "$srcdir" && srcdir=.
6
7
PKG_NAME="at-spi"
8
REQUIRED_AUTOMAKE_VERSION=1.7
9
10
USE_GNOME2_MACROS=1 . gnome-autogen.sh