summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-28 15:29:25 +0000
committerChristian Persch <chpe@src.gnome.org>2005-07-28 15:29:25 +0000
commitb3b6aa4a35bdafc110cfdce7eda59c7afcd7bf78 (patch)
tree0c89ef66f1b40f62a1a45ec1afed62239506128d
parentd55ddaf46514d47a4b6a30a6ef656597f2ed6c56 (diff)
downloadgnome-doc-utils-b3b6aa4a35bdafc110cfdce7eda59c7afcd7bf78.tar.gz
- Use $PACKAGE instead of $AC_PACKAGE_TARNAME which seems to not work with
2005-07-28 Christian Persch <chpe@cvs.gnome.org> * gnome-doc-utils.m4: - Use $PACKAGE instead of $AC_PACKAGE_TARNAME which seems to not work with packages using older auto*.
-rw-r--r--ChangeLog6
-rw-r--r--gnome-doc-utils.m42
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b0c636..f0f034e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-28 Christian Persch <chpe@cvs.gnome.org>
+
+ * gnome-doc-utils.m4:
+ - Use $PACKAGE instead of $AC_PACKAGE_TARNAME which seems to not
+ work with packages using older auto*.
+
2005-07-27 Christian Persch <chpe@cvs.gnome.org>
* gnome-doc-utils.m4:
diff --git a/gnome-doc-utils.m4 b/gnome-doc-utils.m4
index 5a06fa0..add2b6c 100644
--- a/gnome-doc-utils.m4
+++ b/gnome-doc-utils.m4
@@ -3,7 +3,7 @@ dnl GNOME_DOC_INIT([MINIMUM-VERSION])
AC_DEFUN([GNOME_DOC_INIT],
[
dnl Only apply the version check if we're not configuring ourselves!
-if test "x$AC_PACKAGE_TARNAME" != "xgnome-doc-utils"; then
+if test "x$PACKAGE" != "xgnome-doc-utils"; then
GDU_REQUIRED_VERSION=0.3.2
if test -n "$1"; then
GDU_REQUIRED_VERSION=$1