summaryrefslogtreecommitdiff
path: root/m4macros
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-12-16 00:25:26 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-12-16 00:25:26 +0000
commit0b2996bc753d35f2e615baf5f66ceb2d1dbd823a (patch)
treebd076d1644b925d3c10547bc3aac1a46e665aff0 /m4macros
parent58c532e9204755c85912de2ac60e0b1a1274a7d8 (diff)
downloadglib-0b2996bc753d35f2e615baf5f66ceb2d1dbd823a.tar.gz
Restore a missing AC_SUBST() for DATADIRNAME. (Found by Kjartan Maraas)
Sun Dec 15 19:22:58 2002 Owen Taylor <otaylor@redhat.com> * m4macros/glib-gettext.m4: Restore a missing AC_SUBST() for DATADIRNAME. (Found by Kjartan Maraas)
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/glib-gettext.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4
index 56acddbf4..44d3c311f 100644
--- a/m4macros/glib-gettext.m4
+++ b/m4macros/glib-gettext.m4
@@ -225,6 +225,7 @@ glib_DEFUN([GLIB_WITH_NLS],
dnl Make all variables we use known to autoconf.
AC_SUBST(CATALOGS)
AC_SUBST(CATOBJEXT)
+ AC_SUBST(DATADIR)
AC_SUBST(GMOFILES)
AC_SUBST(INSTOBJEXT)
AC_SUBST(INTLLIBS)