make distversion on this module

This commit is contained in:
Fish 2007-01-11 10:48:24 +00:00
parent c64c119de3
commit 27ff8ed120
3 changed files with 2293 additions and 1806 deletions

View file

@ -15,7 +15,7 @@ DOCS=README.YahtzeeServ
DATA=html/ys.tpl
SCRIPTS=
DISTFILES=$(SRCS) $(DATA) $(DOCS) $(SCRIPTS) *.in configure install-sh ChangeLog *.h LICENSE RELNOTES yahtzeeserv.vcproj modconfigwin32.h
DISTDIR= @PACKAGE@-@VERSION@
DISTDIR= @DISTDIRVERSION@
all: module
@echo "Compilation complete."

4091
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -79,6 +79,12 @@ dnl Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
AC_ARG_WITH(distversion, [ --with-distversion - Version Name to use for
making distributions],
[DISTDIRVERSION="$PACKAGE-$VERSION-$withval"],
[DISTDIRVERSION="$PACKAGE-$VERSION"])
AC_SUBST(DISTDIRVERSION)
AC_SUBST(DIRINST)
AC_SUBST(MAKEDEPENDENCIES)
AC_SUBST(CFLAGS)