Replace RH_VERSION with RPM_VERSION everywhere.

This commit is contained in:
Pavel Roskin 2002-10-08 21:13:45 +00:00
parent 438e723a5a
commit 0b37a8667a
1 changed files with 1 additions and 1 deletions

View File

@ -540,7 +540,7 @@ AC_SUBST(MCLIBS)
dnl Version for the RedHat package, without dashes
RPM_VERSION=`echo $VERSION | sed 's/-//g'`
AC_SUBST(RH_VERSION)
AC_SUBST(RPM_VERSION)
if test -n "$use_smbfs"; then
AC_CONFIG_SUBDIRS([vfs/samba])