/[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.18 by ttn, Wed May 1 21:02:14 2002 UTC revision 1.19 by ghouston, Sun Jun 30 17:06:35 2002 UTC
# Line 30  rm -f examples/example.gdbinit Line 30  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    
32  # TODO: This should be moved to dist-guile  # TODO: This should be moved to dist-guile
33  mscripts=$workbook/../scripts  mscripts=../guile-scripts
34  rm -f BUGS  rm -f BUGS
35  $mscripts/render-bugs > BUGS  $mscripts/render-bugs > BUGS
36    
# Line 67  automake --add-missing Line 67  automake --add-missing
67  # Make sure that libltdl uses the same autoconf version as the rest.  # Make sure that libltdl uses the same autoconf version as the rest.
68  #  #
69  echo "libltdl..."  echo "libltdl..."
70    (cd libltdl && aclocal)
71  (cd libltdl && autoconf)  (cd libltdl && autoconf)
72  (cd libltdl && automake --gnu --add-missing)  (cd libltdl && automake --gnu --add-missing)
73    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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