Browse Source

gnome-utils: fixed to find AM_GCONF_SOURCE_2 macro by running autoreconf pointing to the right aclocal path of gconf

stable/0.2
Christian Wiese 14 years ago
parent
commit
fb7f1f4aa1
  1. 5
      gnome2/gnome-utils/gnome-utils.conf

5
gnome2/gnome-utils/gnome-utils.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../gnome-utils/gnome-utils.conf
# Copyright (C) 2010 The OpenSDE Project
# Copyright (C) 2010 - 2011 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2004 Clifford Wolf
#
@ -14,6 +14,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
autogen=1
# fix error: possibly undefined macro: AM_GCONF_SOURCE_2
hook_add preconf 9 "autoreconf -iv -I $(pkgprefix datadir gconf)/aclocal"
confopt="$confopt --with-messages=/var/log/messages"

Loading…
Cancel
Save