X-Git-Url: https://git.stderr.nl/gitweb?p=rodin%2Fchimara.git;a=blobdiff_plain;f=configure.ac;h=ef5267aee82f48cbfcb810826b9777ff6022dceb;hp=787fef9f241a6d42f000f057182ea7383fe3ece8;hb=d35cfd7f0ed4319b838c1efc79d7924fea3d663c;hpb=5d29fc8d5b231c0390f8a4cbebec97c7a51b8f69 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 #######################################################