Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 1A5C963B88A for ; Sat, 11 Oct 2008 18:04:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id C445863B167; Sat, 11 Oct 2008 18:03:59 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 1225863B101 for ; Sat, 11 Oct 2008 18:03:59 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 00B18175D0; Sat, 11 Oct 2008 18:03:58 +0000 (UTC) From: "Julio M. Merino Vidal" Subject: CVS commit: pkgsrc/pkgtools/autoswc To: pkgsrc-changes@NetBSD.org Reply-To: jmmv@netbsd.org Message-Id: <20081011180359.00B18175D0@cvs.netbsd.org> Date: Sat, 11 Oct 2008 18:03:58 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: jmmv Date: Sat Oct 11 18:03:58 UTC 2008 Modified Files: pkgsrc/pkgtools/autoswc: Makefile pkgsrc/pkgtools/autoswc/files: autoswc.sh Log Message: Fix execution of autoswc by fixing the call to AC_INIT (missing parameter). Bump version to 1.6. Reported by Arnaud Lacombe in private email. To generate a diff of this commit: cvs rdiff -r1.15 -r1.16 pkgsrc/pkgtools/autoswc/Makefile cvs rdiff -r1.2 -r1.3 pkgsrc/pkgtools/autoswc/files/autoswc.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.