From 3f7b619b44ebdf4d89f8faff212240445ba31637 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 May 2007 17:37:08 +0000 Subject: acinclude.m4, configure.in: In recent autotools, ${datadir} is defined in terms of ${datarootdir}, so EXPANDED_DATADIR needs to be expanded recursively. Rather than fixing configure.in to do this, I grabbed the AS_AC_EXPAND macro from autostars.sf.net, which seems to be commonly used. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e51edb3..51de05b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-05-21 Simon McVittie + + * acinclude.m4, configure.in: In recent autotools, ${datadir} is + defined in terms of ${datarootdir}, so EXPANDED_DATADIR needs to be + expanded recursively. Rather than fixing configure.in to do this, I + grabbed the AS_AC_EXPAND macro from autostars.sf.net, which seems to be + commonly used. + 2007-05-21 Simon McVittie * update-dbus-docs.sh: Assorted improvements: -- cgit