X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fautodist%2Fautodist.conf;fp=apps%2Fautodist%2Fautodist.conf;h=0000000000000000000000000000000000000000;hb=72c2de619079457f7a68100eb13385275a424a23;hp=cbf17b5c7b1fca26c125d967f30a1952f8e6abf5;hpb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;p=runtime.git diff --git a/apps/autodist/autodist.conf b/apps/autodist/autodist.conf deleted file mode 100644 index cbf17b5c..00000000 --- a/apps/autodist/autodist.conf +++ /dev/null @@ -1,49 +0,0 @@ -# Autodist configuration file - -# By default distdef prefix is '_DIST_'. To add your own prefix set the -# prefix here. NOTE: Remember to change all 'define' directives in -# distributions to use the new prefix if you change it. Example: -# -# DISTPREFIX="SILC" -# -# Will set the distdef prefix as 'SILC_DIST_'. -# -DISTPREFIX="" - -# The distdef header will be created by the Autodist. It need to be included -# in the source code in order for the preprocessor to respect distdef -# conditionals in source code. Example: -# -# DISTDEFS="include/distdefs.h" -# -DISTDEFS="distdefs.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" - -# Location of the autoheader tool. If this is omitted the Autodist will not -# run autoheader. User need to run it manually then. -# -AUTOHEADER="autoheader" - -# Location of the autoconf tool. If this is omitted the Autodist will not -# run autoconf. User need to run it manually then. -# -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 -a -c" - -# Location of the libtoolize tool. This option should be omitted if your -# source tree does not use libtool. -# -LIBTOOLIZE="libtoolize --automake --copy" - -# Location of the make program. This must be specified in order to be -# able to create distributions. -# -MAKE="make"