[[project @ 2002-11-04 04:39:28 by unknown_lamer] unknown_lamer**20021104043928 Ok, last commit for the night. I fixed some configure.ac stuff and now autoheader can run, so now config.h.in is an empty file and the bot bootstraps. ] { rmfile ./bootstrap rmfile ./config.h.in hunk ./README.CVS 3 - ./bootstrap + autoreconf --install --symlink hunk ./acinclude.m4 71 - AC_DEFINE(HAVE_IOSBASE,1) + AC_DEFINE(HAVE_IOSBASE,1, [std::ios_base]) hunk ./acinclude.m4 107 - AC_DEFINE(HAVE_STL_CLEAR,1) + AC_DEFINE(HAVE_STL_CLEAR,1, [STL Objects have a clear method]) hunk ./aclocal.m4 1 -# aclocal.m4 generated automatically by aclocal 1.6.3 -*- Autoconf -*- +# aclocal.m4t generated automatically by aclocal 1.6.3 -*- Autoconf -*- hunk ./aclocal.m4 84 - AC_DEFINE(HAVE_IOSBASE,1) + AC_DEFINE(HAVE_IOSBASE,1, [std::ios_base]) hunk ./aclocal.m4 120 - AC_DEFINE(HAVE_STL_CLEAR,1) + AC_DEFINE(HAVE_STL_CLEAR,1, [STL Objects have a clear method]) hunk ./configure.ac 13 - AC_DEFINE(NOCRYPT,1) + AC_DEFINE(NOCRYPT,1, [No crypt support]) hunk ./configure.ac 25 - AC_DEFINE(USESCRIPTS,1) - AC_DEFINE(MULTITHREAD,1) + AC_DEFINE(USESCRIPTS,1,[Do we have Guile script support?]) + AC_DEFINE(MULTITHREAD,1,[Is the bot Multithreaded?]) hunk ./configure.ac 80 - AC_DEFINE_UNQUOTED(PREFIX, "$ac_default_prefix") + AC_DEFINE_UNQUOTED(PREFIX, "$ac_default_prefix". [Install prefix]) hunk ./configure.ac 82 - AC_DEFINE_UNQUOTED(PREFIX, "$prefix") + AC_DEFINE_UNQUOTED(PREFIX, "$prefix", [Install Prefix]) }