From: Jochen Eisinger Date: Sun, 2 Jul 2006 17:13:23 +0000 (+0000) Subject: Sun Jul 2 19:12:36 CEST 2006 Jochen Eisinger X-Git-Tag: silc.client.1.0.4~13 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=60b49bb58e1bb08a840bc04b94baa37559a02828;p=silc.git Sun Jul 2 19:12:36 CEST 2006 Jochen Eisinger * Make gmake the default for autodist, so I can properly work on otaku. Affected files README.DIST, distdir/autodist.conf --- diff --git a/CHANGES b/CHANGES index 19177fa1..408b8b5e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +Sun Jul 2 19:12:36 CEST 2006 Jochen Eisinger + + * 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 * Fixed more autodist issues. Affected file doc/Makefile.ad, diff --git a/README.DIST b/README.DIST index a2942501..fb08e833 100644 --- a/README.DIST +++ b/README.DIST @@ -71,6 +71,9 @@ directories. Make sure they are not compiled and does not include any 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: diff --git a/distdir/autodist.conf b/distdir/autodist.conf index 8a279ae8..22cc82ba 100644 --- a/distdir/autodist.conf +++ b/distdir/autodist.conf @@ -46,4 +46,4 @@ LIBTOOLIZE="libtoolize --automake --copy" # Location of the make program. This must be specified in order to be # able to create distributions. # -MAKE="make" +MAKE="gmake"