From 81124070f120ab658e094b64f6944d701b003a99 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 13 Jul 2010 07:35:01 +0000 Subject: Renamed xkbdata.src to xkeyboard-config (to reflect the name in the git repository) --- xorg-server/xkeyboard-config/autogen.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 xorg-server/xkeyboard-config/autogen.sh (limited to 'xorg-server/xkeyboard-config/autogen.sh') diff --git a/xorg-server/xkeyboard-config/autogen.sh b/xorg-server/xkeyboard-config/autogen.sh new file mode 100644 index 000000000..f9cd42b58 --- /dev/null +++ b/xorg-server/xkeyboard-config/autogen.sh @@ -0,0 +1,14 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +intltoolize + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" -- cgit v1.2.3