From fd54ddd2d07f20b0b20704e73a92b5a437b81f5a Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sat, 15 Sep 2007 15:35:35 +0000 Subject: xdriinfo 1.0.2 --- app/xdriinfo/autogen.sh | 13 +++++++++++++ app/xdriinfo/xdriinfo.man | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 app/xdriinfo/autogen.sh (limited to 'app') diff --git a/app/xdriinfo/autogen.sh b/app/xdriinfo/autogen.sh new file mode 100644 index 000000000..e81f98910 --- /dev/null +++ b/app/xdriinfo/autogen.sh @@ -0,0 +1,13 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" + diff --git a/app/xdriinfo/xdriinfo.man b/app/xdriinfo/xdriinfo.man index efe5e51be..b48335cec 100644 --- a/app/xdriinfo/xdriinfo.man +++ b/app/xdriinfo/xdriinfo.man @@ -28,6 +28,11 @@ directly then no X connection is needed. .B DISPLAY The default display. .SH "SEE ALSO" -.IR glxinfo (1x) +.IR X (__miscmansuffix__), +.IR xdpyinfo (__appmansuffix__), +.IR xwininfo (__appmansuffix__), +.IR xvinfo (__appmansuffix__), +.IR glxinfo (__appmansuffix__), +.IR xprop (__appmansuffix__) .SH AUTHOR Felix Kuehling -- cgit v1.2.3