From 7b58a72bfc0cc3ec25d985e0c5fce9c7b98f7df2 Mon Sep 17 00:00:00 2001 From: enge Date: Wed, 31 Aug 2011 09:48:16 +0000 Subject: configure.ac, mpc.m4, Makefile.am: do not use svn version for autoconf, but in development versions, export it to the makefile to be used for the distribution name git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@1049 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1a9c342..cf0b6cb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,9 @@ ACLOCAL_AMFLAGS = -I m4 +# version number for distribution tarball +VERSION = @VERSION@@SVNVERSION@ + SUBDIRS = src tests doc EXTRA_HEADERS = src/mpc-log.h -- cgit v1.2.1