doc: Make use of 'faketime' configurable with configure.ac. Default to 'no'
[fw/altos] / configure.ac
index 0a5a76ecd8a4fb8462274d8a93ebea5873f464f0..1705745d794c01f7192ab42625a68736cc09e1b8 100644 (file)
@@ -184,6 +184,12 @@ else
        HAVE_GOOGLE_KEY="no"
 fi
 
+AC_ARG_ENABLE(faketime, AS_HELP_STRING([--enable-faketime],
+              [Use faketime program to ensure pdf files are reproducible (default=no)]),
+             [FAKETIME=$enableval], [FAKETIME=no])
+
+AM_CONDITIONAL(FAKETIME, [test x$FAKETIME = xyes])
+
 AC_SUBST(GOOGLEKEY)
 
 AC_PROG_CC