Fix bugs exposed by hikari's update to configure.in.
[ircu2.10.12-pk.git] / ChangeLog
index f6a7cc7779ace7d36a3396ee0e489d869fbc224c..69a966b850ff5261a4f10e4f7fbaf9caa3bbff79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2004-09-19  Michael Poole <mdpoole@troilus.org>
+
+       * acinclude.m4: Clean up AC_DEFINE()s so we no longer need
+       acconfig.h.
+
+       * acconfig.h: Remove since it is now redundant.
+
+       * aclocal.m4, config.h.in, configure: Regenerate.
+
+2004-09-19  hikari <hikari@undernet.org>
+
+       * configure.in: Fixed configure script rules to fail if (f)lex or yacc/bison 
+       aren't found as they're essential for compilation.  Regenerated files with 
+       autreconf.
+               
 2004-09-18  Michael Poole <mdpoole@troilus.org>
 
        * doc/example.conf: Add NETWORK feature example.  Fix typos in
@@ -7,6 +22,8 @@
        Make ping_freq and conn_freq unsigned short. (No more negative
        numbers in /stats y.)
 
+       * ircd/ircd.c: Report configuration file name for "ircd -k".
+
 2004-09-18  hikari <hikari@undernet.org>
 
        * ircd/Makefile.in: Fixed a missing internal build dependency.