Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/bootstrap.sh

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

revision 1.2 by orrisroot, Sat Dec 10 11:55:02 2005 UTC revision 1.2.2.1 by aga4096, Thu Aug 24 09:59:20 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=libtoolize15  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
15       echo "running host is not Frdora Core release 5";
16       exit 1;
17    fi
18    #UNAME=`uname -s`
19    #if test X"$UNAME" != X"FreeBSD" ; then
20    #   echo "running host is not FreeBSD";
21    #   exit 1;
22    #fi
23    
24  set -x  set -x
25  $ACLOCAL -I macros -I config  $ACLOCAL -I macros -I config

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

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