X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=613186d1528920a6c073089fa0d222aa3f6463a5;hb=c3463aa718ded07f9419de76ee9135eb2dcf34a5;hp=6ca6f3284d0071293f84c7c28aa0df541a097c05;hpb=712c2fa7fc3c6f45f282cd293eec0e9eb4c689fd;p=goaljobs.git diff --git a/configure.ac b/configure.ac index 6ca6f32..613186d 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,10 @@ AC_INIT([goaljobs],[0.1]) AM_INIT_AUTOMAKE([foreign]) +dnl Only used temporarily while goaljobs.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. @@ -85,7 +89,9 @@ if test "x$PERLDOC" = "x"; then fi AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_FILES([Makefile +AC_CONFIG_FILES([goaljobs.spec + Makefile + META examples/Makefile examples/compile-c/Makefile tests/Makefile])