Keep packaging scripts in sync across all of the packages were maintaining here

Merge of master-melb:xfs-cmds:24301a by kenmcd.
This commit is contained in:
Nathan Scott
2005-11-07 02:48:13 +00:00
parent 9993e8cbaa
commit 998dd5de3d
3 changed files with 38 additions and 5 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ AC_DEFUN([AC_PACKAGE_UTILITIES],
dnl .. and what version is rpm
rpm_version=0
test -x "$RPM" && rpm_version=`$RPM --version \
test -n "$RPM" && test -x "$RPM" && rpm_version=`$RPM --version \
| awk '{print $NF}' | awk -F. '{V=1; print $V}'`
AC_SUBST(rpm_version)
dnl At some point in rpm 4.0, rpm can no longer build rpms, and