[cvs] / xvidcore / build / generic / bootstrap.sh Repository:
ViewVC logotype

Diff of /xvidcore/build/generic/bootstrap.sh

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

revision 1.1.2.1, Mon Mar 17 23:24:20 2003 UTC revision 1.3, Thu Feb 20 23:40:48 2003 UTC
# Line 11  Line 11 
11  ##############################################################################  ##############################################################################
12    
13  # Find a suitable autoconf  # Find a suitable autoconf
14  AUTOCONF="autoconf2.50"  AUTOCONF=`which autoconf2.50`
 $AUTOCONF --version 2>/dev/null 1>/dev/null  
   
15  if [ $? -ne 0 ] ; then  if [ $? -ne 0 ] ; then
16      AUTOCONF="autoconf"      AUTOCONF=`which autoconf`
         $AUTOCONF --version 2>/dev/null 1>/dev/null  
   
17      if [ $? -ne 0 ] ; then      if [ $? -ne 0 ] ; then
18          echo "Autoconf not found"          echo "Autoconf not found"
19          exit -1          exit -1

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.3

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4