diff options
-rw-r--r-- | app/xdriinfo/autogen.sh | 13 | ||||
-rw-r--r-- | app/xdriinfo/xdriinfo.man | 7 |
2 files changed, 19 insertions, 1 deletions
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 |