# HG changeset patch # User John "Elwin" Edwards # Date 1508198018 14400 # Node ID 0b3d1b38998f36c1b69e96378f47e02c4a32a93e # Parent 3b61f1dfcc91bc68b9496ddfd01a9f13960d1fff Remove version numbers from docdir paths. Most Unix systems prefer to omit the versions. diff -r 3b61f1dfcc91 -r 0b3d1b38998f arogue5/Makefile.in --- a/arogue5/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue5/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -12,8 +12,8 @@ # See the file LICENSE.TXT for full copyright and licensing information. # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ SCOREFILE=@SCOREFILE@ diff -r 3b61f1dfcc91 -r 0b3d1b38998f arogue5/configure.ac --- a/arogue5/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue5/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([ARogue],[5.8.2], [yendor@rogueforge.net]) +AC_INIT([ARogue],[5.8.2], [yendor@rogueforge.net], [arogue5]) AC_CONFIG_HEADERS([config.h]) # May not be needed for the documentation AC_CONFIG_FILES([Makefile]) @@ -169,13 +169,4 @@ AC_MSG_RESULT([$enable_maxusers]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT diff -r 3b61f1dfcc91 -r 0b3d1b38998f arogue7/Makefile.in --- a/arogue7/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue7/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -17,9 +17,9 @@ # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ PROGRAM=@PROGRAM@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ SAVEDIR=@SAVEDIR@ SCOREFILE=@SCOREFILE@ diff -r 3b61f1dfcc91 -r 0b3d1b38998f arogue7/configure.ac --- a/arogue7/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/arogue7/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([ARogue],[7.7.1], [yendor@rogueforge.net]) +AC_INIT([ARogue],[7.7.1], [yendor@rogueforge.net], [arogue7]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) diff -r 3b61f1dfcc91 -r 0b3d1b38998f rogue3/Makefile.in --- a/rogue3/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue3/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -9,8 +9,8 @@ # See the file LICENSE.TXT for full copyright and licensing information. # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ SCOREFILE=@SCOREFILE@ diff -r 3b61f1dfcc91 -r 0b3d1b38998f rogue3/configure.ac --- a/rogue3/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue3/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([Rogue],[3.6.4], [yendor@rogueforge.net]) +AC_INIT([Rogue],[3.6.4], [yendor@rogueforge.net], [rogue3]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile rogue.6 rogue.r]) @@ -166,13 +166,4 @@ AC_MSG_RESULT([$enable_maxusers]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT diff -r 3b61f1dfcc91 -r 0b3d1b38998f rogue4/Makefile.in --- a/rogue4/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue4/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -9,8 +9,8 @@ # See the file LICENSE.TXT for full copyright and licensing information. # -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ CC = @CC@ diff -r 3b61f1dfcc91 -r 0b3d1b38998f rogue4/configure.ac --- a/rogue4/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue4/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([Rogue],[5.2.2], [yendor@rogueforge.net]) +AC_INIT([Rogue],[5.2.2], [yendor@rogueforge.net], [rogue4]) AC_CONFIG_SRCDIR([armor.c]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile rogue.6 rogue.me]) @@ -198,13 +198,4 @@ AC_MSG_RESULT([$enable_maxusers]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT diff -r 3b61f1dfcc91 -r 0b3d1b38998f rogue5/Makefile.in --- a/rogue5/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue5/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -16,8 +16,8 @@ # This section could be manually configured if autoconf/configure fails ############################################################################### -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME = @PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ O=o diff -r 3b61f1dfcc91 -r 0b3d1b38998f rogue5/configure.ac --- a/rogue5/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/rogue5/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([Rogue],[5.4.5], [yendor@rogueforge.net]) +AC_INIT([Rogue],[5.4.5], [yendor@rogueforge.net], [rogue5]) AC_CONFIG_SRCDIR([armor.c]) AC_CONFIG_HEADER([config.h]) AC_CONFIG_FILES([Makefile rogue.6 rogue.me rogue.html]) @@ -274,13 +274,4 @@ AC_MSG_RESULT([$enable_ucount]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT diff -r 3b61f1dfcc91 -r 0b3d1b38998f srogue/Makefile.in --- a/srogue/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/srogue/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -11,8 +11,8 @@ # # See the file LICENSE.TXT for full copyright and licensing information. -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ PROGRAM=@PROGRAM@ SCOREFILE=@SCOREFILE@ diff -r 3b61f1dfcc91 -r 0b3d1b38998f srogue/configure.ac --- a/srogue/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/srogue/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([SRogue],[9.0], [yendor@rogueforge.net]) +AC_INIT([SRogue],[9.0], [yendor@rogueforge.net], [srogue]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) @@ -133,13 +133,4 @@ AC_MSG_RESULT([yes]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT diff -r 3b61f1dfcc91 -r 0b3d1b38998f urogue/configure.ac --- a/urogue/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/urogue/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([UltraRogue],[1.07], [yendor@rogueforge.net]) +AC_INIT([UltraRogue],[1.07], [yendor@rogueforge.net], [urogue]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) @@ -158,13 +158,4 @@ AC_MSG_RESULT([yes]) fi -AC_MSG_CHECKING([whether to docdir is defined]) -if test "x$docdir" = "x" ; then -AC_MSG_RESULT([docdir undefined]) -docdir=\${datadir}/doc/\${PACKAGE_TARNAME} -AC_SUBST(docdir) -else -AC_MSG_RESULT([docdir defined]) -fi - AC_OUTPUT diff -r 3b61f1dfcc91 -r 0b3d1b38998f xrogue/Makefile.in --- a/xrogue/Makefile.in Fri Sep 29 21:21:50 2017 -0400 +++ b/xrogue/Makefile.in Mon Oct 16 19:53:38 2017 -0400 @@ -12,9 +12,9 @@ # # See the file LICENSE.TXT for full copyright and licensing information. -DISTNAME=@PACKAGE_TARNAME@@PACKAGE_VERSION@ +DISTNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ PROGRAM=@PROGRAM@ -PACKAGE_TARNAME=@PACKAGE_TARNAME@-@PACKAGE_VERSION@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ SAVEDIR=@SAVEDIR@ SCOREFILE=@SCOREFILE@ diff -r 3b61f1dfcc91 -r 0b3d1b38998f xrogue/configure.ac --- a/xrogue/configure.ac Fri Sep 29 21:21:50 2017 -0400 +++ b/xrogue/configure.ac Mon Oct 16 19:53:38 2017 -0400 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.56) -AC_INIT([XRogue],[8.0.3], [yendor@rogueforge.net]) +AC_INIT([XRogue],[8.0.3], [yendor@rogueforge.net], [xrogue]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile])