Path to this page:
Subject: CVS commit: pkgsrc/x11/xmh
From: Thomas Klausner
Date: 2015-08-06 09:14:46
Message id: 20150806071446.8251198@cvs.netbsd.org
Log Message:
Update to 1.0.3:
xmh 1.0.3
Fixes misplaced shortcut in man page: #89003
The shortcut Meta-h was on the wrong row in the man page.
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=89003
autogen.sh: Honor NOCONFIGURE=1
See http://people.gnome.org/~walters/docs/build-api.txt
configure: Drop AM_MAINTAINER_MODE
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Don't rely on the ability to set tan stops. Use tables instead.
Also, fix a presentational abuse of the .SS macro.
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
man: replace hard coded man page section with substitution strings
man: remove trailing spaces and tabs
Using s/[ \t]*$//
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This silences an Autoconf warning
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
This silences an Automake warning.
Files: