This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: configure



    Gregg> Am I doing something wrong?  I checked out a fresh copy of
    Gregg> guile-core from cvs this morning, and there's no configure
    Gregg> file.

Guile does not have autogenerated files in CVS.  For things like
configure and Makefile.in you can use the "autogen.sh" script to
generate them from configure.in and Makefile.am.  In the Guile source
directory, run "./autogen.sh".  It will run:

aclocal -I .
autoheader
autoconf
automake

( cd guile-readline; ./autogen.sh )

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]