/[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.7.6.1 by ttn, Fri Jan 25 19:48:12 2002 UTC revision 1.7.6.2 by ttn, Sun Feb 10 00:16:03 2002 UTC
# Line 9  set -ex Line 9  set -ex
9    
10  ./guile-aclocal.sh  ./guile-aclocal.sh
11    
12  libtoolize --copy --automake --ltdl  libtoolize --copy --force --automake --ltdl
13  autoheader  autoheader
14  autoconf  autoconf
15  automake --add-missing  automake --add-missing
16    
17    # Make sure that libltdl uses the same autoconf version as the rest.
18    #
19    ( echo "libltdl..."; cd libltdl; autoconf )
20    
21  ( echo "guile-readline..."; cd guile-readline; ./autogen.sh )  ( echo "guile-readline..."; cd guile-readline; ./autogen.sh )
22    
23    echo "Now run configure and make."
24    echo "You must pass the \`--enable-maintainer-mode' option to configure."

Legend:
Removed from v.1.7.6.1  
changed lines
  Added in v.1.7.6.2

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