Make RPM release in spec file into a variable (RPM_RELEASE).
[whenjobs.git] / configure.ac
index 40483be..c2b9725 100644 (file)
 AC_INIT([whenjobs],0.0.1)
 AM_INIT_AUTOMAKE([foreign])
 
+dnl Only used temporarily while whenjobs.spec is contained in the
+dnl tarball.  We will remove this later.
+AC_SUBST([RPM_RELEASE],[1])
+
 AC_CONFIG_MACRO_DIR([m4])
 
 dnl Allow all GNU/Linux functions.
@@ -106,6 +110,7 @@ AC_CONFIG_FILES([Makefile
                  daemon/Makefile
                  lib/config.ml
                  lib/Makefile
+                 tests/jobs/Makefile
                  tests/parsing/Makefile
                  tools/Makefile
                  whenjobs.spec])