make distversion on this module
This commit is contained in:
parent
c64c119de3
commit
27ff8ed120
3 changed files with 2293 additions and 1806 deletions
|
@ -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."
|
||||
|
|
|
@ -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)
|
||||
|
|
Reference in a new issue