From 05f46c780a49326d8f606e19d044e22ed964c737 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Mon, 30 Jul 2012 20:04:43 +0300 Subject: [PATCH] Rename m4/version.m4: _LIBQUVI_SCRIPTS_VERSION Rename _LIBQUVI_SCRIPTS_VERSION to libquvi_scripts_rel. Add new URLs to AC_INIT line in the configure.ac file. --- configure.ac | 5 ++--- m4/version.m4 | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 5febe9e..ff8595f 100644 --- a/configure.ac +++ b/configure.ac @@ -5,9 +5,8 @@ AC_PREREQ([2.67]) m4_include([m4/version.m4]) -AC_INIT([libquvi-scripts], [_LIBQUVI_SCRIPTS_VERSION], - [http://sourceforge.net/apps/trac/quvi/], [], - [http://quvi.sourceforge.net/]) +AC_INIT([libquvi-scripts], [libquvi_scripts_rel], + [http://quvi.sf.net/bugs/], [], [http://quvi.sf.net/]) AC_CONFIG_AUX_DIR([config.aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/m4/version.m4 b/m4/version.m4 index 89f57c3..3751d33 100644 --- a/m4/version.m4 +++ b/m4/version.m4 @@ -1 +1 @@ -m4_define([_LIBQUVI_SCRIPTS_VERSION], [0.4.7]) +m4_define([libquvi_scripts_rel], [0.4.7]) -- 2.11.4.GIT