Made Autodist work without the autodist.conf file.
[autodist.git] / apps / autodist / autodist.conf
index 4748b0e344ede8b0bc59d2355610dbbe3e2f9ac9..1d6c266d2165bf406896656d156e5d3efed6c6e9 100644 (file)
@@ -12,7 +12,8 @@ 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:
+# conditionals in source code.  If your project doesn't need distdefs you
+# can comment this out.  Example:
 #
 # DISTDEFS="include/distdefs.h"
 #
@@ -36,7 +37,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 -a"
+AUTOMAKE="automake -a -c"
 
 # Location of the libtoolize tool.  This option should be omitted if your
 # source tree does not use libtool.