summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kinder <rkinder@src.gnome.org>2004-06-04 10:28:59 +0000
committerRichard Kinder <rkinder@src.gnome.org>2004-06-04 10:28:59 +0000
commitcfb53e981e5a9654c44643b4d9e0600ecdf8121f (patch)
treeebbafbc4b70054a1acd1d9cd969ed142e0de5435
parent211232bf3edc058a47f84b0706c3ae1823fa7432 (diff)
downloadgnome-common-cfb53e981e5a9654c44643b4d9e0600ecdf8121f.tar.gz
Many apologies, building from a clean tree generates VERSION and
PACKAGE correctly. Reverting previous commit. svn path=/trunk/; revision=3448
-rw-r--r--ChangeLog5
-rw-r--r--doc-build/gnome-doc-common.in4
2 files changed, 2 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 646b878..046773b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,3 @@
-2004-06-04 Richard Kinder <r_kinder@yahoo.com>
- * doc-build/gnome-doc-common.in - change @VERSION@, @PACKAGE@
- to @PACKAGE_VERSION@ and @PACKAGE_NAME@ so things depending on
- a particular version of gnome-doc-common work.
-
2004-05-26 James Henstridge <james@daa.com.au>
* macros2/gnome-compiler-warnings.m4: some small cleanups.
diff --git a/doc-build/gnome-doc-common.in b/doc-build/gnome-doc-common.in
index e319cc7..881122d 100644
--- a/doc-build/gnome-doc-common.in
+++ b/doc-build/gnome-doc-common.in
@@ -3,8 +3,8 @@
progname=`echo "$0" | sed 's%^.*/%%'`
PROGRAM=gnome-doc-common
-PACKAGE=@PACKAGE_NAME@
-VERSION=@PACKAGE_VERSION@
+PACKAGE=@PACKAGE@
+VERSION=@VERSION@
prefix=@prefix@
datadir=@datadir@