From 19f15f65f0bd120a74304e8aae0fc70cf3943586 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 23 May 2011 16:53:27 +0200 Subject: [PATCH] kismet: fixed to call 'autoreconf' instead of 'autoheader' and 'autoconf' --- network/kismet/kismet.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/kismet/kismet.conf b/network/kismet/kismet.conf index a88b814ec..6dcf2f0f0 100644 --- a/network/kismet/kismet.conf +++ b/network/kismet/kismet.conf @@ -2,6 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../kismet/kismet.conf +# Copyright (C) 2011 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -15,6 +16,6 @@ var_append confopt " " "--enable-syspcap" -hook_add preconf 3 "autoheader; autoconf;" +hook_add preconf 9 "autoreconf -v" hook_add postmake 5 "cp -fv conf/*.conf $root/$sysconfdir"