/[guile]/guile/guile-core/autogen.sh
ViewVC logotype

Diff of /guile/guile-core/autogen.sh

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

revision 1.11.2.3 by ttn, Sun Mar 31 23:21:59 2002 UTC revision 1.11.2.4 by mvo, Sun Apr 7 22:21:55 2002 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  # Usage: sh -x ./autogen.sh [WORKBOOK]  # Usage: sh -x ./autogen.sh [WORKBOOK]
3    
4  set -e  set -e -x
5    
6  [ -f GUILE-VERSION ] || {  [ -f GUILE-VERSION ] || {
7    echo "autogen.sh: run this command only at the top of guile-core."    echo "autogen.sh: run this command only at the top of guile-core."
# Line 28  for f in $workbookdistfiles ; do Line 28  for f in $workbookdistfiles ; do
28  done  done
29  rm -f examples/example.gdbinit  rm -f examples/example.gdbinit
30  ln -s $workbook/build/dist-files/.gdbinit examples/example.gdbinit  ln -s $workbook/build/dist-files/.gdbinit examples/example.gdbinit
31    ln -s $workbook/tasks/TODO TODO
32  ######################################################################  ######################################################################
33    
34  ./guile-aclocal.sh  ./guile-aclocal.sh

Legend:
Removed from v.1.11.2.3  
changed lines
  Added in v.1.11.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26