X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=configure.ac;h=ef5267aee82f48cbfcb810826b9777ff6022dceb;hb=17139812a5057981d2b7a0d171b679449717fdf4;hp=787fef9f241a6d42f000f057182ea7383fe3ece8;hpb=8f36c2a6f4503a6e1a9b7368feea758f05fd7b86;p=rodin%2Fchimara.git diff --git a/configure.ac b/configure.ac index 787fef9..ef5267a 100644 --- a/configure.ac +++ b/configure.ac @@ -102,9 +102,6 @@ AC_ARG_ENABLE([rpm], [rpm=false] ) AM_CONDITIONAL([BUILDING_RPM], [$TEST "x$rpm" = xtrue]) -# The user can specify the RPM release number in the environment (e.g. '1') -AC_ARG_VAR([RPM_RELEASE], [Release number to build RPMs with [1]]) -AS_IF([$TEST "x$RPM_RELEASE" = x], [RPM_RELEASE=1]) ### CHECK FOR LIBRARIES #######################################################