About the file format of configure file...

Discussion about CodeLite development process and patches
cyt93cs
CodeLite Curious
Posts: 1
Joined: Thu Apr 02, 2009 5:45 am
Contact:

About the file format of configure file...

Post by cyt93cs »

Hi there, I'm a CodeLite user on Linux (Debian).

Today I update my CodeLite trunk to r2842 using `svn up', then do

Code: Select all

./configure --prefix=/home/cyt/opt/codelite --plugins-dir=/home/cyt/opt/lib/codelite
But bash (version 3.2.48(1)-release) complained about:

Code: Select all

bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
It is apparent the issue of DOS file format. But I had no idea why this bit my today. I remembered there was no such issue when I last updated.

Is it possible to force this file as UNIX file format?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: About the file format of configure file...

Post by eranif »

cyt93cs wrote:Is it possible to force this file as UNIX file format?
Yes, I probably applied patch for the configure on Windows...

I will fix this one asap.

EDIT: fixed and committed

Eran
Make sure you have read the HOW TO POST thread
Post Reply