* Make gmake the default for autodist, so I can properly work
on otaku. Affected files README.DIST, distdir/autodist.conf
+Sun Jul 2 19:12:36 CEST 2006 Jochen Eisinger <coffee@silcnet.org>
+
+ * Make gmake the default for autodist, so I can properly work
+ on otaku. Affected files README.DIST, distdir/autodist.conf
+
Fri Jan 6 13:08:15 CET 2006 Jochen Eisinger <coffee@silcnet.org>
* Fixed more autodist issues. Affected file doc/Makefile.ad,
extra files. If you haven't compiled them after the CVS checkout, they do
not include any extra files.
+NOTE: The default make command use by autodist is gmake. You can change
+this by editing distdir/autodist.conf.
+
NOTE for 'toolkit' distribution: Running ./configure for toolkit
distribution is not necessary. Toolkit is packaged simply by giving
command:
# Location of the make program. This must be specified in order to be
# able to create distributions.
#
-MAKE="make"
+MAKE="gmake"