X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=configure.ac;h=b4853f640c9de013e56f7fa7c808e3c46735c31b;hp=40483be604a9a4a4b91c707725772777b5b20bd1;hb=600c8000490fa8279b23ce866e9ecc2a90e5f79a;hpb=9d1e21ee4cbc519cffdda121962b4672bfbb6007 diff --git a/configure.ac b/configure.ac index 40483be..b4853f6 100644 --- a/configure.ac +++ b/configure.ac @@ -15,9 +15,13 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -AC_INIT([whenjobs],0.0.1) +AC_INIT([whenjobs],0.0.2) 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])