From 4d81ddef5193e19be1c657f3be6faf7fce6f4b95 Mon Sep 17 00:00:00 2001 From: Ales Hvezda Date: Wed, 29 Dec 2004 05:17:41 +0000 Subject: [PATCH] Changed the call to AM_INIT_AUTOMAKE to take the GEDA_VERSION so that the dist package gets created with the right version --- gattrib/ChangeLog | 6 ++++++ gattrib/configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gattrib/ChangeLog b/gattrib/ChangeLog index a92a2c9f9..e80e7bc99 100644 --- a/gattrib/ChangeLog +++ b/gattrib/ChangeLog @@ -1,3 +1,9 @@ +2004-12-28 Ales Hvezda + + * configure.ac: Changed the call to AM_INIT_AUTOMAKE to take + the GEDA_VERSION so that packages get created with the right + version number + 2004-12-27 Ales Hvezda * configure.ac: Updated version to 20041228 diff --git a/gattrib/configure.ac b/gattrib/configure.ac index 40412cf19..b01afae64 100644 --- a/gattrib/configure.ac +++ b/gattrib/configure.ac @@ -10,7 +10,7 @@ echo Configuring $PACKAGE version $GATTRIB_VERSION echo Part of gEDA version $GEDA_VERSION # Initialize automake -- use base gEDA version here -AM_INIT_AUTOMAKE($PACKAGE, $GATTRIB_VERSION) +AM_INIT_AUTOMAKE($PACKAGE, $GEDA_VERSION) AM_CONFIG_HEADER([config.h]) # Initialize maintainer mode -- 2.11.4.GIT