updates
[silc.git] / configure.in.pre
index 1d0c64c2b69c85062506eae52e2285dcdde34846..0731f1cb8ac120d3e5cce5bf183a15ba9b86d192 100644 (file)
@@ -46,6 +46,11 @@ AC_ARG_PROGRAM
 AC_PROG_LN_S
 AC_SUBST(LN_S)
 
+# Distribution definition. ./prepare will automatically add here a correct
+# value. Do not edit!
+AC_DEFINE(SILC_DIST_DEFINE)
+AM_CONDITIONAL(SILC_DIST_DEFINE, test xtrue = xtrue)
+
 # XXX
 # Compiler flags
 if test "$GCC"; then