/[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.19 by ghouston, Sun Jun 30 17:06:35 2002 UTC revision 1.20 by mvo, Sun Jul 7 19:39:21 2002 UTC
# Line 47  $mscripts/render-bugs > BUGS Line 47  $mscripts/render-bugs > BUGS
47  rm -rf libltdl  rm -rf libltdl
48  libtoolize --force --copy --automake --ltdl  libtoolize --force --copy --automake --ltdl
49    
50    # Fix older versions of libtool.
51  # Make sure we use a ./configure.in compatible autoconf in ./libltdl/  # Make sure we use a ./configure.in compatible autoconf in ./libltdl/
52  mv libltdl/configure.in libltdl/configure.tmp  if [ -f libltdl/configure.in ]; then
53  echo 'AC_PREREQ(2.50)' > libltdl/configure.in          mv libltdl/configure.in libltdl/configure.tmp
54  cat libltdl/configure.tmp >> libltdl/configure.in          echo 'AC_PREREQ(2.50)' > libltdl/configure.in
55  rm libltdl/configure.tmp          cat libltdl/configure.tmp >> libltdl/configure.in
56            rm libltdl/configure.tmp
57    fi
58  ######################################################################  ######################################################################
59    
60  autoheader  autoheader

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

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