/[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.5 by mvo, Mon Apr 8 16:54:26 2002 UTC revision 1.11.2.6 by mvo, Tue Apr 16 22:15:14 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    
33  ./guile-aclocal.sh  # Make sure this matches the ACLOCAL invokation in Makefile.am
34    
35    aclocal -I guile-config
36    
37  ######################################################################  ######################################################################
38  ### Libtool setup.  ### Libtool setup.
# Line 48  rm libltdl/configure.tmp Line 50  rm libltdl/configure.tmp
50    
51  autoheader  autoheader
52  autoconf  autoconf
53    
54    # Automake has a bug that will let it only add one copy of a missing
55    # file.  We nned two mdate-sh, tho, one in doc/ref/ and one in
56    # doc/tutorial/.  We run automake twice as a workaround.
57    
58    automake --add-missing
59  automake --add-missing  automake --add-missing
60    
61  # Make sure that libltdl uses the same autoconf version as the rest.  # Make sure that libltdl uses the same autoconf version as the rest.

Legend:
Removed from v.1.11.2.5  
changed lines
  Added in v.1.11.2.6

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