aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2018-10-09 11:49:47 -0500
committerEric Sandeen <sandeen@redhat.com>2018-10-09 11:49:47 -0500
commitbf64c9001773ae63f04b6f0cf27bdd2bea603304 (patch)
tree7ce597ef585ffce85467e03b9c59333d8a900436 /m4
parent231a533c1102992ba4b4f1f46bf77b70c0d58177 (diff)
downloadxfsprogs-dev-bf64c9001773ae63f04b6f0cf27bdd2bea603304.tar.gz
xfsprogs: remove PKG_PLATFORM macro
Now that there is only one supported platform (Linux), remove the PKG_PLATFORM macro. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Diffstat (limited to 'm4')
-rw-r--r--m4/package_globals.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/package_globals.m4 b/m4/package_globals.m4
index e469671c8d..892e3bdbfb 100644
--- a/m4/package_globals.m4
+++ b/m4/package_globals.m4
@@ -40,8 +40,4 @@ AC_DEFUN([AC_PACKAGE_GLOBALS],
pkg_distribution=`uname -s`
test -z "$DISTRIBUTION" || pkg_distribution="$DISTRIBUTION"
AC_SUBST(pkg_distribution)
-
- pkg_platform=`uname -s | tr 'A-Z' 'a-z' | tr -d / | sed -e 's/irix64/irix/'`
- test -z "$PLATFORM" || pkg_platform="$PLATFORM"
- AC_SUBST(pkg_platform)
])