Remove version numbers from docdir paths.
Most Unix systems prefer to omit the versions.
This commit is contained in:
parent
79765ae3b2
commit
359d0987a4
15 changed files with 22 additions and 76 deletions
|
|
@ -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@
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue