Make RPM release in spec file into a variable (RPM_RELEASE).
[whenjobs.git] / configure.ac
index 4bd2e41..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.