mirror of https://github.com/MidnightCommander/mc
Replace RH_VERSION with RPM_VERSION everywhere.
This commit is contained in:
parent
438e723a5a
commit
0b37a8667a
|
@ -540,7 +540,7 @@ AC_SUBST(MCLIBS)
|
||||||
|
|
||||||
dnl Version for the RedHat package, without dashes
|
dnl Version for the RedHat package, without dashes
|
||||||
RPM_VERSION=`echo $VERSION | sed 's/-//g'`
|
RPM_VERSION=`echo $VERSION | sed 's/-//g'`
|
||||||
AC_SUBST(RH_VERSION)
|
AC_SUBST(RPM_VERSION)
|
||||||
|
|
||||||
if test -n "$use_smbfs"; then
|
if test -n "$use_smbfs"; then
|
||||||
AC_CONFIG_SUBDIRS([vfs/samba])
|
AC_CONFIG_SUBDIRS([vfs/samba])
|
||||||
|
|
Loading…
Reference in New Issue