Magellan Linux

Diff of /trunk/autoconf/ac-wrapper-4.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 919 by niro, Fri Dec 26 17:59:48 2008 UTC revision 920 by niro, Sat Oct 31 16:27:10 2009 UTC
# Line 1  Line 1 
1  #!/bin/bash  #!/bin/bash
2  # Copyright 1999-2006 Gentoo Foundation  # Copyright 1999-2006 Gentoo Foundation
3  # Distributed under the terms of the GNU General Public License v2  # Distributed under the terms of the GNU General Public License v2
4  # $Header: /root/magellan-cvs/src/autoconf/ac-wrapper-4.sh,v 1.2 2008-12-26 17:59:48 niro Exp $  # $Header: /root/magellan-cvs/src/autoconf/ac-wrapper-4.sh,v 1.3 2009-10-31 16:27:10 niro Exp $
5    
6  # Based on the ac-wrapper.pl script provided by MandrakeSoft  # Based on the ac-wrapper.pl script provided by MandrakeSoft
7  # Rewritten in bash by Gregorio Guidi  # Rewritten in bash by Gregorio Guidi
# Line 31  fi Line 31  fi
31  #  #
32  # Set up bindings between actual version and WANT_AUTOCONF  # Set up bindings between actual version and WANT_AUTOCONF
33  #  #
34  vers="2.63:2.5 2.62:2.5 2.61:2.5 2.60:2.5 2.59:2.5 2.13:2.1"  vers="2.64:2.5 2.63:2.5 2.62:2.5 2.61:2.5 2.60:2.5 2.59:2.5 2.13:2.1"
35    
36  binary=""  binary=""
37  for v in ${vers} ; do  for v in ${vers} ; do

Legend:
Removed from v.919  
changed lines
  Added in v.920