Keith Miller wrote: > Forgive me for asking such a naive question, but after searching through the > archives I am unable to find instructions for how to build from a fresh git > clone. I was successful with the CVS checkouts in the past, but I just > don't know how to drive autoconf, or whatever to complete the necessary > files so that a traditional "./configure --enable-colors256; make; make > install" does what it should.
You should be able to do ./autogen.sh && ./configure ... && make && make install Personally, I prefer: autoreconf -iv && ./configure ... && make && make install -- William Pursell _______________________________________________ screen-users mailing list screen-users@gnu.org http://lists.gnu.org/mailman/listinfo/screen-users