Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/satellite4/bootstrap.sh

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

revision 1.5 by orrisroot, Mon Mar 13 15:12:15 2006 UTC revision 1.6 by orrisroot, Fri Aug 25 15:02:05 2006 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2    
3  AUTOCONF=autoconf259  AUTOCONF=autoconf
4  AUTOMAKE=automake19  AUTOMAKE=automake-1.9
5  ACLOCAL=aclocal19  ACLOCAL=aclocal-1.9
6  AUTOHEADER=autoheader259  AUTOHEADER=autoheader
7  LIBTOOLIZE=libtoolize  LIBTOOLIZE=libtoolize
8    
9  # host os check  # host os check
10  UNAME=`uname -s`  if [ ! -f /etc/fedora-release ]; then
11  if test X"$UNAME" != X"FreeBSD" ; then     echo "running host is not Fedora Core";
    echo "running host is not FreeBSD";  
12     exit 1;     exit 1;
13  fi  fi
14    if [ x"`cat /etc/fedora-release`" != x"Fedora Core release 5 (Bordeaux)" ]; then   echo "running host is not Frdora Core release 5";
15       exit 1;
16    fi
17    #UNAME=`uname -s`
18    #if test X"$UNAME" != X"FreeBSD" ; then
19    #   echo "running host is not FreeBSD";
20    #   exit 1;
21    #fi
22    
23  set -x  set -x
24  $ACLOCAL -I macros -I config  $ACLOCAL -I macros -I config

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26