Make gnome-doc-common work properly.
authorRichard Kinder <rkinder@src.gnome.org>
Fri, 4 Jun 2004 10:06:02 +0000 (10:06 +0000)
committerRichard Kinder <rkinder@src.gnome.org>
Fri, 4 Jun 2004 10:06:02 +0000 (10:06 +0000)
svn path=/trunk/; revision=3447

ChangeLog
doc-build/gnome-doc-common.in

index 046773b..646b878 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 881122d..e319cc7 100644 (file)
@@ -3,8 +3,8 @@
 progname=`echo "$0" | sed 's%^.*/%%'`
 
 PROGRAM=gnome-doc-common
-PACKAGE=@PACKAGE@
-VERSION=@VERSION@
+PACKAGE=@PACKAGE_NAME@
+VERSION=@PACKAGE_VERSION@
 
 prefix=@prefix@
 datadir=@datadir@