From c96ce9a88027b3c35df14437525a173ba8a8109f Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 28 May 2011 19:22:39 +0200 Subject: [PATCH] gnucash: fixed autoreconf workaround due to the changed gnome2 prefix --- office/gnucash/gnucash.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/office/gnucash/gnucash.conf b/office/gnucash/gnucash.conf index 75aa00072..ec51fde46 100644 --- a/office/gnucash/gnucash.conf +++ b/office/gnucash/gnucash.conf @@ -15,7 +15,7 @@ # --- SDE-COPYRIGHT-NOTE-END --- # workaround autoconf error: possibly undefined macro: AM_GCONF_SOURCE_2 -hook_add preconf 9 "autoreconf -v -I $(pkgprefix -r datadir gconf)/aclocal" +hook_add preconf 9 "autoreconf -vfi" # disable treating compile warnings as errors # var_append extraconfopt ' ' '--disable-error-on-warning'