upload tizen2.0 source
[framework/uifw/xorg/lib/libfontenc.git] / autogen.sh
1 #! /bin/sh
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 ORIGDIR=`pwd`
7 cd $srcdir
8
9 aclocal -I m4
10 libtoolize
11 autoheader
12 automake --add-missing
13 autoconf -I m4
14 #autoreconf -v --install -I m4 || exit 1
15
16 cd $ORIGDIR || exit $?
17
18 #$srcdir/configure --enable-maintainer-mode "$@"