From 04cab12a4f44d2209add76ab30c47b827d2ad495 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 4 Apr 2011 12:27:08 +0200 Subject: [PATCH] evince: fixed error: possibly undefined macro: AM_GCONF_SOURCE_2 Note: For this kind of error we have to find a more generic solution! --- gnome2/evince/evince.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gnome2/evince/evince.conf diff --git a/gnome2/evince/evince.conf b/gnome2/evince/evince.conf new file mode 100644 index 000000000..78fa1db3b --- /dev/null +++ b/gnome2/evince/evince.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../evince/evince.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +# fix error: possibly undefined macro: AM_GCONF_SOURCE_2 +hook_add preconf 9 "autoreconf -iv -I $(pkgprefix datadir gconf)/aclocal"