From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16999 invoked by alias); 13 May 2014 18:52:23 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 16984 invoked by uid 89); 13 May 2014 18:52:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 May 2014 18:52:21 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4DIqKkD022847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 13 May 2014 14:52:20 -0400 Received: from [10.3.113.163] (ovpn-113-163.phx2.redhat.com [10.3.113.163]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4DIqK71031714 for ; Tue, 13 May 2014 14:52:20 -0400 Message-ID: <537269E3.5080509@redhat.com> Date: Tue, 13 May 2014 18:54:00 -0000 From: Eric Blake User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: pinfo configure problem - configure.ac (0/1) References: <05u3n9l6l8pgdeuidskcplb1930mmjtu05@4ax.com> <20140513110518.GN2436@calimero.vinschen.de> <20140513115410.GP2436@calimero.vinschen.de> In-Reply-To: OpenPGP: url=http://people.redhat.com/eblake/eblake.gpg Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3D2njMhHEQikvcQlrKKDSB7GW1hpGVKUr" X-IsSubscribed: yes X-SW-Source: 2014-05/txt/msg00283.txt.bz2 --3D2njMhHEQikvcQlrKKDSB7GW1hpGVKUr Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-length: 711 On 05/13/2014 09:32 AM, Andrew Schulman wrote: >> autoreconf -f -i? >=20 > Alas, no. >=20 > Here's configure.ac, in case that's helpful. which contains: # curses AC_CHECK_CURSES if ! test "x$USE_CURSES" =3D "xtrue"; then AC_MSG_ERROR([Curses not found. You need curses to compile pinfo]) fi But without a definition for AC_CHECK_CURSES, I still don't know enough. I hate packages that assume they can use the AC_ namespace for their third-party macros. Can you find the definition of that macro in a .m4 file that gets included? That's probably the place that's creating the bogus command line. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --3D2njMhHEQikvcQlrKKDSB7GW1hpGVKUr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 604 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJTcmnjAAoJEKeha0olJ0NqvJcIAKti0V1puLtsQGhxZmByW09l oLQZC0lrmxoqEvB0gJH3ENy/ZU0KTJayf7I0E7IKMpmoCNTq3HS/al+b+D/HPa/x AOgHUSe6xLjbK1btmpb41BGeHi+S1S0Y6uMehLw1oMHKkl7vNtH3nvLF0P5IaLbB esfBgAJvz/+0K2YWFFhbezqpYCn5rGgkQnAAB5XtaK6LNSjj82duW63lwUbh08+R jLL15f4jB7ZphNN3zJNaJoaMmpRRUb15s6p79yc5tg4e/yv8nM2Dl0p2s0ry9tWn loZIiGKo/+FgSlzwPir/2pzKJFxZ9gc0qadIQEzA4sdSrYUWEtk0gGnDnWhaETk= =xzxA -----END PGP SIGNATURE----- --3D2njMhHEQikvcQlrKKDSB7GW1hpGVKUr--