X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=distdir%2Fautodist.conf;h=042fb6e810dbba7387fb814d2bcf6e19e3b14726;hb=HEAD;hp=8a279ae8c746a3a4a1aaab74efd70451c2023bcb;hpb=c257b555225193e54d85daf541d29578b3c93882;p=runtime.git diff --git a/distdir/autodist.conf b/distdir/autodist.conf index 8a279ae8..042fb6e8 100644 --- a/distdir/autodist.conf +++ b/distdir/autodist.conf @@ -21,7 +21,7 @@ DISTDEFS="includes/silcdistdefs.h" # Location of the aclocal tool. If this is omitted the Autodist will not # run aclocal. User need to run it manually then. # -ACLOCAL="aclocal" +ACLOCAL="aclocal -I ." # Location of the autoheader tool. If this is omitted the Autodist will not # run autoheader. User need to run it manually then. @@ -36,7 +36,7 @@ AUTOCONF="autoconf" # Location of the automake tool. If this is omitted the Autodist will not # run automake. User need to run it manually then. # -AUTOMAKE="automake" +AUTOMAKE="automake --add-missing" # Location of the libtoolize tool. This option should be omitted if your # source tree does not use libtool. @@ -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"