gobject-introspection r521 - in trunk: . giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r521 - in trunk: . giscanner
- Date: Fri, 29 Aug 2008 11:27:18 +0000 (UTC)
Author: johan
Date: Fri Aug 29 11:27:18 2008
New Revision: 521
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=521&view=rev
Log:
2008-08-29 Johan Dahlin <johan gnome org>
* giscanner/config.py.in:
Use datarootdir instead of datadir to avoid
an autoconf warning.
Modified:
trunk/ChangeLog
trunk/giscanner/config.py.in
Modified: trunk/giscanner/config.py.in
==============================================================================
--- trunk/giscanner/config.py.in (original)
+++ trunk/giscanner/config.py.in Fri Aug 29 11:27:18 2008
@@ -18,6 +18,6 @@
# 02110-1301, USA.
#
-DATADIR = "@datadir@"
+DATADIR = "@datarootdir@"
DATADIR = DATADIR.replace(
"${prefix}", "@prefix@")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]