Remove redundant `include' in definition of xkb_symbols "alt-intl-unicode"
[xorg/xkeyboard-config] / autogen.sh
1 #! /bin/sh
2
3 srcdir=`dirname $0`
4 test -z "$srcdir" && srcdir=.
5
6 ORIGDIR=`pwd`
7 cd $srcdir
8
9 autopoint --force
10 AUTOPOINT='intltoolize --automake --copy' autoreconf -v --install --force || exit 1
11
12 cd $ORIGDIR || exit $?
13 $srcdir/configure --enable-maintainer-mode "$@"