Mac OS X >= 10.7 support
[runtime.git] / distdir / autodist.conf
index 6c81ff689ca978243adcf7ac12eeeb4d3f32c57c..042fb6e810dbba7387fb814d2bcf6e19e3b14726 100644 (file)
@@ -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 -I."
+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.