Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Mon, 16 Jun 2003 16:36:49 +0900 From: Makino Takaki To: cygwin AT cygwin DOT com Subject: cygwin autoconf produces configure scripts with CR/LF Message-Id: <20030616163552.B1B6.T@snowelm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi, The autoconf program, distributed with cygwin releases, produces 'configure' shell script with CR/LF. This causes problems when I distribute a program package, developed on Cygwin, to UNIX systems. (/bin/sh not found, line concatenation by \ not working, etc.) The problem occurs even if the directory is mounted as binmode. Maybe the autoconf program explicitly specifies text-mode. I think it's definitely correct to specify text mode for generating shell scripts, such as configure... But I wish this bug is fixed in a future release. Can you deal with this problem? If you say I should talk to autoconf people, I will do so. $ uname -a CYGWIN_NT-5.1 aurora 1.3.22(0.78/3/2) 2003-03-18 09:20 i686 $ autoconf --version autoconf (GNU Autoconf) 2.57 ----------------------------------------------------------- Cygwin Win95/NT Configuration Diagnostics Current System Time: Mon Jun 16 16:32:24 2003 Windows XP Professional Ver 5.1 Build 2600 Service Pack 1 Package Version autoconf 2.54-1 autoconf-devel 2.57-1 autoconf-stable 2.13-4 ------------------------------------------------------------ Best, -- Makino, Takaki -- 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/