X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=configure.ac;h=c2b972588fa3baf685176d3473ed28201155b766;hp=40483be604a9a4a4b91c707725772777b5b20bd1;hb=ae04f3d8ec2b315f603dc266eab5a4ea73877931;hpb=9d1e21ee4cbc519cffdda121962b4672bfbb6007 diff --git a/configure.ac b/configure.ac index 40483be..c2b9725 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,10 @@ 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])