/[PAMELA software]/yoda/paminstall.sh
ViewVC logotype

Diff of /yoda/paminstall.sh

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

revision 6.1 by mocchiut, Fri Sep 29 10:19:08 2006 UTC revision 6.2 by mocchiut, Thu Nov 16 10:51:26 2006 UTC
# Line 1  Line 1 
1  #!/bin/bash --norc  #!/bin/bash --norc
2  THISDIR=`pwd`  THISDIR=`pwd`
3  echo "cd $THISDIR" > $THISDIR/paminstall.exe  echo "cd $THISDIR" > $THISDIR/paminstall.exe
4    echo "aclocal" >> $THISDIR/paminstall.exe
5  echo "autoheader" >> $THISDIR/paminstall.exe  echo "autoheader" >> $THISDIR/paminstall.exe
6  echo "libtoolize --force" >> $THISDIR/paminstall.exe  echo "libtoolize --force" >> $THISDIR/paminstall.exe
7  echo "export CFLAGS=\"-g -O4\"" >> $THISDIR/paminstall.exe  echo "export CFLAGS=\"-g -O4\"" >> $THISDIR/paminstall.exe

Legend:
Removed from v.6.1  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23