committing update to configure

Jeremy Huddleston jeremyhu at macports.org
Sat Nov 29 02:02:26 PST 2008


I had a small update to configure.ac that I wanted to push (below).  I  
decided to regen configure since it was made with an old version of  
autoconf that doesn't detect X11 properly.  I got an error from svn  
about inconsistent line ending style... I find it odd that svn:eol- 
style is set on a generated file, so I thought I'd satisfy by  
bewilderment by asking here... so... yeah, what's up with that?

--Jeremy



~/src/macports/trunk/base $ svn ci -m "Updated list of outdated os  
versions and rebuilt configure with newer autoconf that searches for  
X11 properly (looking for libX11.dylib instead of just libX11.so)"
Sending        base/configure
Sending        base/configure.ac
Transmitting file data .svn: Commit failed (details follow):
svn: While preparing '/Users/jeremy/src/macports/trunk/base/configure'  
for commit
svn: Inconsistent line ending style

~/src/macports/trunk/base $ svn pl configure
Properties on 'configure':
   svn:executable
   svn:keywords
   svn:eol-style

~/src/macports/trunk/base $ svn diff configure.ac
Index: configure.ac
===================================================================
--- configure.ac	(revision 42677)
+++ configure.ac	(working copy)
@@ -31,7 +31,7 @@
      AC_WARN(This version of Mac OS X is not supported)
      AC_WARN(Please upgrade at http://store.apple.com/)
      ;;
-  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-8]])
+  10.1.[[0-4]]|10.2.[[0-7]]|10.3.[[0-8]]|10.4.[[0-9]]|10.4.10|10.5. 
[[0-4]])
      AC_WARN(This version of Mac OS X is out of date)
      AC_WARN(Please run Software Update to update it)
      ;;




More information about the macports-dev mailing list