]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix 'inconsistent line endings' when autoconf 2.63 is used
authorKevin P. Fleming <kpfleming@digium.com>
Mon, 27 Apr 2009 19:29:46 +0000 (19:29 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Mon, 27 Apr 2009 19:29:46 +0000 (19:29 +0000)
commit7c82c2b24011950e7bce1bac198fb386d3ff93bf
tree74d45806382571064dffd8d924266fcc9091cb81
parent1c1d4a80e04e1b3015d061a8101dcfd325744065
Fix 'inconsistent line endings' when autoconf 2.63 is used

Attempt to make configure script regeneration 'safe' using autoconf 2.63, which embeds a bare CR into the script, thus making Subversion complain about inconsistent line endings

This commit changes the MIME type of the configure script to be 'binary' thus making Subversion no longer inspect line endings, and as a bonus 'svn diff' will no longer try to generate diff output for it, which is not generally useful anyway.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@190721 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configure
include/asterisk/autoconfig.h.in