Removed branch information.
This commit is contained in:
parent
ee0d27bf53
commit
751839662a
|
|
@ -71,7 +71,7 @@ mydist:
|
|||
svn2cl $(srcdir)
|
||||
@SVNREV=`svnversion $(srcdir)` && \
|
||||
$(MAKE) dist-bzip2 \
|
||||
distdir=$(PACKAGE)-$(VERSION)-$(BRANCH)-r$${SVNREV}
|
||||
distdir=$(PACKAGE)-$(VERSION)-r$${SVNREV}
|
||||
|
||||
dist-hook:
|
||||
if which svnversion >/dev/null 2>&1; then \
|
||||
|
|
|
|||
|
|
@ -14,11 +14,6 @@ AC_CONFIG_SRCDIR([config.h.in])
|
|||
# Global
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
branch=trunk
|
||||
|
||||
AC_DEFINE_UNQUOTED(BRANCH, ["$branch"], [Subversion branch])
|
||||
AC_SUBST(BRANCH, [$branch])
|
||||
|
||||
AC_PROG_CXX
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue