From 304fc9c6e4c3a5368dc266c7f9b482942ea24718 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 19 Apr 2011 11:44:53 +0200 Subject: [PATCH] libxmi: fixed by running autoreconf to update auto*foo* stuff --- graphic/libxmi/libxmi.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 graphic/libxmi/libxmi.conf diff --git a/graphic/libxmi/libxmi.conf b/graphic/libxmi/libxmi.conf new file mode 100644 index 000000000..94196dab8 --- /dev/null +++ b/graphic/libxmi/libxmi.conf @@ -0,0 +1,16 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../libxmi/libxmi.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 --- + +# run autoreconf to update auto*foo* stuff +hook_add preconf 9 'autoreconf -vfi'