X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sun, 10 Aug 2008 21:18:21 +0200 To: cygwin AT cygwin DOT com Subject: Re: autoconf/configure problem on text mounts From: lemkemch AT t-online DOT de Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: User-Agent: Opera Mail/9.27 (Win32) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com lemkemch wrote on 10 August 2008 18:46: >> I am not familar enough with autoconf to be able to tell how that line >> gets into configure. I can't find it in configure.in. All I can see is >> stuff like AH_VERBATIM([HAVE_UINT64_T] and AC_CHECK_TYPES([uint8_t, >> int8_t, uint16_t, int16_t, uint32_t, int32_t, uint64_t, int64_t]); I'd >> guess it is releated to the latter. > > Yep. Those are macros that get expanded using m4 scripts based in > /usr/share/autoconf to generate the configure script. > ... > > This is an autoconf bug upstream really. They'd know best what how to > patch it long term. If you wanted a quick local fix, you could edit > /usr/share/autoconf/autoconf/c.m4 and change that fopen command at > source, > then any time you regenerate a configure script it'll come out ok for > your > text mount. Thanks Dave. I've sent mail to the autoconf bugs e-mail address referrring to this thread. Michael -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/